Skip to content

Commit 02e5fba

Browse files
authored
Merge pull request #5706 from nojnhuh/upgrade-node-delete-timeout
Upgrade node delete timeout
2 parents 7f6ecb0 + 549420a commit 02e5fba

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
2+
kind: KubeadmControlPlane
3+
metadata:
4+
name: ${CLUSTER_NAME}-control-plane
5+
spec:
6+
machineTemplate:
7+
nodeDeletionTimeout: 600s

test/e2e/data/infrastructure-azure/v1beta1/cluster-template-kcp-scale-in.yaml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/e2e/data/infrastructure-azure/v1beta1/cluster-template-kcp-scale-in/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ patches:
1313
- path: ../../../../../../templates/azure-cluster-identity/azurecluster-identity-ref.yaml
1414
- path: ../../../../../../templates/test/ci/patches/cluster-label-calico.yaml
1515
- path: ../../../../../../templates/test/ci/patches/cluster-label-cloud-provider-azure.yaml
16+
- path: ../../../../../../templates/test/ci/patches/kcp-node-deletion-timeout.yaml

test/e2e/data/infrastructure-azure/v1beta1/cluster-template-upgrades.yaml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/e2e/data/infrastructure-azure/v1beta1/cluster-template-upgrades/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ patches:
1414
- path: ../../../../../../templates/azure-cluster-identity/azurecluster-identity-ref.yaml
1515
- path: ../../../../../../templates/test/ci/patches/cluster-label-calico.yaml
1616
- path: ../../../../../../templates/test/ci/patches/cluster-label-cloud-provider-azure.yaml
17+
- path: ../../../../../../templates/test/ci/patches/kcp-node-deletion-timeout.yaml

0 commit comments

Comments
 (0)