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!
* Add comments on Tutorial for not working on ARM architecture cluster
* Update deploy-intro.html
* Update content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html
Co-authored-by: Tim Bannister <tim@scalefactory.com>
---------
Co-authored-by: Tim Bannister <tim@scalefactory.com>
I was tripped up while reading the paragraph that explains what a rolling update is and how it works. This commit makes some small phrasing and grammatical changes to make the explanation easier to read.
Importantly, it replaces the word "updates" with "replaces", since rolling updates create *new* pods which replace the old ones, rather than updating the current pods.
It seems a shame to install it and then not show it in use. The first thing I did after installing it and then seeing the next command was to uninstall it was to go and google what it is and how to get data from it.
Fix command code block without line break
Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
Co-authored-by: Michael <haifeng.yao@daocloud.io>
* Remove redudant steps from instruction
* Update content/en/docs/tutorials/services/connect-applications-service.md
Co-authored-by: Michael <haifeng.yao@daocloud.io>
* Update content/en/docs/tutorials/services/connect-applications-service.md
Co-authored-by: Michael <haifeng.yao@daocloud.io>
* Update content/en/docs/tutorials/services/connect-applications-service.md
Co-authored-by: Michael <haifeng.yao@daocloud.io>
* Update content/en/docs/tutorials/services/connect-applications-service.md
Co-authored-by: Michael <haifeng.yao@daocloud.io>
* Update content/en/docs/tutorials/services/connect-applications-service.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tutorials/services/connect-applications-service.md
Co-authored-by: Michael <haifeng.yao@daocloud.io>
* Change line 313, and add missing line
* Fix missing command end on line 313
* Update connect-applications-service.md
---------
Co-authored-by: Michael <haifeng.yao@daocloud.io>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>