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
expect kubectl to create secrets when using the image gcr.io/k8s-skaffold/skaffold:v0.15.0
Actual behavior
the following error happens error: error validating "STDIN": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
Information
I think the kubectl version needs to be updated in the docker image needs to be updated from 1.10. kubernetes/kubectl#401.
The text was updated successfully, but these errors were encountered:
Expected behavior
expect
kubectl
to create secrets when using the imagegcr.io/k8s-skaffold/skaffold:v0.15.0
Actual behavior
the following error happens
error: error validating "STDIN": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
Information
I think the
kubectl
version needs to be updated in the docker image needs to be updated from 1.10. kubernetes/kubectl#401.The text was updated successfully, but these errors were encountered: