noahgift / kubernetes-hello-world-python-flask

A Kubernetes Hello World Project
Creative Commons Zero v1.0 Universal
34 stars 85 forks source link

Readme file refers to describe a different service name #2

Open vcarmen opened 3 years ago

vcarmen commented 3 years ago

According to the Kubernetes template "kube-hello-change.yaml", the hello-flask-change-service is created, but the Readme file points to describe "hello-python-service".

Please, update the Readme file: kubectl describe services hello-flask-change-service instead of the kubectl describe services hello-python-service command, also update its output.

Thanks!

pierresegonne commented 2 years ago

Confirm!