mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2024-11-18 19:10:39 +01:00
Issue #17: Attempt to fix installation on CentOS.
This commit is contained in:
parent
6798a05d0b
commit
0bb0604b61
@ -43,7 +43,7 @@ Whether to enable the Kubernetes web dashboard UI (only accessible on the master
|
||||
|
||||
Whether to show extra debug info in Ansible's logs (e.g. the output of the `kubeadm init` command).
|
||||
|
||||
kubernetes_pod_network_cidr: '10.0.1.0/16'
|
||||
kubernetes_pod_network_cidr: '10.244.0.0/16'
|
||||
kubernetes_apiserver_advertise_address: ''
|
||||
kubernetes_version: 'stable-1.11'
|
||||
kubernetes_ignore_preflight_errors: 'all'
|
||||
|
@ -2,10 +2,10 @@
|
||||
kubernetes_packages:
|
||||
- name: kubelet
|
||||
state: present
|
||||
- name: kubeadm
|
||||
state: present
|
||||
- name: kubectl
|
||||
state: present
|
||||
- name: kubeadm
|
||||
state: present
|
||||
- name: kubernetes-cni
|
||||
state: present
|
||||
|
||||
@ -17,7 +17,7 @@ kubernetes_allow_pods_on_master: true
|
||||
kubernetes_enable_web_ui: true
|
||||
kuberenetes_debug: false
|
||||
|
||||
kubernetes_pod_network_cidr: '10.0.1.0/16'
|
||||
kubernetes_pod_network_cidr: '10.244.0.0/16'
|
||||
kubernetes_apiserver_advertise_address: ''
|
||||
kubernetes_version: 'stable-1.11'
|
||||
kubernetes_ignore_preflight_errors: 'all'
|
||||
|
Loading…
Reference in New Issue
Block a user