Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 Expand Up @@ -812,7 +812,7 @@ cre ate group names like oidc:engineering and oidc:infra."
matchResources:
infrastructureCluster: true
jsonPatches:
- op: replace
- op: add
path: "/spec/template/spec/managedSubnets"
valueFrom:
template: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,3 @@ spec:
portRangeMax: 4244
protocol: tcp
description: "Allow Hubble traffic for Cilium"
managedSubnets:
- cidr: {{ .Values.node_cidr }}
dnsNameservers:
{{- range .Values.dns_nameservers }}
- {{ . }}
{{- end }}
6 changes: 1 addition & 5 deletions providers/openstack/scs/cluster-class/values.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# mirrored from variables.tf
dns_nameservers:
- 5.1.66.255
- 185.150.99.255
controller_flavor: SCS-2V-4-20
worker_flavor: SCS-2V-4-20
node_cidr: 10.8.0.0/20
restrict_kubeapi: []

# newly introduced:
openstack_loadbalancer_apiserver: true
openstack_loadbalancer_apiserver: false

# TBD, currently needed:
images:
Expand Down