Commit Graph

31 Commits (c1709205d697af6fb585e165dd8b4906e5073533)

Author SHA1 Message Date
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
Amos Shapira 4b07c88fad
zookeeper.md - remove extra "to" 2022-11-22 16:49:38 +11: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
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
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
Karen Bradshaw 06ad25e38d remove stackdriver, elastic task pages
clean up links and redirects
2020-12-09 17:33:16 -05:00
Song Shukun 591e1b94fd fix docs/tutorials/stateful-application/zookeeper.md 2020-11-12 20:06:54 +09:00
Song Shukun f3d1fd3351 fix link in /docs/tutorials/stateful-application/zookeeper.md 2020-11-09 18:12:49 +09:00
Qiming Teng c7e297ccab Fix links in tutorials section 2020-08-07 12:05:17 +08:00
Alexandra McCoy 0f5787d434 Updated command output 2020-07-29 13:27:22 -04:00
Karen Bradshaw ecc27bbbe7 add en pages 2020-06-09 19:33:15 -04:00
Juampy NR 0a6c8ae7f5
Remove unneeded leftquotes 2020-05-17 14:38:18 +02:00
mhamdi semah 82650353cb Outdated terminology: “kubernetes-minion-group” (#14859) 2019-06-18 13:49:50 -07:00
yanghaichao12 ef188cbf30 Fix a typos (#12458)
* Fix a typos

* Revert "Fix a typos"

This reverts commit 5dcca521c4.

* Fix a typos
2019-01-31 09:32:10 -08:00
Liuduii b5b8539a8e Remove excess Spaces (#11106) 2018-11-20 07:10:46 -08:00
tanshanshan 640b488794 fix the command output (#9949)
I have verified on version v1.11
2018-08-21 07:11:48 -07:00
Oleg Artenii 68a6ddfbb9 Fixed PID missmatch in zookeeper.md (#9749) 2018-08-03 09:40:42 -07:00
Jihyuk Bok c40fe8a8a0 Fixed wrong value in exmaple (#9278)
`zk-hs` should be just `zk` in this case.
2018-07-11 17:18:26 -07:00
Qiming 3a0c618734 Consolidate YAML files [part-6] (#9261)
* Consolidate YAML files [part-6]

This PR relocates the YAML files used by the stateful application
examples.

* Update examples_test.go
2018-07-02 13:37:18 -07:00
Takuya N 3ed3ae82de Update Kuberbetes Blog URLs (#8612)
- blog.kubernetes.io => kubernetes.io/blog/
- Kubernetes blog => Kuberentes Blog
- Remove *.html
2018-06-15 10:19:29 -07:00
Steve Perry 21fd86ed4b Fix up Tutorials landing page and Tutorials left nav. (#8557)
* Fix up Tutorials landing page and Tutorials left nav.

* Add redirects. Fix bullet.
2018-05-15 15:29:27 -07:00
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00