Terminal: - Error from server (InternalError): error when creating "STDIN": Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": Post "https://ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1/ingresses?timeout=10s": context deadline exceeded
Terminal: kubectl delete -A ValidatingWebhookConfiguration ingress-nginx-admission
Postman: Can not reach endpoints
-
Stop skaffold
-
Delete ingress-nginx with a kubectl delete namespace ingress-nginx
-
Redeploy ingress-nginx with the appropriate script from https://kubernetes.github.io/ingress-nginx/deploy/
-
Terminal: kubectl delete -A ValidatingWebhookConfiguration ingress-nginx-admission
-
Restart skaffold
Terminal: type "code /etc/hosts"
127.0.0.1:80 ticketing.dev ----> to not forget a PORT number here 192.168.49.2 ticketing.dev ----> for minikube users enter minikube ip here
Browser: Your connection is not private
click on any place of a page and type "thisisunsafe"
Postman: SSL Error: Unable to verify the first certificate
Postman -> Settings -> SSL certificate verifications
Terminal: invalid skaffold config: getting minikube env: running [/usr/local/bin/minikube docker-env --shell none -p minikube --user=skaffold]
- stdout: "false exit code 89\n"
- stderr: ""
- cause: exit status 89
Terminal: restart minikube with "minikube start"
Terminal error: kubectl create: running [kubectl --context minikube create --dry-run=client
inside ingress yaml change: backend: serviceName: client-srv servicePort: 3000
to backend: service: name: client-srv port: number: 3000
Browser: Can not reach website
replace localhost with ticketing.dev
getaddrinfo ENOTFOUND ingress-nginx.ingress-nginx-controller.svc.cluster.local
VS Code: http://ingress-nginx-controller.ingress-nginx.svc.cluster.local${AuthUrls.currentUser}
kubectl port-forward nats-depl-77c5955577-jd7dz 4222:4222 kubectl port-forward nats-depl-77c5955577-jd7dz 8222:8222
after ssd installation skaffold hangs up
terminal: kubectl create secret generic jwt-secret --from-literal=JWT_KEY=asdf
Module not found: Error: Can't resolve 'prop-types' in 'node_modules/.registry.npmjs.org/react-stripe
in client directory: npm i prop-types