Skip to content

Commit

Permalink
Merge branch 'main' into feat/charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jschoone authored Dec 6, 2024
2 parents 16df423 + ab31416 commit dbac3e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ spec:
privileged: true
allowPrivilegeEscalation: true
imagePullPolicy: Always
image: registry.dnation.cloud/test-mg/kubevirt-csi-driver:latest
image: quay.io/kubevirt/kubevirt-csi-driver:latest
args:
- "--endpoint=unix:/csi/csi.sock"
- "--node-name=$(KUBE_NODE_NAME)"
Expand Down
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

0 comments on commit dbac3e8

Please sign in to comment.