You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hit this error when running ./setup.sh for the first time. Running it again without changing anything did not reproduce the issue.
Applying bonus node content
error: error executing jsonpath "{.items[].metadata.name}": Error executing template: array index out of bounds: index 0, length 0. Printing more information for debugging the template:
template was:
{.items[].metadata.name}
object given to jsonpath engine was:
map[string]interface {}{"apiVersion":"v1", "items":[]interface {}{}, "kind":"List", "metadata":map[string]interface {}{"resourceVersion":"", "selfLink":""}}
The text was updated successfully, but these errors were encountered:
it is the next day and I needed to run clean setup again and hit the same error. I think it is tripping on some race condition that goes away on second run. I am just not sure what kubectl call it is making that is coming back with an empty array on first try?
Hit this error when running
./setup.sh
for the first time. Running it again without changing anything did not reproduce the issue.The text was updated successfully, but these errors were encountered: