Skip to content

Commit 570639e

Browse files
committed
TMP-FIX: use patched CPI image
1 parent e2b5be6 commit 570639e

File tree

15 files changed

+24
-24
lines changed

15 files changed

+24
-24
lines changed

packaging/flavorgen/cloudprovider/cpi/cpi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ spec:
159159
priorityClassName: system-node-critical
160160
containers:
161161
- name: vsphere-cpi
162-
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.31.0
162+
image: gcr.io/k8s-staging-capi-vsphere/extra/cloud-provider-vsphere:v1.31.0
163163
imagePullPolicy: IfNotPresent
164164
args:
165165
- --cloud-provider=vsphere

templates/cluster-template-external-loadbalancer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ data:
12861286
priorityClassName: system-node-critical
12871287
containers:
12881288
- name: vsphere-cpi
1289-
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
1289+
image: gcr.io/k8s-staging-capi-vsphere/extra/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
12901290
imagePullPolicy: IfNotPresent
12911291
args:
12921292
- --cloud-provider=vsphere
@@ -1362,4 +1362,4 @@ data:
13621362
kind: ConfigMap
13631363
metadata:
13641364
name: cpi-manifests
1365-
namespace: '${NAMESPACE}'
1365+
namespace: '${NAMESPACE}'

templates/cluster-template-ignition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ data:
15061506
priorityClassName: system-node-critical
15071507
containers:
15081508
- name: vsphere-cpi
1509-
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
1509+
image: gcr.io/k8s-staging-capi-vsphere/extra/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
15101510
imagePullPolicy: IfNotPresent
15111511
args:
15121512
- --cloud-provider=vsphere
@@ -1582,4 +1582,4 @@ data:
15821582
kind: ConfigMap
15831583
metadata:
15841584
name: cpi-manifests
1585-
namespace: '${NAMESPACE}'
1585+
namespace: '${NAMESPACE}'

templates/cluster-template-node-ipam.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ data:
14211421
priorityClassName: system-node-critical
14221422
containers:
14231423
- name: vsphere-cpi
1424-
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
1424+
image: gcr.io/k8s-staging-capi-vsphere/extra/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
14251425
imagePullPolicy: IfNotPresent
14261426
args:
14271427
- --cloud-provider=vsphere
@@ -1497,4 +1497,4 @@ data:
14971497
kind: ConfigMap
14981498
metadata:
14991499
name: cpi-manifests
1500-
namespace: '${NAMESPACE}'
1500+
namespace: '${NAMESPACE}'

templates/cluster-template-supervisor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ data:
13711371
priorityClassName: system-node-critical
13721372
containers:
13731373
- name: vsphere-cpi
1374-
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
1374+
image: gcr.io/k8s-staging-capi-vsphere/extra/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
13751375
imagePullPolicy: IfNotPresent
13761376
args:
13771377
- --cloud-provider=vsphere
@@ -1447,4 +1447,4 @@ data:
14471447
kind: ConfigMap
14481448
metadata:
14491449
name: cpi-manifests
1450-
namespace: '${NAMESPACE}'
1450+
namespace: '${NAMESPACE}'

templates/cluster-template-topology-supervisor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ data:
11791179
priorityClassName: system-node-critical
11801180
containers:
11811181
- name: vsphere-cpi
1182-
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
1182+
image: gcr.io/k8s-staging-capi-vsphere/extra/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
11831183
imagePullPolicy: IfNotPresent
11841184
args:
11851185
- --cloud-provider=vsphere
@@ -1255,4 +1255,4 @@ data:
12551255
kind: ConfigMap
12561256
metadata:
12571257
name: cpi-manifests
1258-
namespace: '${NAMESPACE}'
1258+
namespace: '${NAMESPACE}'

templates/cluster-template-topology.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ data:
11941194
priorityClassName: system-node-critical
11951195
containers:
11961196
- name: vsphere-cpi
1197-
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
1197+
image: gcr.io/k8s-staging-capi-vsphere/extra/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
11981198
imagePullPolicy: IfNotPresent
11991199
args:
12001200
- --cloud-provider=vsphere
@@ -1270,4 +1270,4 @@ data:
12701270
kind: ConfigMap
12711271
metadata:
12721272
name: cpi-manifests
1273-
namespace: '${NAMESPACE}'
1273+
namespace: '${NAMESPACE}'

templates/cluster-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ data:
14111411
priorityClassName: system-node-critical
14121412
containers:
14131413
- name: vsphere-cpi
1414-
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
1414+
image: gcr.io/k8s-staging-capi-vsphere/extra/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
14151415
imagePullPolicy: IfNotPresent
14161416
args:
14171417
- --cloud-provider=vsphere
@@ -1487,4 +1487,4 @@ data:
14871487
kind: ConfigMap
14881488
metadata:
14891489
name: cpi-manifests
1490-
namespace: '${NAMESPACE}'
1490+
namespace: '${NAMESPACE}'

test/e2e/config/vsphere.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ variables:
284284
KUBERNETES_VERSION_UPGRADE_FROM: "v1.30.0"
285285
KUBERNETES_VERSION_UPGRADE_TO: "v1.31.0"
286286
KUBERNETES_VERSION_LATEST_CI: "ci/latest-1.32"
287-
CPI_IMAGE_K8S_VERSION: "v1.32.0-beta.0"
287+
CPI_IMAGE_K8S_VERSION: "v1.32.0-beta.0-sbueringer-patched"
288288
CNI: "./data/cni/calico/calico.yaml"
289289
AUTOSCALER_WORKLOAD: "./data/autoscaler/autoscaler-to-management-workload.yaml"
290290
EXP_CLUSTER_RESOURCE_SET: "true"

test/e2e/data/infrastructure-vsphere-govmomi/v1.10/topology/cluster-template-topology.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ data:
11971197
priorityClassName: system-node-critical
11981198
containers:
11991199
- name: vsphere-cpi
1200-
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
1200+
image: gcr.io/k8s-staging-capi-vsphere/extra/cloud-provider-vsphere:${CPI_IMAGE_K8S_VERSION}
12011201
imagePullPolicy: IfNotPresent
12021202
args:
12031203
- --cloud-provider=vsphere

0 commit comments

Comments
 (0)