Skip to content

Commit 34970f9

Browse files
committed
Enable apiServerLoadBalancer only for octavia LB
Signed-off-by: Roman Hros <roman.hros@dnation.cloud>
1 parent 2c7fb75 commit 34970f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

providers/openstack/scs/cluster-class/templates/cluster-class.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ cre ate group names like oidc:engineering and oidc:infra."
355355
matchResources:
356356
infrastructureCluster: true
357357
jsonPatches:
358-
- op: add
358+
- op: replace
359359
path: "/spec/template/spec/apiServerLoadBalancer/enabled"
360360
value: true
361361
- op: add
@@ -371,7 +371,7 @@ cre ate group names like oidc:engineering and oidc:infra."
371371
matchResources:
372372
infrastructureCluster: true
373373
jsonPatches:
374-
- op: add
374+
- op: replace
375375
path: "/spec/template/spec/apiServerLoadBalancer/enabled"
376376
value: true
377377
- op: add

providers/openstack/scs/cluster-class/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ worker_flavor: SCS-2V-4-20
44
restrict_kubeapi: []
55

66
# newly introduced:
7-
openstack_loadbalancer_apiserver: true
7+
openstack_loadbalancer_apiserver: false
88

99
# TBD, currently needed:
1010
images:

0 commit comments

Comments
 (0)