Kubernetes Prow Robot
8513a4d041
Merge pull request #27073 from neolit123/1.21-update-containerd-restart-order
...
container-runtimes: add note about restarting containerd
2021-03-16 22:36:56 -07:00
Kubernetes Prow Robot
0a2eff62d3
Merge pull request #27074 from atoato88/fix-feature-gate-link
...
Replace with relative path for feature gate link
2021-03-16 09:28:35 -07:00
Kubernetes Prow Robot
bc451ce8f9
Merge pull request #27055 from atoato88/fix-install-kubectl-redirect
...
Replace redirect links of install kubectl
2021-03-15 17:00:34 -07:00
Akihito INOH
45f1017f86
Replace with relative path for featuregate link
...
This commit replaces abs path link for feature gate with relative
path /docs/reference/command-line-tools-reference/feature-gates/
2021-03-16 07:29:54 +09:00
Lubomir I. Ivanov
ddf1157e47
container-runtimes: add note about restarting containerd
...
Add note about restarting containerd when the cgroup driver
is changed to "systemd".
2021-03-15 22:43:52 +02:00
Akihito INOH
f553cbbebc
Replace redirect links of install kubectl
...
/docs/tasks/tools/install-kubectl/ is redirected to
/docs/tasks/tools/
This commit replace the redirect links for installing kubectl
with direct links.
2021-03-15 08:22:29 +09:00
Akihito INOH
51f72c50ff
Fix transferring-ownership link
...
This commit fixes transferring-ownership link on `/docs/setup/release/notes/`.
2021-03-12 14:47:43 +09:00
Kubernetes Prow Robot
81bc52d878
Merge pull request #26982 from YuikoTakada/redirect-kubernetes-api
...
Replace redirect links of labels-annotations-taints
2021-03-10 17:04:24 -08:00
Kubernetes Prow Robot
0a196b3643
Merge pull request #26952 from tmoschou/update-apt-repo-setup-install-steps
...
Update Ubuntu/Debian installation instructions to use Signed-By option
2021-03-10 08:07:15 -08:00
Yuiko Mouri
a9254a9836
Replace redirect links of labels-annotations-taints
2021-03-10 15:01:58 +09:00
Terry Moschou
e7e5f0c912
Remove some tabs on container-runtimes.md docs
...
This simplifies the containerd installation instructions. All Linux distros will
now download from Docker repos, including Ubuntu 18.04 which previously
installed from Ubuntu repos.
The Docker runtime instructions have also been simplified. The RHEL/CentOS
specific option overlay2.override_kernel_check=true option has been removed.
It seems Docker will now autodetect overlay2 support on older Linux kernels
<4.0.0,>=3.10.0-514, which have back-ported overlay2 support on RHEL/CentOS 7.4+
See moby/moby#34368
2021-03-10 15:45:33 +10:30
Kubernetes Prow Robot
6dd50320cb
Merge pull request #26919 from oomichi/redirect-kubeadm
...
Replace redirect links of kubeadm
2021-03-09 17:55:14 -08:00
Terry Moschou
b1686cc43a
Switch to curl, remove code formatting on the product names, use OS family name on tabs
2021-03-09 11:47:15 +10:30
Terry Moschou
21382af32e
Update Ubuntu/Debian installation instructions to use Signed-By option ( #26906 )
...
The use of `apt-key` to install has also been removed as it is now deprecated
and will be last available in Debian 11 and Ubuntu 22.04.
Also updates the Docker repository setup instructions in container-runtimes.md,
to now refer to the respective instructions at https://docs.docker.com/engine/install/
which has already made the move to use the signed-by option.
2021-03-08 21:23:53 +10:30
Jihoon Seo
c4ded15afe
Fix broken anchor
...
in content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md
2021-03-08 14:21:34 +09:00
Jihoon Seo
07d23cd0e5
Fix typo (form -> from)
...
in content/en/docs/setup/production-environment/container-runtimes.md
2021-03-08 13:53:27 +09:00
Kenichi Omichi
e7a25a823c
Replace redirect links of kubeadm
...
/docs/reference/setup-tools/kubeadm/kubeadm/ is redirected to
/docs/reference/setup-tools/kubeadm/
This replaces the redirect links of kubeadm with the direct links.
2021-03-05 22:45:48 +00:00
Kubernetes Prow Robot
42baccaf97
Merge pull request #26770 from neha-viswanathan/26722-network-addon
...
Replace network solution with network add-on
2021-03-01 12:53:26 -08:00
Kubernetes Prow Robot
44555ebf11
Merge pull request #26715 from chrisnegus/kubeadm-amazonlinux2
...
install-kubeadm.md: generalize the list of distributions and install options
2021-03-01 12:35:26 -08:00
Christopher Negus
cb6ba0f63d
install-kubeadm:Generalize list of distributions
2021-03-01 19:26:49 +00:00
Kubernetes Prow Robot
b8616ed6e6
Merge pull request #26680 from diegonuevo/patch-1
...
Corrected Docker(shim) UNIX domain socket file
2021-03-01 10:49:26 -08:00
Kubernetes Prow Robot
c5e52425ab
Merge pull request #26600 from marosset/windows-containerd-install-disable-defender
...
Updating containerd on Windows install steps to add Defender Exclusion
2021-02-28 13:26:39 -08:00
Neha Viswanathan
5ea1bfdfe0
Replace network solution with network add-on
2021-02-28 08:36:28 -08:00
Kubernetes Prow Robot
3e2731b564
Merge pull request #26465 from perithompson/patch-1
...
Added limitation with windows network services
2021-02-23 10:38:34 -08:00
diegonuevo
072ac32064
Corrected Docker(shim) UNIX domain socket file
...
This page listed `/var/run/docker.sock` as the UNIX domain socket path for the Docker container runtime, but it's actually `/var/run/dockershim.sock`, as the kubelet documentation indicates as the default value for the `--container-runtime-endpoint` argument:
https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
The socket file specified (`/var/run/docker.sock`) is where the Docker daemon listens for requests for the Docker API, not the CRI interface.
2021-02-23 16:28:08 +01:00
marosset
8cb0137b7c
Updating containerd on Windows install steps to add Defender Exclusion
2021-02-17 11:51:05 -08:00
Arnaud Lemaire
c44f397eb8
Update control-plane-flags.md
2021-02-13 23:19:44 +01:00
Peri Thompson
52920a9a85
Added limitation with windows network services
2021-02-11 10:32:24 +00:00
eTimS
f4a96f4e7c
Update content/en/docs/setup/production-environment/container-runtimes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-02-11 00:27:23 +01:00
eTimS
dc4836b626
Minor - Systemd enable command to enable CRI-O at boot time
...
Added "sudo systemctl enable crio enable" to configure systemd to enable CRI-O at boot time, as shown in the CRI-O install.md doc: https://github.com/cri-o/cri-o/blob/master/install.md#user-content-starting-cri-o
2021-02-10 15:22:48 +01:00
Kubernetes Prow Robot
c24f62c16a
Merge pull request #26389 from kbhawkey/fixup-simply-usage
...
clean up use of word: simply
2021-02-09 02:02:40 -08:00
Kubernetes Prow Robot
2e78b33f62
Merge pull request #25775 from puckpuck/patch-1
...
remove misleading instructions in kubeadm setup docs
2021-02-08 00:19:12 -08:00
Karen Bradshaw
3fd65482e8
clean up use of word: simply
2021-02-07 12:15:29 -05:00
Kubernetes Prow Robot
d2e7f4acab
Merge pull request #26352 from kbhawkey/fixup-remove-word-easy
...
clean up use of word: easy
2021-02-04 10:48:26 -08:00
Karen Bradshaw
7d9916af0c
clean up use of word: easy
2021-02-01 15:14:25 -05:00
Kubernetes Prow Robot
c9b4e1314c
Merge pull request #26259 from ruxandrafed/patch-1
...
docs: rephrase sentence missing predicate
2021-02-01 04:01:49 -08:00
Suraj Deshmukh
f3e5f02604
kubeadm: Add backticks and mention Flatcar
...
This commit adds a cosmetic change by adding backticks to show the env
var in monospace font when rendered.
Mention Flatcar Linux in kubeadm troubleshooting doc, alongwith Fedora
CoreOS.
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2021-01-30 12:54:11 +05:30
Tej-Singh-Rana
29833597a5
Fix typos in release notes ( #25816 )
...
* Fixed the typo
* Fixed the typo
* Update notes.md
2021-01-29 10:17:40 -08:00
Ed Bartosh
237a449ca3
get rid of running 'containerd config default' with sudo
...
'containerd config default' doesn't require root privileges,
so it doesn't make sense to run it with sudo
2021-01-28 10:41:47 +02:00
Ruxandra Fediuc
7d842681a3
docs: rephrase sentence missing predicate
...
Unless that first part of the paragraph is meant to be more like a subheading (in which case it could use some reformatting), I would like to suggest a minor rephrase so that it becomes a proper sentence and has a predicate.
Thanks for considering this!
2021-01-27 13:24:50 -08:00
Ricardo Pchevuzinske Katz
2346581566
Fix some spell checking
...
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
2021-01-24 16:27:42 -03:00
Kubernetes Prow Robot
2f5cfe4624
Merge pull request #26098 from liggitt/kubelet-upgrade
...
Clarify that nodes must be drained before minor version kubelet upgrades
2021-01-17 08:41:43 -08:00
Kubernetes Prow Robot
a0dd4b51ac
Merge pull request #26020 from ydFu/fix-OS-version-in-install-kubeadm
...
Document kubeadm for RHEL 8
2021-01-16 19:49:43 -08:00
Jordan Liggitt
8781aceb62
Clarify that nodes must be drained before minor version kubelet upgrades
2021-01-14 15:05:43 -05:00
Sascha Grunert
ff9bcd4d42
Update CRI-O docs to the latest configuration
...
This patch updates the CRI-O documentation to the latest available
version. It also adds a dedicated cgroup driver section to mention that
the configuration has to be in sync.
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2021-01-14 14:10:46 +01:00
outofmem0ry
f4f2c74db9
Fix containerd config instructions
...
modified: content/en/docs/setup/production-environment/container-runtimes.md
modified: content/ko/docs/setup/production-environment/container-runtimes.md
modified: content/zh/docs/setup/production-environment/container-runtimes.md
modified: content/id/docs/setup/production-environment/container-runtimes.md
modified: content/ja/docs/setup/production-environment/container-runtimes.md
modified: content/zh/docs/setup/production-environment/container-runtimes.md
modified: content/id/docs/setup/production-environment/container-runtimes.md
modified: content/ja/docs/setup/production-environment/container-runtimes.md
modified: content/zh/docs/setup/production-environment/container-runtimes.md
2021-01-13 11:53:49 -08:00
Kubernetes Prow Robot
d70d1f6806
Merge pull request #25242 from stefanpetter/patch-1
...
Added step to create /etc/docker/ folder in Ubuntu instruction
2021-01-12 09:56:36 -08:00
Kubernetes Prow Robot
3a5d246bcf
Merge pull request #25822 from peymanslh/cotainerd_deb
...
Add containerd installation on Debian
2021-01-09 07:01:05 -08:00
ydFu
7eb46bb8c6
Document kubeadm for RHEL 8
...
* Add forward compatibility RHEL / CentOS to the list of supported platforms.
2021-01-09 12:17:25 +08:00
Kubernetes Prow Robot
253d6ab66d
Merge pull request #25575 from timosmit/patch-1
...
Fixed link to configuring cgroup driver on control-plane node
2021-01-07 18:55:55 -08:00