We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/AzureDemos/KubernetesLab/tree/master/Documentation/WorkingWithTheKubernetesCLI
STEPS: The page has this command:
kubectl apply -f ./API/deployment-api.yaml --namespace=dev
EXPECTED: Script executes or the steps explain how to run the YAML file and provide the values.
ACTUAL: Get the below error message.
ERROR MESSAGE: service/api unchanged The Deployment "api-deployment" is invalid: spec.template.spec.containers[0].image: Required value
The text was updated successfully, but these errors were encountered:
Also the link does not work on the same page: These YAML templates are using container images in our public Docker Hub repository
Sorry, something went wrong.
No branches or pull requests
https://github.com/AzureDemos/KubernetesLab/tree/master/Documentation/WorkingWithTheKubernetesCLI
STEPS:
The page has this command:
kubectl apply -f ./API/deployment-api.yaml --namespace=dev
EXPECTED:
Script executes or the steps explain how to run the YAML file and provide the values.
ACTUAL:
Get the below error message.
ERROR MESSAGE:
service/api unchanged
The Deployment "api-deployment" is invalid: spec.template.spec.containers[0].image: Required value
The text was updated successfully, but these errors were encountered: