refactor: subscribe to microservices app repo
This commit is contained in:
@@ -1248,7 +1248,6 @@ jobs:
|
||||
wait_for_kustomization_ready addon-observability-secrets 300s
|
||||
wait_for_kustomization_ready addon-observability 300s
|
||||
wait_for_kustomization_ready addon-observability-content 300s
|
||||
wait_for_kustomization_ready apps 300s
|
||||
if ! kubectl -n flux-system wait --for=condition=Ready helmrelease --all --timeout=120s; then
|
||||
stalled_helmreleases="$(kubectl -n flux-system get helmreleases -o jsonpath='{range .items[*]}{.metadata.name}{" "}{.status.conditions[?(@.type=="Stalled")].status}{"\n"}{end}' | awk '$2 == "True" {print $1}')"
|
||||
if [ -n "${stalled_helmreleases}" ]; then
|
||||
@@ -1294,6 +1293,7 @@ jobs:
|
||||
| grep -Ev "^cattle-capi-system[[:space:]]+capi-controller-manager-" \
|
||||
| grep -Ev "^cattle-turtles-system[[:space:]]+cluster-api-operator-resources-cleanup-" \
|
||||
| grep -Ev "^kube-system[[:space:]]+helm-install-" \
|
||||
| grep -Ev "^microservices[[:space:]]+" \
|
||||
| tee "${unhealthy_pods}" || true
|
||||
test ! -s "${unhealthy_pods}"
|
||||
kubectl -n kube-system get pods -o wide
|
||||
|
||||
Reference in New Issue
Block a user