Skip to content

Commit

Permalink
Enable apiServerLoadBalancer only for octavia LB
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Hros <[email protected]>
  • Loading branch information
chess-knight committed Nov 21, 2024
1 parent f4972be commit a131e07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ cre ate group names like oidc:engineering and oidc:infra."
matchResources:
infrastructureCluster: true
jsonPatches:
- op: add
- op: replace
path: "/spec/template/spec/apiServerLoadBalancer/enabled"
value: true
- op: add
Expand All @@ -372,7 +372,7 @@ cre ate group names like oidc:engineering and oidc:infra."
matchResources:
infrastructureCluster: true
jsonPatches:
- op: add
- op: replace
path: "/spec/template/spec/apiServerLoadBalancer/enabled"
value: true
- op: add
Expand Down
2 changes: 1 addition & 1 deletion providers/openstack/scs/cluster-class/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ worker_flavor: SCS-2V-4-20
restrict_kubeapi: []

# newly introduced:
openstack_loadbalancer_apiserver: true
openstack_loadbalancer_apiserver: false

# TBD, currently needed:
images:
Expand Down

0 comments on commit a131e07

Please sign in to comment.