Skip to content

Instantly share code, notes, and snippets.

@svoynow
Created June 18, 2019 23:38
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 svoynow/fc51be6373d756c9348fe642a594ff4c to your computer and use it in GitHub Desktop.
Save svoynow/fc51be6373d756c9348fe642a594ff4c to your computer and use it in GitHub Desktop.
kubectl apply -k ./platform/manifests/walmart/dev
kubectl apply -k ./platform/manifests/walmart/dev
service/walmart-http-frontend-service created
deployment.apps/walmart-deployment created
certificate.certmanager.k8s.io/walmart-certificate created
virtualservice.networking.istio.io/walmart-virtualservice created
Error from server: error when creating "./platform/manifests/walmart/dev": admission webhook "pilot.validation.istio.io" denied the request: configuration is invalid: 3 errors occurred:
* short names (non FQDN) are not allowed
* short names (non FQDN) are not allowed
* domain name "localhost:443" invalid (label "localhost:443" invalid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment