Skip to content

Commit d24306e

Browse files
authored
Merge pull request #243 from weizhouapache/e2e-fix-control-plane-vm
e2e: set imageRepository to "" in yaml files
2 parents 1202d41 + 5685e99 commit d24306e

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

test/e2e/data/infrastructure-cloudstack/v1beta1/bases/cluster-with-kcp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
kubeletExtraArgs:
4444
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
4545
clusterConfiguration:
46-
imageRepository: registry.k8s.io
46+
imageRepository: ""
4747
joinConfiguration:
4848
nodeRegistration:
4949
name: '{{ local_hostname }}'

test/e2e/data/infrastructure-cloudstack/v1beta1/cluster-template-custom-disk-offering/cluster-with-custom-disk-offering.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
kubeletExtraArgs:
1111
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
1212
clusterConfiguration:
13-
imageRepository: registry.k8s.io
13+
imageRepository: ""
1414
joinConfiguration:
1515
nodeRegistration:
1616
name: '{{ local_hostname }}'

test/e2e/data/infrastructure-cloudstack/v1beta1/cluster-template-disk-offering/cluster-with-disk-offering.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
kubeletExtraArgs:
1111
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
1212
clusterConfiguration:
13-
imageRepository: registry.k8s.io
13+
imageRepository: ""
1414
joinConfiguration:
1515
nodeRegistration:
1616
name: '{{ local_hostname }}'

test/e2e/data/infrastructure-cloudstack/v1beta1/cluster-template-shared-network-kubevip/cluster-with-shared-network-and-kubevip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
kubeletExtraArgs:
4444
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
4545
clusterConfiguration:
46-
imageRepository: registry.k8s.io
46+
imageRepository: ""
4747
joinConfiguration:
4848
nodeRegistration:
4949
name: '{{ local_hostname }}'

test/e2e/data/infrastructure-cloudstack/v1beta2/bases/cluster-with-kcp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
kubeletExtraArgs:
4949
provider-id: "cloudstack:///'{{ ds.meta_data.instance_id }}'"
5050
clusterConfiguration:
51-
imageRepository: registry.k8s.io
51+
imageRepository: ""
5252
joinConfiguration:
5353
nodeRegistration:
5454
name: '{{ local_hostname }}'

test/e2e/data/infrastructure-cloudstack/v1beta2/cluster-template-custom-disk-offering/cluster-with-custom-disk-offering.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
kubeletExtraArgs:
1111
provider-id: "cloudstack:///'{{ ds.meta_data.instance_id }}'"
1212
clusterConfiguration:
13-
imageRepository: registry.k8s.io
13+
imageRepository: ""
1414
joinConfiguration:
1515
nodeRegistration:
1616
name: '{{ local_hostname }}'

test/e2e/data/infrastructure-cloudstack/v1beta2/cluster-template-disk-offering/cluster-with-disk-offering.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
kubeletExtraArgs:
1111
provider-id: "cloudstack:///'{{ ds.meta_data.instance_id }}'"
1212
clusterConfiguration:
13-
imageRepository: registry.k8s.io
13+
imageRepository: ""
1414
joinConfiguration:
1515
nodeRegistration:
1616
name: '{{ local_hostname }}'

test/e2e/data/infrastructure-cloudstack/v1beta2/cluster-template-kubernetes-version-upgrade-after/upgrade-cp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
kubeletExtraArgs:
1111
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
1212
clusterConfiguration:
13-
imageRepository: registry.k8s.io
13+
imageRepository: ""
1414
joinConfiguration:
1515
nodeRegistration:
1616
name: '{{ local_hostname }}'

test/e2e/data/infrastructure-cloudstack/v1beta2/cluster-template-kubernetes-version-upgrade-before/before.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
kubeletExtraArgs:
1111
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
1212
clusterConfiguration:
13-
imageRepository: registry.k8s.io
13+
imageRepository: ""
1414
joinConfiguration:
1515
nodeRegistration:
1616
name: '{{ local_hostname }}'

test/e2e/data/infrastructure-cloudstack/v1beta2/cluster-template-shared-network-kubevip/cluster-with-shared-network-and-kubevip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
kubeletExtraArgs:
4949
provider-id: "cloudstack:///'{{ ds.meta_data.instance_id }}'"
5050
clusterConfiguration:
51-
imageRepository: registry.k8s.io
51+
imageRepository: ""
5252
joinConfiguration:
5353
nodeRegistration:
5454
name: '{{ local_hostname }}'

0 commit comments

Comments
 (0)