You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ingress-design-specify-docker-registry-secret-help": "Whether to use a Docker Hub credential secret to pull the ingress controller image. This is helpful if you encounter a Docker Hub pull limit exceeded error.",
"ingress-design-ingress-docker-reg-secret-name-help": "The Kubernetes secret name to use when pulling images from Docker Hub. Note that the secret must exist in the same namespace as the ingress controller.",
"ingress-installer-install-failed-error-message":"Installing ingress controller {{name}} to Kubernetes namespace {{namespace}} failed: {{error}}.",
1021
1020
"ingress-installer-install-catch-all-error-message": "Ingress Controller installation failed with an unexpected error: {{error}}.",
1021
+
"ingress-installer-create-image-pull-secret-error-message": "Unable to install ingress controller in Kubernetes due to an error creating the image pull secret {{secretName}} in the Kubernetes namespace {{namespace}}: {{error}}",
0 commit comments