Skip to content

Commit

Permalink
Fix minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jan 16, 2025
1 parent 86a2f70 commit 179d715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/k8s_galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
command: kubectl -n {{ NAMESPACE }} wait --for=condition=Available deployment/galaxy-web --timeout=300s
environment:
KUBECONFIG: /etc/kubernetes/admin.conf
ignore_errors: yes
ignore_errors: true

- name: Delete Pending stuck pods (CreateContainerConfigError)
shell: kubectl get pods -n {{ NAMESPACE }} -o jsonpath='{range .items[?(@.status.containerStatuses[0].state.waiting.reason=="CreateContainerConfigError")]}{.metadata.namespace} {.metadata.name}{"\n"}{end}' | xargs -r -n2 sh -c 'kubectl delete pod $1 -n $0'
Expand Down

0 comments on commit 179d715

Please sign in to comment.