Qiming Teng
9b5e2aec1b
Fix links in some pages
...
This PR fixes some links that are using redirect records or dangling.
2022-06-21 11:15:15 +08:00
Dom Goodwin
1145cab87b
Document changing the sandbox image in CR ( #33660 )
...
* Document changing the sandbox image in CR
* Update cri-dockerd section to be idiomatic
2022-06-16 21:52:33 -07:00
Bob
45bf283527
Update container-runtimes.md
...
update "cgroup driver for kubelet" link
2022-05-29 17:25:20 +08:00
Chris Short
6a4f926833
Update container-runtimes.md
...
Blank line cleanup for consistency
2022-05-24 16:22:01 -04:00
Manish Kumar
8b29e8229b
Update container-runtimes.md ( #33851 )
...
* Update container-runtimes.md
* Update content/en/docs/setup/production-environment/container-runtimes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com >
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2022-05-21 04:26:00 -07:00
John Kwiatkoski
994555c46b
Moving ip forwarding and prereqs to container runtime page ( #32946 )
2022-05-11 08:53:01 -07:00
Mark Rossetti
aaadcc1c9a
Update content/en/docs/setup/production-environment/container-runtimes.md
...
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com >
2022-04-29 10:33:57 -07:00
Mark Rossetti
86265a1742
Updating containerd install details
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com >
2022-04-29 10:23:14 -07:00
Christopher Negus
fcdf66a1fd
Deleted a blank line
2022-04-18 23:41:41 +00:00
Kubernetes Prow Robot
22d86412bf
Merge pull request #32826 from chrisnegus/dockershim-shortcode
...
Create dockershim shortcode
2022-04-18 16:09:50 -07:00
Christopher Negus
6d560379a8
Create dockershim shortcode
2022-04-18 17:13:23 +00:00
Tim Bannister
ba81191440
Fix typo
...
Co-authored-by: Qiming Teng <tengqm@outlook.com >
2022-04-03 19:24:23 +01:00
Tim Bannister
afe13e859a
(Further) update Container Runtmes to prepare for dockershim removal
2022-04-03 12:31:25 +01:00
PranshuSrivastava
8b1b8a4f80
updated the container-runtime page to include info about dockershim deprecation.
2022-02-22 12:21:36 +05:30
jeremy-morren
095c52a590
Fix powershell install script
...
Setting powershell variables container only numbers does not work with multiple periods (at least on Powershell 5.1). Using quotes is necessary.
2022-01-31 22:15:40 -04:00
Kubernetes Prow Robot
dec940e537
Merge pull request #31328 from sftim/20220113_clarify_example_linux_command_line_cgroup_v2
...
Clarify example for setting Linux command line
2022-01-31 16:59:53 -08:00
Tim Bannister
ef6d83b5dd
Clarify example for setting Linux command line
2022-01-13 17:43:34 +00:00
Tim Bannister
65e92a8f14
Add Docker Engine as container runtime
...
Mention that the support via Dockershim is deprecated.
Co-Authored-By: Rey Lejano <rlejano@gmail.com >
2021-12-16 16:09:29 +00:00
Tim Bannister
6d9fec4175
Update third party list of container runtimes
2021-12-11 17:06:51 +00:00
Yongzhi Pan
a5b097977f
Fix misquote.
2021-11-20 09:35:31 +08:00
Giuseppe Scrivano
7c10029841
setup: add documentation for cgroup v2
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2021-07-23 15:19:19 +02:00
Jihoon Seo
0e265010e5
Add line breaks in Markdown code
2021-05-18 12:00:44 +09:00
Jihoon Seo
c76c3784aa
Fix some errors
2021-04-20 09:38:53 +09:00
Lubomir I. Ivanov
f156e9eb6e
container-runtimes: fix 404 link to cgroup driver migration guide
...
The URL needs a leading '/', otherwise it points to:
https://kubernetes.io/docs/setup/production-environment/container-runtimes/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver
2021-04-20 01:31:28 +03:00
wangyysde
4f4716f42d
Update container-runtimes.md
...
As if the correct url of tasks/administer-cluster/kubeadm/configure-cgroup-driver is docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver
2021-04-12 21:58:45 +08:00
Kubernetes Prow Robot
e7a3482b6a
Merge pull request #26786 from neolit123/1.21-cgroup-drivers-new-page
...
kubeadm: add separate page for configuring / migrating cgroup driver
2021-03-30 09:21:57 -07:00
Kubernetes Prow Robot
9a9c2f3f74
Merge pull request #26966 from enyinna1234/fix-docker-version
...
container-runtimes: include note about latest validated docker
2021-03-17 12:19:18 -07: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
Enyinna Ochulor
2df5a5226b
Remove Docker Version Pinning
...
This commit fixes the packages not found error during
Docker installation. The packages containerd.io 1.2.13-2,
docker-ce 19.03.11, and docker-cs-cli 19.03.11 are currently not in
Ubuntu 20.10. This commit instead points users to validated
versions of Docker.
fixes https://github.com/kubernetes/kubernetes/issues/99831
Signed-off-by: Enyinna Ochulor <eochulor@vmware.com >
2021-03-11 09:32:53 -08: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
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
07d23cd0e5
Fix typo (form -> from)
...
in content/en/docs/setup/production-environment/container-runtimes.md
2021-03-08 13:53:27 +09:00
Lubomir I. Ivanov
235509450a
kubeadm: add a new page
...
- Add the new page "Configuring a cgroup driver"
The page includes details on how to configure the cgroup driver
using kubeadm. It also includes a migration guide for users to
move to the "systemd" driver.
- Link to the new page from install-kubeadm.md and container-runtimes.md
2021-03-05 00:37:30 +02: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
marosset
8cb0137b7c
Updating containerd on Windows install steps to add Defender Exclusion
2021-02-17 11:51:05 -08: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
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
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
kylejep
103311a5ad
Update container-runtimes.md
...
I propose that by adding the modules to /etc/modules-load.d/ can help prevent issues with overlay and br_netfilter modules not loading after reboot.
2020-12-31 07:42:58 -08:00
outofmem0ry
599ec3adc9
Fix configuring containerd on Ubuntu 18.04/20.04
2020-12-28 13:01:41 -08:00
Peyman Salehi
a9aa049103
Add containerd installation on Debian 9+
...
Add containerd installation on Debian
write docker keyring in a seprate file
Co-authored-by: Tim Bannister <tim@scalefactory.com >
edit comment
Co-authored-by: Tim Bannister <tim@scalefactory.com >
remove sudo
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2020-12-28 13:21:51 +03:30
Kubernetes Prow Robot
458e55658d
Merge pull request #24776 from karras/docs_update_ubuntu_containerd_instructions
...
Docs: Add containerd setup instructions for Ubuntu 18.04/20.04
2020-12-22 12:30:26 -08:00
Stefan Petter
f6e5496bc3
Applied suggested changes to create /etc/docker folder instead of starting the service
...
The "Set up the Docker daemon" step fails because the initial files have not been created. I copied the step of creating of the /etc/docker/ folder from the CentOS/RHEL instructions to the Ubuntu Instructions
2020-12-09 12:37:46 +01:00
Anna Jung (VMware)
7f43aceddb
Merge remote-tracking branch 'upstream/master' into dev-1.20
2020-12-07 10:39:57 -06:00
Michael Hofer
4adea80ff8
Docs: Add containerd setup instructions for Ubuntu 18.04/20.04
2020-11-25 21:57:22 +01:00