Restart an Istio deployment

  • Error:
MountVolume.SetUp failed for volume "istiod-ca-cert" : configmap "istio-ca-root-cert" not found
  • Fix:
kubectl rollout restart deployment istiod -n istio-system
Previous
Next