* tell the user to use their own name, not the example.
The example command won't work if just copy/pasted, the name in it needs updating to the one in the user's environment.
* Update content/en/docs/tutorials/hello-minikube.md
Co-authored-by: lakshmi prasuna <thummala.prasuna@india.nec.com>
* Update hello-minikube.md
Fixing line styling
* Updated to use a note.
* Removing stray left over line
---------
Co-authored-by: lakshmi prasuna <thummala.prasuna@india.nec.com>
When I ran `kubectl get deployments`, it showed no available nodes. So I thought I did something wrong. Eventually I ran it again and it matched the expected output. So, I would like to add a helpful hint to the documentation.
Katacoda has shut down for good, and we have not added a local /
in-project alternative playground in the time since. Serving a 404 helps
cement that these pages are no longer part of the site.
* Adds a new lines to documents explaining that this section assumes we have created a kuberentes-bootcamp service with LoadBalancer type
* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>
* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>
* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>
* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
Rephrase
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update scale-intro.html
Fixed typo: Sservice -> service
---------
Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
This documentation failed for me because I was running Minikube on Podman Desktop, and the image name `jocatalin/kubernetes-bootcamp` assumed that the registry was `docker.io`.
I think this slight modification would work for Docker and Podman alike. Let me know if you agree!