mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
kubeadm support (#1631)
* kubeadm support * move k8s master to a subtask * disable k8s secrets when using kubeadm * fix etcd cert serial var * move simple auth users to master role * make a kubeadm-specific env file for kubelet * add non-ha CI job * change ci boolean vars to json format * fixup * Update create-gce.yml * Update create-gce.yml * Update create-gce.yml
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
required_pkgs:
|
||||
- libselinux-python
|
||||
- device-mapper-libs
|
||||
- ebtables
|
||||
|
||||
@@ -4,3 +4,4 @@ required_pkgs:
|
||||
- aufs-tools
|
||||
- apt-transport-https
|
||||
- software-properties-common
|
||||
- ebtables
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
required_pkgs:
|
||||
- libselinux-python
|
||||
- device-mapper-libs
|
||||
- ebtables
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
required_pkgs:
|
||||
- libselinux-python
|
||||
- device-mapper-libs
|
||||
- ebtables
|
||||
|
||||
7
roles/kubernetes/preinstall/vars/ubuntu.yml
Normal file
7
roles/kubernetes/preinstall/vars/ubuntu.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
required_pkgs:
|
||||
- python-apt
|
||||
- aufs-tools
|
||||
- apt-transport-https
|
||||
- software-properties-common
|
||||
- ebtables
|
||||
Reference in New Issue
Block a user