Skip to content

Commit

Permalink
move server subnet to 10.6.3.0/24
Browse files Browse the repository at this point in the history
  • Loading branch information
jemand771 committed Nov 20, 2023
1 parent 7345ada commit f78ea7b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _infrastructure/calico/kubernetes-services-endpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ metadata:
data:
# TODO will break on multi node setups (or at least make one master more master-y than the others)
# possibly use split hoizon dns in the future
KUBERNETES_SERVICE_HOST: "10.0.3.100"
KUBERNETES_SERVICE_HOST: "10.6.3.100"
KUBERNETES_SERVICE_PORT: "6443"
2 changes: 1 addition & 1 deletion _infrastructure/kube-karp/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
image: immanuelfodor/kube-karp:1.0.3
env:
- name: KARP_VIRTUAL_IP
value: 10.0.3.100
value: 10.6.3.100
- name: KARP_SUBNET
value: "24"
- name: KARP_SERVER_ID
Expand Down
2 changes: 1 addition & 1 deletion _infrastructure/metallb/address-pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
namespace: metallb-system
spec:
addresses:
- 10.0.3.101/32
- 10.6.3.101/32
4 changes: 2 additions & 2 deletions _infrastructure/metrics/kps-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kubeControllerManager:
endpoints:
- 10.0.3.100
- 10.6.3.100
service:
port: 10257
targetPort: 10257
Expand All @@ -9,7 +9,7 @@ kubeControllerManager:
insecureSkipVerify: true
kubeScheduler:
endpoints:
- 10.0.3.100
- 10.6.3.100
service:
port: 10259
targetPort: 10259
Expand Down

0 comments on commit f78ea7b

Please sign in to comment.