Skip to content

Commit

Permalink
change node-ip to cluster-seg
Browse files Browse the repository at this point in the history
  • Loading branch information
unchama committed Dec 3, 2023
1 parent 8f9f6da commit 235c467
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
ansible_python_interpreter: /usr/bin/python3
ansible_port: 22
ansible_user: cloudinit
kube_api_server_vip: 192.168.18.100
kube_api_server_vip: 192.168.32.100
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ esac

# Set global variables
TARGET_BRANCH=$2
KUBE_API_SERVER_VIP=192.168.18.100
VIP_INTERFACE=ens19
NODE_IPS=( 192.168.18.11 192.168.18.12 192.168.18.13 )
KUBE_API_SERVER_VIP=192.168.32.100
VIP_INTERFACE=ens20
NODE_IPS=( 192.168.32.11 192.168.32.12 192.168.32.13 )

# set per-node variables
case $1 in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
releaseName: cilium
values: |
kubeProxyReplacement: strict
k8sServiceHost: 192.168.18.100 # modify it if necessary
k8sServiceHost: 192.168.32.100 # modify it if necessary
k8sServicePort: 8443
bgpControlPlane:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ spec:
enabled: false
kubeEtcd:
endpoints:
- 192.168.18.11
- 192.168.18.12
- 192.168.18.13
- 192.168.32.11
- 192.168.32.12
- 192.168.32.13
service:
enabled: true
port: 2381
Expand Down

0 comments on commit 235c467

Please sign in to comment.