mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 22:20:51 +00:00
Fix e2e test for .ID->.Name change
This commit is contained in:
@@ -69,7 +69,7 @@ function query_pods() {
|
||||
local i
|
||||
for i in $(seq 1 10); do
|
||||
pods_unsorted=($(${KUBECFG} \
|
||||
'-template={{range.Items}}{{.ID}} {{end}}' \
|
||||
'-template={{range.Items}}{{.Name}} {{end}}' \
|
||||
-l replicationController="$1" list pods))
|
||||
found="${#pods_unsorted[*]}"
|
||||
if [[ "${found}" == "$2" ]]; then
|
||||
|
Reference in New Issue
Block a user