Skip to content

Commit

Permalink
Add updated instructions on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
studenym-hpe committed Nov 25, 2024
1 parent 928ade8 commit c3c5939
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion goss-testing/scripts/k8s_kyverno_pods_running.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ check_running() {
if [[ "${pod_label}" == "admission-controller" ]]
then
echo "For high availability the recommended Kyverno ${pod_label} replica count is ${pod_count}."
echo "Check the logs, restart Kyverno, and ensure that all ${pod_count} Kyverno ${pod_label} pods are running."
echo "Check the pod logs, do a rollout restart of 'deployment.apps/kyverno-admission-controller',"
echo "and ensure that all ${pod_count} Kyverno ${pod_label} pods are running."
fi
fi
echo "FAIL"
Expand Down

0 comments on commit c3c5939

Please sign in to comment.