File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
test/e2e/data/infrastructure-docker/main
cluster-template-upgrades-runtimesdk Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 15
15
topology :
16
16
classRef :
17
17
name : " quick-start-runtimesdk"
18
- namespace : ' ${CLUSTER_CLASS_NAMESPACE:-"" }'
18
+ namespace : ' ${CLUSTER_CLASS_NAMESPACE:-${NAMESPACE} }'
19
19
version : " ${KUBERNETES_VERSION}"
20
20
controlPlane :
21
21
nodeDeletionTimeoutSeconds : 30
Original file line number Diff line number Diff line change 47
47
apiVersion : infrastructure.cluster.x-k8s.io/v1beta2
48
48
kind : DockerMachineTemplate
49
49
name : quick-start-default-worker-machinetemplate
50
+ # We are intentionally not setting the 'unhealthyConditions' here to test that the field is optional.
50
51
machinePools :
51
52
- class : default-worker
52
53
template :
@@ -383,7 +384,10 @@ spec:
383
384
controlPlane : true
384
385
jsonPatches :
385
386
- op : add
386
- path : " /spec/template/spec/kubeadmConfigSpec/clusterConfiguration/apiServer/extraArgs/-"
387
+ path : " /spec/template/spec/kubeadmConfigSpec/clusterConfiguration/apiServer"
388
+ value : {}
389
+ - op : add
390
+ path : " /spec/template/spec/kubeadmConfigSpec/clusterConfiguration/apiServer/extraArgs"
387
391
value :
388
392
name : admission-control-config-file
389
393
value : " /etc/kubernetes/kube-apiserver-admission-pss.yaml"
You can’t perform that action at this time.
0 commit comments