Browse Source
cleanup kubelet_deployment_type (#6815)
No longer used/supported
pull/6812/head
Hans Feldt
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
0 additions and
10 deletions
-
docs/cri-o.md
-
docs/vars.md
-
inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml
-
tests/files/packet_centos7-crio.yml
-
tests/files/packet_ubuntu18-crio.yml
|
@ -19,7 +19,6 @@ skip_downloads: false |
|
|
## k8s-cluster.yml |
|
|
## k8s-cluster.yml |
|
|
|
|
|
|
|
|
```yaml |
|
|
```yaml |
|
|
kubelet_deployment_type: host |
|
|
|
|
|
container_manager: crio |
|
|
container_manager: crio |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
@ -112,11 +112,6 @@ Stack](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/dns-stack.m |
|
|
* *http_proxy/https_proxy/no_proxy/no_proxy_exclude_workers/additional_no_proxy* - Proxy variables for deploying behind a |
|
|
* *http_proxy/https_proxy/no_proxy/no_proxy_exclude_workers/additional_no_proxy* - Proxy variables for deploying behind a |
|
|
proxy. Note that no_proxy defaults to all internal cluster IPs and hostnames |
|
|
proxy. Note that no_proxy defaults to all internal cluster IPs and hostnames |
|
|
that correspond to each node. |
|
|
that correspond to each node. |
|
|
* *kubelet_deployment_type* - Controls which platform to deploy kubelet on. |
|
|
|
|
|
Available options are ``host`` and ``docker``. ``docker`` mode |
|
|
|
|
|
is unlikely to work on newer releases. Starting with Kubernetes v1.7 |
|
|
|
|
|
series, this now defaults to ``host``. Before v1.7, the default was Docker. |
|
|
|
|
|
This is because of cgroup [issues](https://github.com/kubernetes/kubernetes/issues/43704). |
|
|
|
|
|
* *kubelet_cgroup_driver* - Allows manual override of the |
|
|
* *kubelet_cgroup_driver* - Allows manual override of the |
|
|
cgroup-driver option for Kubelet. By default autodetection is used |
|
|
cgroup-driver option for Kubelet. By default autodetection is used |
|
|
to match Docker configuration. |
|
|
to match Docker configuration. |
|
|
|
@ -204,8 +204,6 @@ kata_containers_enabled: false |
|
|
# containerd_untrusted_runtime_engine: '' |
|
|
# containerd_untrusted_runtime_engine: '' |
|
|
# containerd_untrusted_runtime_root: '' |
|
|
# containerd_untrusted_runtime_root: '' |
|
|
|
|
|
|
|
|
## Settings for containerized control plane (kubelet/secrets) |
|
|
|
|
|
kubelet_deployment_type: host |
|
|
|
|
|
helm_deployment_type: host |
|
|
helm_deployment_type: host |
|
|
|
|
|
|
|
|
kubeadm_certificate_key: "{{ lookup('password', credentials_dir + '/kubeadm_certificate_key.creds length=64 chars=hexdigits') | lower }}" |
|
|
kubeadm_certificate_key: "{{ lookup('password', credentials_dir + '/kubeadm_certificate_key.creds length=64 chars=hexdigits') | lower }}" |
|
|
|
@ -11,4 +11,3 @@ container_manager: crio |
|
|
# CRI-O requirements |
|
|
# CRI-O requirements |
|
|
download_container: false |
|
|
download_container: false |
|
|
etcd_deployment_type: host |
|
|
etcd_deployment_type: host |
|
|
kubelet_deployment_type: host |
|
|
|
|
@ -11,4 +11,3 @@ container_manager: crio |
|
|
# CRI-O requirements |
|
|
# CRI-O requirements |
|
|
download_container: false |
|
|
download_container: false |
|
|
etcd_deployment_type: host |
|
|
etcd_deployment_type: host |
|
|
kubelet_deployment_type: host |
|
|
|