Qiming Teng
83323d428d
Reformat the memory-manager page
...
This commit reformats the memory manager page:
- convert the page from DOS to UNIX format;
- wrap long lines where appropriate for ease of change tracking;
- remove useless trailing spaces and empty lines.
This commit contains **NO** changes to the text itself.
2022-01-03 11:36:37 +08:00
Qiming Teng
c1783b4b71
Tune memory manager page
...
This PR fixes the memory manager page by:
- removing links to non-existent sections;
- fixing links with bad anchors;
- fixing incorrect language tag for code snippets
2022-01-03 11:28:41 +08:00
Clément Nussbaumer
65eaccecf5
remove kubeler-rubber-stamp
...
Due to it not being compatible with K8s 1.22 anymore and not being maintained either
2021-12-20 14:10:13 +01:00
Clément Nussbaumer
3e839ef963
docs: add link to a new kubelet csr approver
2021-12-17 09:59:46 +01:00
Jesse Butler
584421fe11
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-12-06 08:55:54 -05:00
Erico Fusco
f04516f995
Update kubeadm-upgrade.md ( #30135 )
...
* Update kubeadm-upgrade.md
`apt-mark hold` is still required when `apt-get` is used with `--allow-change-held-packages`.
`--allow-change-held-packages` unholds the package but it doesn't pin the new version.
* Add missing changes
* Update kubeadm-upgrade.md
Remove apt >1.1 examples.
2021-12-05 20:12:32 -08:00
Kubernetes Prow Robot
24c84387ac
Merge pull request #29078 from vaibhav2107/cluster-services
...
Remove the duplicate content from access-cluster.md
2021-12-05 19:22:32 -08:00
Kubernetes Prow Robot
246d261529
Merge pull request #29841 from pacoxu/patch-7
...
Add safe sysctl net.ipv4.ip_unprivileged_port_start
2021-12-05 17:46:32 -08:00
prameshj
63420166a1
Update docs to clarify the dns configmap format. ( #29988 )
...
* Update docs to clarify the dns configmap format.
* Update content/en/docs/tasks/administer-cluster/nodelocaldns.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-12-05 17:28:32 -08:00
Kubernetes Prow Robot
089d6ee918
Merge pull request #30108 from sftim/20211016_revise_dynamic_kubelet_config_task
...
Revise dynamic kubelet config task
2021-12-02 10:03:34 -08:00
Jesse Butler
018f9d05a2
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-12-01 12:23:10 -05:00
Kubernetes Prow Robot
e5d4d25a77
Merge pull request #30604 from mengjiao-liu/kubelet-sysctl-allow-slashes
...
kubelet: sysctls allows slashes as a separator
2021-11-29 18:30:56 -08:00
sandipanpanda
269dad43a0
Fix broken link of Install Docker Engine - Enterprise on Windows Servers ( #30105 )
...
* Fix the broken link of Install Docker Engine
Fix the broken link of Install Docker Engine - Enterprise on Windows Servers. Updated the redirect URL from https://hub.docker.com/editions/enterprise/docker-ee-server-windows to https://docs.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=Windows-Server#install-docker
* Fix the broken link of Install Docker Engine
* Fix the broken link of Install Docker Engine
* Update adding-windows-nodes.md
* Update adding-windows-nodes.md
2021-11-29 01:09:22 -08:00
Tim Bannister
c043aca0dc
Tidy page
2021-11-27 18:19:40 +00:00
Tim Bannister
282bc9187c
Revise what's next section
2021-11-27 18:19:40 +00:00
Mengjiao Liu
159234a0a6
kubelet: sysctls allows slashes as a separator
2021-11-25 11:14:56 +08:00
Kubernetes Prow Robot
199047637f
Merge pull request #29709 from fromanirh/cpumanager-policy-options-feature-gates
...
node: cpumanager: policy options to beta: document the options graduation process
2021-11-23 12:34:52 -08:00
Francesco Romani
7d8483e0e4
node: cpumanager: document the graduation process
...
Document the graduation process and the maturity level
of the cpumanager policy options, and the new feature gate
involved. No changes regarding the existing options.
For more details: https://github.com/kubernetes/enhancements/pull/2933
Signed-off-by: Francesco Romani <fromani@redhat.com>
2021-11-23 18:01:15 +01:00
Kubernetes Prow Robot
29c2aedd69
Merge pull request #30537 from robscott/topology-hints-1.23
...
Updating Topology Aware Hints docs for 1.23
2021-11-22 18:22:17 -08:00
Rob Scott
2474ff93aa
Updating Topology Aware Hints docs for 1.23
2021-11-19 16:17:10 -08:00
Kevin Klues
378fc570b1
Add description of distribute-cpus-across-numa CPUManager policy option
...
Signed-off-by: Kevin Klues <kklues@nvidia.com>
2021-11-17 23:19:54 +01:00
Akihiro Suda
e2f17b7579
Fix typos,config paths in kubelet-in-userns.md. Add link to port forwarder implementation ( #30410 )
...
* kubelet-in-userns.md: fix typoes
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
* kubelet-in-userns.md: fix unexpected config paths
Referring to `/etc/containerd/config.toml` makes sense only when the user has
read/write permissions to `/etc/containerd/config.toml` in the current mount
namespace, which is not always assumed in the context of this documentation.
The same applies to `/etc/crio/crio.conf`, too.
Partially revert PR 30020.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
* kubelet-in-userns.md: add back the link to example port forwarder implementation
Add back the link to `k3s/pkg/rootlessports/controller.go` removed in PR 30020.
As stated in `{{ <note> }}`, the corresponding section is written for developers
of Kubernetes distros, not for end users.
So we should retain the implementation details here.
Partially revert PR 30020.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-11-11 18:02:28 -08:00
Ashley Davis
8ae9faaed1
[en] update link to cert-manager docs
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-11-10 14:18:23 +00:00
Jihoon Seo
047c8577d5
Make redirection for highly-available-control-plane
2021-11-09 10:50:38 +09:00
Muller Hsu
f0c98092e9
Update configure-upgrade-etcd.md
...
Typo
Should be `etcdctl` not etcdutl
2021-11-05 17:53:56 +08:00
Richie McG
a7a4745b79
Revert an incorrect fix
...
corrections for etctutl command name incorrectly “fixed” #30215
2021-10-27 18:56:16 +09:00
Kubernetes Prow Robot
4a3f2ef536
Merge pull request #30198 from SergeyKanzhelev/dockershimUpdates
...
Find out what container runtime is used and mention private registries
2021-10-26 17:15:41 -07:00
Sergey Kanzhelev
4a6d4d5dd3
find out what container runtime is used and mention private registries
2021-10-26 16:26:59 +00:00
Richie McG
64b5b16bac
Correct Typo
...
Correct typo form etcdutl to etcdctl on line 333
2021-10-23 17:29:03 +09:00
Kubernetes Prow Robot
f5049435ab
Merge pull request #30064 from sftim/20211012_link_pv_reclaim_policy_change_task_new_api_reference
...
Tidy task about PV reclaim policy
2021-10-22 17:00:50 -07:00
Kubernetes Prow Robot
286db402a2
Merge pull request #30123 from sftim/20211017_more_responsive_figure_sizing
...
Make figure sizing more responsive
2021-10-21 17:10:37 -07:00
Kubernetes Prow Robot
3f824a8989
Merge pull request #28601 from RA489/update_etcd
...
Example with data dir for restore
2021-10-18 01:35:51 -07:00
RA489
c689362c08
Example with data dir for restore
2021-10-18 10:32:25 +05:30
Tim Bannister
dc84f0cb97
Mark figures' intended size
...
This commit activates Sass styling to make image sizes more responsive
on the rendered page.
2021-10-17 21:31:52 +01:00
Tim Bannister
24dab6c202
Tidy task about PV reclaim policy
...
- Use new API reference shortcode
- Tweak What's Next subheading to be a plural
2021-10-12 21:36:37 +01:00
Qiming Teng
59ad3d65b0
Tweak the kubelet in user namespace page
...
This PR fixes some nits in the page and adds some links for the
convenience of users.
2021-10-12 09:10:18 +08:00
xiao.li
abadaf1ead
Fix the page links to a section that doesn't exist
2021-10-01 14:25:25 -07:00
Kubernetes Prow Robot
e4e0bf43a8
Merge pull request #29102 from hoskeri/encrypt-data-doc
...
encrypt-data: Don't recommend AES-CBC
2021-09-30 14:27:15 -07:00
Kubernetes Prow Robot
fc04dbea45
Merge pull request #29748 from JacobValdemar/patch-1
...
Remove unessesary indentation on code
2021-09-28 05:34:42 -07:00
Paco Xu
39d0870882
Add safe sysctl net.ipv4.ip_unprivileged_port_start
...
https://github.com/kubernetes/kubernetes/pull/103326
2021-09-28 14:46:25 +08:00
Kubernetes Prow Robot
cfd025c0ac
Merge pull request #29682 from AkihiroSuda/minikube-rootless-docker
...
kubelet-in-userns.md: update for minikube
2021-09-22 02:50:02 -07:00
Jacob Valdemar
c724a097bd
Add Line Break element after tab widget
2021-09-21 07:09:11 +02:00
silenceshell
064d6676d1
kubeadm upgrade to latest patch release, not latest stable
2021-09-21 10:23:14 +08:00
Jacob Valdemar
0e47e6de2b
Merge branch 'main' into patch-1
2021-09-19 22:24:31 +02:00
Jacob Valdemar
2cac383a7c
Undo "Add another newline after the tab widgets"
2021-09-19 22:17:40 +02:00
Jacob Valdemar
cc8bda3f41
Add another newline after the tab widgets
2021-09-19 22:07:09 +02:00
Jacob Valdemar
483779104b
Undo accidental change to tabs name
2021-09-19 18:01:51 +02:00
Jacob Valdemar
6b610b8e33
Remove prefixed spaces in code environment
2021-09-19 17:55:11 +02:00
silenceshell
160d68bd43
kubeadm-upgrade should upgrade to current branch version other than the latest version
2021-09-19 11:00:41 +08:00
Kubernetes Prow Robot
fa882c6ac3
Merge pull request #29394 from Patil2099/cascade-fix
...
Replace cascade=false -> cascade=orphan
2021-09-14 17:46:41 -07:00