Compare commits

..

3 Commits

2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: /tmp/kube-flannel.yml path: /tmp/kube-flannel.yml
insertafter: ' - --kube-subnet-mgr' insertafter: ' - --kube-subnet-mgr'
line: ' - --iface=eth0' line: ' - --iface=eth1'
@ -56,7 +56,7 @@
- kubeadm - kubeadm
- init - init
- --pod-network-cidr=10.244.0.0/16 # .3. - --pod-network-cidr=10.244.0.0/16 # .3.
- --apiserver-advertise-address=192.168.1.150 #- --apiserver-advertise-address=192.168.2.50
creates: /etc/kubernetes/admin.conf creates: /etc/kubernetes/admin.conf

View File

@ -11,4 +11,4 @@ spec:
component: stolon-proxy component: stolon-proxy
stolon-cluster: kube-stolon stolon-cluster: kube-stolon
type: LoadBalancer type: LoadBalancer
loadBalancerIP: 192.168.1.105 #loadBalancerIP: 192.168.1.105