Commit Graph

114 Commits

Author SHA1 Message Date
Ritikaa96 5053a95f53 Adding glossary tooltip for watch in k/docs
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2024-07-23 15:08:24 +05:30
shayan e9c7b069d5 Modify registry.k8s.io/nginx-slim version from 0.8 to 0.24 2024-06-04 11:10:02 +03:30
Kubernetes Prow Robot 005a562f0c
Merge pull request #45878 from tomoaki-ii/revise-statefulset-tuto
Correcting scenario inconsistencies and output checks
2024-06-01 14:10:02 -07:00
tomoaki-ii aae1fec45e
Update basic-stateful-set.md
Update to container images #642
2024-05-14 15:55:30 +09:00
tomoaki-ii 271d4ee007
Update basic-stateful-set.md
Update to container images  #572&640-642
2024-05-14 14:11:12 +09:00
Tim Bannister 487b7b17a2 Revise StatefulSet tutorial
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Divya Mohan <divya.mohan0209@gmail.com>
2024-04-22 09:48:30 +01:00
tomoaki-ii c25ab084b3
Update basic-stateful-set.md
Revise get statefulset web  #115-116
Revise container images  #640-642
2024-04-12 16:01:03 +09:00
tomoaki-ii 6324d6304c
Update basic-stateful-set.md
statefulset web revise
2024-04-12 09:29:30 +09:00
Tim Bannister ca37e9ac68 Revise StatefulSet tutorial updates advice 2024-01-02 11:14:52 +00:00
Kubernetes Prow Robot b57d839f8f
Merge pull request #44432 from sftim/20231219_revise_statefulset_tutorial
Write headings in sentence case for StatefulSet tutorial
2023-12-22 04:27:22 +01:00
Kubernetes Prow Robot 69d7cef2bb
Merge pull request #44402 from rohan-kapse/patch-9
Fix incorrect redirection for "PersistentVolumes" in "Running ZooKeeper"  tutorial
2023-12-22 04:21:31 +01:00
Tim Bannister a0433c9a40 Write headings in sentence case 2023-12-20 15:14:16 +00:00
Rohan Kapse baa9da8695
Update zookeeper.md 2023-12-18 02:39:32 +05:30
Tim Bannister 939c2f5990 Add comments to shell snippets
Use POSIX-compatible comments to explain the context and expectations to
the person following the tutorial.
2023-12-17 17:10:11 +00:00
Tim Bannister 13039d826c Switch StatefulSet tutorial to HTTP manifest source
kubectl can apply manifests direct from the web; let's teach that.
2023-11-17 19:00:24 +00:00
Kubernetes Prow Robot bdea330d48
Merge pull request #43133 from sftim/20230920_revise_statefulset_tutorial_introduction
Revise introduction to StatefulSet tutorial
2023-10-09 10:58:40 +02:00
Kubernetes Prow Robot 9c66f01bee
Merge pull request #43132 from sftim/20230920_revise_statefulset_tutorial
Fix case for headings in StatefulSet tutorial
2023-09-22 03:26:48 -07:00
Tim Bannister 67fc1107fe Fix case for headings 2023-09-22 11:10:39 +01:00
Tim Bannister cab22c412d Revise tutorial introduction 2023-09-21 11:52:09 +01:00
Mengjiao Liu e8b136c3b3 Use code_sample shortcode instead of code shortcode 2023-09-05 17:10:14 +08:00
Tim Bannister a56d96f4b6 Use code shortcode for Tutorials section
Replace legacy codenew shortcode with code shortcode.
2023-07-31 14:43:14 +01:00
Andrey Goran eb522c126f
Replace {{< codenew ... >}} with {{% codenew ... %}} in all English docs (#42180)
* Replaced {{< codenew ... >}} with {{% codenew ... %}} in all files

* Reverted changes in non-english localizations
2023-07-25 05:54:06 -07:00
J.P. Dowd 602b20bcf4 Update images to mySQL 8.0 and Wordpress 6.2.1. This example will now work on ARM based systems (Macbook M1 chips+).
Configured database image to create the required database and a non-root user for the Wordpress site.
2023-06-19 11:52:11 -04:00
Michael 61a91632dc Tweak line wrapings and fix indentations in mysql-wordpress-persistent-volume.md 2023-04-04 22:43:39 +08:00
DanteMustCode 992809e22e remove automatic newline 2023-03-27 10:26:50 +08:00
DanteMustCode 5ac9411865
fix markdown format as shell 2023-03-21 16:09:36 +08:00
Kubernetes Prow Robot cec61c1754
Merge pull request #38052 from krol3/merged-main-dev-1.26
Merge main branch into dev-1.26
2022-11-29 11:59:09 -08:00
Peter Schuurman 6474d77d4f Rename docs section for StatefulSetStartOrdinal to 'Start ordinal' 2022-11-28 03:58:57 -08:00
Peter Schuurman 23134e5fc8 Update StatefulSet Ordinal Index documentation 2022-11-27 18:08:14 -08:00
Amos Shapira 4b07c88fad
zookeeper.md - remove extra "to" 2022-11-22 16:49:38 +11:00
Peter Schuurman 57c0c1a3d6 KEP-3335 StatefulSetSlice Documentation 2022-11-09 10:06:03 -08:00
Kubernetes Prow Robot 8df4092df9
Merge pull request #35017 from Kartik494/cleanstorage
Added cleanup steps for persistent storage
2022-11-03 13:54:14 -07:00
kartik494 a830a0ba63 Added cleanup steps for persistent storage 2022-08-31 08:29:32 +05:30
Arnaud Meukam a180cd6853
Update docs to reference new container image registry
k8s.gcr.io is deprecated in favor of registry.k8s.io. The kubernetes
codebase have been updated with the new endpoint.

Ref: https://github.com/kubernetes/k8s.io/issues/3411

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2022-08-18 16:35:26 +02:00
kadtendulkar 5281d1b6c7 Update content/en/docs/tutorials/stateful-application/zookeeper.md 2022-07-08 22:17:18 +05:30
kadtendulkar fcb1316686 Update content/en/docs/tutorials/stateful-application/zookeeper.md 2022-07-05 22:33:03 +05:30
Sudheer Satyanarayana e21eafb9e8
Update chart link
The currently used chart is not maintained anymore. Using Bitnami chart is recommended instead. The PR updates the link to the correct chart.
2022-05-11 19:02:37 +05:30
Shubham Kuchhal d1076700c7 Fixed all hyperlinks of the task "Monitoring, Logging, and Debugging" in all pages. 2022-05-02 14:46:52 +05:30
xin.li 781b2b381c [en] modify link about debug
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-30 09:21:16 +08:00
xin.li f43e6f5cdb [en] modify the link about debug-application in mysql-wordpress-persistent-volume.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 18:13:46 +08:00
Tárikly Távora b6f0d8ffbc
Review zookeper tutorial and fix command error (#31914)
* Misplaced command result

On zookeeper tutorial https://kubernetes.io/docs/tutorials/stateful-application/zookeeper/#surviving-maintenance command result is concatenated to the command itself:

kubectl drain $(kubectl get pod zk-1 --template {{.spec.nodeName}}) --ignore-daemonsets --force --delete-emptydir-data "kubernetes-node-ixsl" cordoned

* Review zookeeper tutorial

https://github.com/kubernetes/website/pull/31873

Review done!
2022-02-26 18:25:17 -08:00
0xff-dev f9ac04521d [en] update yaml docs 2022-02-23 00:32:01 +08:00
Kubernetes Prow Robot fe2b4047db
Merge pull request #30264 from doughgle/patch-2
Clarify why cordon all but 4 nodes.
2021-11-25 06:54:34 -08:00
Douglas Hellinger b2035168a7
Clarify why cordon all but 4 nodes. 2021-10-27 15:58:55 +08:00
Douglas Hellinger 52fe4549f9
Update zookeeper.md 2021-10-27 10:37:34 +08:00
Douglas Hellinger 593fb144b6
Update zookeeper.md
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
2021-10-27 10:31:23 +08:00
Mengjiao Liu f945335af6 Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value 2021-08-10 18:03:21 +08:00
Shubham Kuchhal de9db22f9e Correct default values for memory and cpu. 2021-07-27 13:21:52 +05:30
XinYang d095a148f2
Update kubectl deprecated flag delete-local-data
Signed-off-by: XinYang <xinydev@gmail.com>

revert changes

Signed-off-by: XinYang <xinydev@gmail.com>

update more

Signed-off-by: XinYang <xinydev@gmail.com>
2021-07-23 10:39:30 +08:00
Shubham Kuchhal bd39651298 Fix link for debian-base. 2021-07-22 11:20:55 +05:30