Merge "Bump timeout for controlplane phases"

This commit is contained in:
Zuul 2021-03-25 19:11:40 +00:00 committed by Gerrit Code Review
commit 929b11b8bc
3 changed files with 15 additions and 3 deletions

View File

@ -11,6 +11,18 @@ config:
pruneOptions:
prune: false
---
apiVersion: airshipit.org/v1alpha1
kind: KubernetesApply
metadata:
labels:
airshipit.org/deploy-k8s: "false"
name: kubernetes-apply-controlplane
config:
waitOptions:
timeout: 3600
pruneOptions:
prune: false
---
# This is added to support phase with no-wait
# When there is a wait, then it does status-check and fails
# if the resource status(condition) is not met.

View File

@ -31,7 +31,7 @@ config:
executorRef:
apiVersion: airshipit.org/v1alpha1
kind: KubernetesApply
name: kubernetes-apply
name: kubernetes-apply-controlplane
documentEntryPoint: ephemeral/controlplane
---
apiVersion: airshipit.org/v1alpha1
@ -69,7 +69,7 @@ config:
executorRef:
apiVersion: airshipit.org/v1alpha1
kind: KubernetesApply
name: kubernetes-apply
name: kubernetes-apply-controlplane
documentEntryPoint: target/controlplane
---
apiVersion: airshipit.org/v1alpha1

View File

@ -32,7 +32,7 @@ if type "virsh" > /dev/null; then
fi
echo "Create target k8s cluster resources"
airshipctl phase run controlplane-ephemeral --debug
time airshipctl phase run controlplane-ephemeral --debug
echo "List all nodes in target cluster"
kubectl \