-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
validation errors during kubectl apply #56
Comments
This error message is due to the nature of See also kubernetes-sigs/kustomize#738, which describes pretty well, that adding @donsizemore do you think I should rework all docs to use Kustomize, so this warnings go away? |
error: error validating "myfirstpod1.yaml": error validating data: [ValidationError(Pod.spec.containers[0].ports[0]): unknown field "conatainerPort" in io.k8s.api.core.v1.ContainerPort, ValidationError(Pod.spec.containers[0].ports[0]): missing required field "containerPort" in io.k8s.api.core.v1.ContainerPort]; if you choose to ignore these errors, turn validation off with --validate=false making pod with namespace this error appearing again n again? please guide |
Hi @azeem2412 this issue is closed. Your comment does not seem related to the original issue and you opened another issue #191 about the same. Please keep the conversation there. Thank you! |
Guys i had this error and i didn't know how to fix it |
This is my nlu file version: "2.0" nlu:
|
…ersion and kind.
…ersion and kind.
…ersion and kind.
opening by @poikilotherm's request. trying today with minikube and kubectl 1.14 on Ubuntu 18.04, i see:
error: error validating "k8s/utils/postgresql/kustomization.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
error: error validating "k8s/solr/kustomization.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
error: error validating "k8s/dataverse/kustomization.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I did choose to ignore the errors, and am waiting on Dataverse to initialize.
The text was updated successfully, but these errors were encountered: