Skip to content

Commit 56351b2

Browse files
committed
fixup rollout issue
1 parent f82a6f7 commit 56351b2

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

test/e2e/data/infrastructure-docker/v1.10/clusterclass-quick-start.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -424,10 +424,6 @@ spec:
424424
matchResources:
425425
controlPlane: true
426426
jsonPatches:
427-
- op: add
428-
path: "/spec/template/spec/kubeadmConfigSpec/clusterConfiguration/apiServer/extraArgs/v"
429-
valueFrom:
430-
variable: kubeControlPlaneLogLevel
431427
- op: add
432428
path: "/spec/template/spec/kubeadmConfigSpec/clusterConfiguration/controllerManager/extraArgs/v"
433429
valueFrom:
@@ -552,8 +548,6 @@ spec:
552548
extraArgs:
553549
v: "0"
554550
apiServer:
555-
extraArgs:
556-
v: "0"
557551
timeoutForControlPlane: 4m
558552
# host.docker.internal is required by kubetest when running on MacOS because of the way ports are proxied.
559553
certSANs: [localhost, host.docker.internal, "::", "::1", "127.0.0.1", "0.0.0.0"]

test/e2e/data/infrastructure-docker/v1.12/clusterclass-quick-start-only.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -436,12 +436,6 @@ spec:
436436
matchResources:
437437
controlPlane: true
438438
jsonPatches:
439-
- op: add
440-
path: "/spec/template/spec/kubeadmConfigSpec/clusterConfiguration/apiServer/extraArgs/-"
441-
valueFrom:
442-
template: |
443-
name: v
444-
value: "{{ .kubeControlPlaneLogLevel }}"
445439
- op: add
446440
path: "/spec/template/spec/kubeadmConfigSpec/clusterConfiguration/controllerManager"
447441
value: {}

0 commit comments

Comments
 (0)