File tree Expand file tree Collapse file tree
charts/mpc-operator-check Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,6 +145,8 @@ spec:
145145 - /bin/sh
146146 - -c
147147 - |
148+ echo "=================================================="
149+ echo "Executing {{ .Chart.Name }}:{{ .Chart.Version }}
148150 echo "=================================================="
149151 {{- .Values.kmsCoreClient.script | nindent 14 }}
150152 if [[ ! $KMS_CORE__THRESHOLD__MY_ID =~ ^-?[0-9]+$ ]]; then
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ kubectl:
5858 echo "Kubernetes namespace check"
5959 kubectl get all
6060 echo "=================================================="
61+ echo "Kubernetes container docker image versions check"
62+ kubectl get pods -o=jsonpath='{range .items[*]}{.metadata.name}{"\t"}{range .spec.containers[*]}{.image}{" "}{end}{"\n"}{end}'
63+ echo "=================================================="
6164 echo "Kubernetes enclave nodes check"
6265 kubectl describe node -l node.kubernetes.io/enclave-enabled=true
6366postgres :
You can’t perform that action at this time.
0 commit comments