We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fba068 commit 9d5bb1eCopy full SHA for 9d5bb1e
automation/check-patch.e2e-k8s.sh
@@ -8,6 +8,7 @@
8
# automation/check-patch.e2e-k8s.sh
9
10
teardown() {
11
+ ./cluster/kubectl.sh get nmstate -A -o yaml > $ARTIFACTS/nmstate.yaml || true
12
./cluster/kubectl.sh get pod -n nmstate -o wide > $ARTIFACTS/kubernetes-nmstate.pod.list.txt || true
13
for pod in $(./cluster/kubectl.sh get pod -n nmstate -o name); do
14
pod_name=$(echo $pod|sed "s#pod/##")
0 commit comments