Skip to content
New issue

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

BUG: WorkingWithTheKubernetesCLI yaml file not configured (or steps are missing) #4

Open
robcamer opened this issue Mar 3, 2020 · 1 comment

Comments

@robcamer
Copy link

robcamer commented Mar 3, 2020

https://github.com/AzureDemos/KubernetesLab/tree/master/Documentation/WorkingWithTheKubernetesCLI

STEPS:
The page has this command:

  1. Deploy the API to the dev namespace in your cluster
    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

@robcamer
Copy link
Author

robcamer commented Mar 3, 2020

Also the link does not work on the same page:
These YAML templates are using container images in our public Docker Hub repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant