Commit Graph

2227 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 5c57cce5d6
Merge pull request #32711 from astraw99/patch-4
Update quality-service-pod.md
2022-04-14 22:41:10 -07:00
Kubernetes Prow Robot 6fb52c5790
Merge pull request #32897 from Sea-n/main
[en] Fix Markdown formats
2022-04-14 18:17:10 -07:00
Sean Wei 01c3c53b7d [en] Fix Markdown format 2022-04-14 01:33:53 +08:00
Kubernetes Prow Robot c6472cbea3
Merge pull request #32132 from shannonxtreme/dockershim-am-i-on-dockerhsim
Add info about finding the runtime endpoint
2022-04-13 09:32:46 -07:00
Shannon Kularathna d3ad42f669 Add info about finding the runtime endpoint 2022-04-13 15:36:55 +00:00
Tim Bannister 05e987a47b
Highlight discussion issue for dockershim deprecation
- Link to k/kubernetes issue 106917
  (various places)
- Related rewording to make that extra link work in context

and also:
- Replace alias for dockershim FAQ with a Netlify redirect

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2022-04-12 18:02:26 +01:00
Mengjiao Liu 7e0a2162d7 Fix missing links 2022-04-12 16:46:38 +08:00
sou 4764a50fee
Update create-hostprocess-pod.md
Fix typo (Window -> Windows)
2022-04-09 23:52:46 +09:00
Kubernetes Prow Robot 9169cc8ebc
Merge pull request #32791 from jihoon-seo/220407_Replace_Go_Doc_URL_with_pkg.go.dev
Replace Go Doc URL with `pkg.go.dev`
2022-04-08 16:06:04 -07:00
Kubernetes Prow Robot 12e12f8f05
Merge pull request #32817 from sarangjo/patch-1
Nit: grammar fix on install-kubectl-linux.md
2022-04-08 03:46:42 -07:00
Kubernetes Prow Robot 3b19dbf22f
Merge pull request #32764 from neolit123/1.24-add-steps-for-reconf
kubeadm: add task page for cluster reconf
2022-04-08 03:28:42 -07:00
Sarang Joshi b3e75c52a6
Nit: grammar fix on install-kubectl-linux.md 2022-04-08 15:19:53 +05:30
Mads Jensen eefc776e29
Fix typos in Markdown links. (#32802)
* Fix typos in Markdown links.

* Test

Co-authored-by: Mads Jensen <atombrella@users.noreply.github.com>
2022-04-08 00:16:41 -07:00
Lubomir I. Ivanov 931581eb88 kubeadm: add task page for cluster reconf
The new task page outlines steps for reconfiguring
a kubeadm cluster and persisting reconfiguration.

Link the new page from the existing guides for
"customizing components", "creating a cluster",
and "kubeadm upgrade".

Co-authored-by: Paco Xu <paco.xu@daocloud.io>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-04-08 01:57:42 +03:00
Kubernetes Prow Robot 3aef33c651
Merge pull request #32259 from tengqm/fix-links-3
Fix nits in the change runtime containerd page
2022-04-07 02:03:57 -07:00
Kubernetes Prow Robot ed8d57455a
Merge pull request #32190 from tengqm/fix-nodelocaldns
Reformat the node local DNS cache page
2022-04-07 01:39:57 -07:00
Jihoon Seo b16e2bc7f4 Replace Go Doc URL with pkg.go.dev 2022-04-07 11:22:38 +09:00
Priyanshu Ahlawat 508f111b60
Update resource-metrics-pipeline.md (#32467)
* Update resource-metrics-pipeline.md

* Update resource-metrics-pipeline.md

* Update content/en/docs/tasks/debug-application-cluster/resource-metrics-pipeline.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-04-05 17:18:56 -07:00
Kubernetes Prow Robot 59d7fde1ca
Merge pull request #32723 from sohan-lh/patch-1
Update horizontal-pod-autoscale-walkthrough.md
2022-04-04 16:51:35 -07:00
koushik-ms 9b9e56f5de
fix typo in template for glossary reference
Link to glossary term "ConfigMap" didn't render correctly due to
a missing "{" at the beginning of template. This commit fixes it.
2022-04-04 11:53:55 +02:00
Sohan Kr Choudhary 3a3961a87d
Update horizontal-pod-autoscale-walkthrough.md
Fix missing closing parentheses
2022-04-02 16:22:29 +05:30
Cheng Wang 82456a84de
Update quality-service-pod.md
Update `Burstable` conditions
2022-04-02 13:09:56 +08:00
Kubernetes Prow Robot 27684b7e90
Merge pull request #32565 from vaibhav2107/sec-context
Update the doc regarding outdated info in the link
2022-03-31 14:41:05 -07:00
Kubernetes Prow Robot 59baf2fff2
Merge pull request #32661 from guettli/patch-5
typo: "the" --> "then"
2022-03-30 17:43:00 -07:00
Kubernetes Prow Robot 226abdf52d
Merge pull request #32666 from sftim/20220330_fixup_cri-dockerd_task
Fixup incorrect systemctl command
2022-03-30 14:53:57 -07:00
Kubernetes Prow Robot 2258bc2308
Merge pull request #32637 from guettli/patch-4
Link to Guaranteed pods
2022-03-30 14:51:57 -07:00
Tim Bannister 3cb2b0cb14
Fixup incorrect systemctl command
The subcommand for restart is "restart"
2022-03-30 22:26:12 +01:00
Kubernetes Prow Robot 994f5c5a48
Merge pull request #32131 from shannonxtreme/dockershim-migrate-dockerd
Add content for migrating to cri-dockerd
2022-03-30 14:09:57 -07:00
Thomas Güttler 8df0736acb
typo: "the" --> "then"
fixed typo
2022-03-30 21:03:48 +02:00
Thomas Güttler 998d762331 S/'Guaranteed'/Guaranteed 2022-03-30 20:52:00 +02:00
Thomas Güttler 16ae848701 Link to 'Guaranteed' pods.
related to #32619
2022-03-30 20:52:00 +02:00
Tim Bannister 672813f3e7
Move PSP into Security concepts section
The logical navigation definitely works better if Pod Security admission
and PodSecurityPolicy are pages in the same section. Make It So.

Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-03-30 17:30:35 +01:00
Mitesh Jain 7580383a7d
Reflect the changed behaviour for multiple use of --from-env-file in ConfigMap creation (#32603)
* Fix 32392 - Reflect the changed behaviour for multiple from-env-file in configmap creation.

* Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md

updated suggestions.

Co-authored-by: Qiming Teng <tengqm@outlook.com>

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-03-29 06:48:46 -07:00
Bob 5183202a3b
Update horizontal-pod-autoscale.md
Update HPA V2, custom.metrics.k8s.io, external.metrics.k8s.io design proposals to archive github link.
2022-03-28 22:36:36 +08:00
Vaibhav fa8872f70f Update the doc regarding out of date link 2022-03-28 01:07:38 +05:30
Kubernetes Prow Robot b68cfbd60a
Merge pull request #32485 from tengqm/fix-ip-masq-agent
Fix the ip-masq-agent page
2022-03-26 13:21:21 -07:00
Subhasmita Swain 09f8637c05
sample outputs created working with Kubernetes v1.24 without docker (#31454)
* sample outputs created without docker working with kubernetes v1.24

* updated

* cleaned and updated

* sample outputs created without docker working with kubernetes v1.24

* updated

* cleaned and updated
2022-03-25 17:17:58 -07:00
Kubernetes Prow Robot 39fd63ba12
Merge pull request #31989 from guettli/31930__fix_busybox_image_1.28
fix busybox image to version 1.28
2022-03-25 15:45:59 -07:00
Kubernetes Prow Robot 70bb3ee178
Merge pull request #32472 from lukashass/kubectl-install-sh
Use cat instead of shell built-in to read checksum
2022-03-25 13:27:58 -07:00
Shannon Kularathna 180fa82d9c Add draft content for migrating to dockerd 2022-03-25 15:19:17 +00:00
Qiming Teng 58a00cfb36 Remove duplicated contents for accessing the API server
The topic of accessing the API server can be found in two places. This
is not good.
2022-03-25 18:48:27 +08:00
Qiming Teng 3b21d5bc69 Fix the ip-masq-agent page 2022-03-25 14:02:40 +08:00
Lukas Hass 3980c42945
Use cat instead of shell built-in to read checksum 2022-03-24 19:58:00 +01:00
Kubernetes Prow Robot f81bf804fb
Merge pull request #32145 from afoster/remove-more-kompose-up-down
Remove kompose up and down command doc
2022-03-23 16:44:49 -07:00
Kubernetes Prow Robot f397e3ca11
Merge pull request #32380 from jeremypuchta/patch-1
Remove trailing whitespaces from cli commands
2022-03-23 08:50:08 -07:00
Kubernetes Prow Robot b901a31585
Merge pull request #32398 from guettli/patch-3
align second yaml snippet to the first one
2022-03-22 18:29:58 -07:00
Kubernetes Prow Robot 08a71e0378
Merge pull request #32321 from guilhem/patch-1
fix: YAML indentation and highlighting
2022-03-22 15:29:58 -07:00
Kubernetes Prow Robot e5b1a0b336
Merge pull request #32348 from PriyanshuAhlawat/linkUpdate_Daemonset
Update update-daemon-set.md issue-32287
2022-03-22 15:21:59 -07:00
Kubernetes Prow Robot 6a47224fe0
Merge pull request #32258 from tengqm/fix-links-2
Fix links in the change PV reclaim policy page
2022-03-22 15:19:58 -07:00
Kubernetes Prow Robot 6c01b03762
Merge pull request #32257 from tengqm/fix-links-1
Fix links in resource metrics pipeline page
2022-03-22 15:17:58 -07:00