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

Use the correct name for the service in the readme #3

Closed
skounis opened this issue Oct 6, 2022 · 0 comments · Fixed by #4
Closed

Use the correct name for the service in the readme #3

skounis opened this issue Oct 6, 2022 · 0 comments · Fixed by #4

Comments

@skounis
Copy link
Owner

skounis commented Oct 6, 2022

In the readme.md we read

  • Describe the load balanced service:
    kubectl describe services hello-python-service

However in kube-hello-change.yaml the name of service is hello-flask-change-service

apiVersion: v1
kind: Service
metadata:
  name: hello-flask-change-service

The correct command is

kubectl describe services hello-flask-change-service
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

Successfully merging a pull request may close this issue.

1 participant