Add bulleted lists to whatsnext section
Fix typos/tags
Use numbered list for index.md
Fix index page format
blue boxes test > cluster-intro
fix blue boxes test > cluster-intro
Add animations to scale and update
fix index indentations
tidy up index format
fix indentation
fix img src paths
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>
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 a dangling </div> element that is causing the following pages to break rendering:
* tutorials/kubernetes-basics/create-cluster/cluster-interactive.html
* tutorials/kubernetes-basics/deploy-app/deploy-interactive.html
* tutorials/kubernetes-basics/explore/explore-interactive.html
* tutorials/kubernetes-basics/expose/expose-interactive.html
* tutorials/kubernetes-basics/scale/scale-interactive.html
* tutorials/kubernetes-basics/update/update-interactive.html
This is the second PR for cleaning up old redirection entries that are
more than 4 years old. The `docs/user-guide` directory was removed on
in June, 2018. It should be okay to remove these entries since those old
bookmarks are no longer useful anyway.
The HTML5 named character reference such as '>', '<' should be terminated
with semicolon character. This commit fixes the missing termination character
with the kubernetes-basics tutorials.
kubectl run starting from 1.18 is creating only Pods and there is no option to
create any other resource. Users should be using kubectl create
commands instead. This update the documentation in all those places
where kubectl create should be used instead or changes description to
reflect the situation.