Skip to content

Instantly share code, notes, and snippets.

@makocchi-git
Created January 22, 2020 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makocchi-git/f9a972010d4633f654982c9febd278b6 to your computer and use it in GitHub Desktop.
Save makocchi-git/f9a972010d4633f654982c9febd278b6 to your computer and use it in GitHub Desktop.
$ kubectl apply --validate --dry-run -f invalid-deployment.yaml
error: error validating "invalid-deployment.yaml": error validating data: [ValidationError(Deployment.spec.replicas): invalid type for io.k8s.api.apps.v1.DeploymentSpec.replicas: got "string", expected "integer", ValidationError(Deployment.spec.template.spec.containers[0]): unknown field "port" in io.k8s.api.core.v1.Container]; if you choose to ignore these errors, turn validation off with --validate=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment