mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2026-03-22 12:29:47 +00:00
Compare commits
3 Commits
ab1769f830
...
adcbcca46c
| Author | SHA1 | Date | |
|---|---|---|---|
| adcbcca46c | |||
| 91355e6724 | |||
| 3d2d3278f3 |
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
Reference in New Issue
Block a user