mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 06:47:32 +08:00
* [bitnami/kuberay] Detect non-standard images Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> * Modify NOTES.txt Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
53 lines
2.4 KiB
Plaintext
53 lines
2.4 KiB
Plaintext
CHART NAME: {{ .Chart.Name }}
|
|
CHART VERSION: {{ .Chart.Version }}
|
|
APP VERSION: {{ .Chart.AppVersion }}
|
|
|
|
Did you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information.
|
|
|
|
** Please be patient while the chart is being deployed **
|
|
|
|
{{- if .Values.diagnosticMode.enabled }}
|
|
The chart has been deployed in diagnostic mode. All probes have been disabled and the command has been overwritten with:
|
|
|
|
command: {{- include "common.tplvalues.render" (dict "value" .Values.diagnosticMode.command "context" $) | nindent 4 }}
|
|
args: {{- include "common.tplvalues.render" (dict "value" .Values.diagnosticMode.args "context" $) | nindent 4 }}
|
|
|
|
Get the list of pods by executing:
|
|
|
|
kubectl get pods --namespace {{ include "common.names.namespace" . | quote }} -l app.kubernetes.io/instance={{ .Release.Name }}
|
|
|
|
Access the pod you want to debug by executing
|
|
|
|
kubectl exec --namespace {{ include "common.names.namespace" . | quote }} -ti <NAME OF THE POD> -- bash
|
|
|
|
{{- else }}
|
|
|
|
The following controllers have been deployed:
|
|
|
|
{{- if .Values.operator.enabled }}
|
|
- operator
|
|
{{- end }}
|
|
{{- if .Values.apiserver.enabled }}
|
|
- apiserver
|
|
{{- end }}
|
|
{{- if .Values.cluster.enabled }}
|
|
- cluster
|
|
{{- end }}
|
|
{{- end }}
|
|
|
|
Check the status of the pods by running this command:
|
|
|
|
kubectl get pods --namespace {{ include "common.names.namespace" . | quote }} -l app.kubernetes.io/instance={{ .Release.Name }}
|
|
|
|
Check the Kuberay documentation for instructions on how to deploy RayClusters, RayJobs or RayServices:
|
|
|
|
https://docs.ray.io/en/latest/cluster/kubernetes/getting-started.html
|
|
|
|
{{- include "common.warnings.rollingTag" .Values.operator.image }}
|
|
{{- include "common.warnings.rollingTag" .Values.apiserver.image }}
|
|
{{- include "common.warnings.rollingTag" .Values.rayImage }}
|
|
{{- include "kuberay.validateValues" . }}
|
|
{{- include "common.warnings.resources" (dict "sections" (list "apiserver" "cluster.head" "cluster.worker.common" "operator") "context" $) }}
|
|
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.rayImage .Values.operator.image .Values.apiserver.image) "context" $) }}
|
|
{{- include "common.errors.insecureImages" (dict "images" (list .Values.rayImage .Values.operator.image .Values.apiserver.image) "context" $) }}
|