-
Notifications
You must be signed in to change notification settings - Fork 548
Open
Description
Hello,
The ingress example isn't working because now the api used is the networking v1 and the syntax doesn't seem to be recognized
Tested with GKE 1.21.5
Thank you.
Name: hello-kubernetes-ingress
Namespace: hello-kubernetes
Address:
Default backend: default-http-backend:80 (10.20.0.7:8080)
TLS:
hello-prod terminates XXXXXXXXXXX
Rules:
Host Path Backends
---- ---- --------
*
/hello-world(/|$)(.*) hello-kubernetes-hello-world:80 (10.20.0.31:8080,10.20.1.30:8080)
Annotations: acme.cert-manager.io/http01-edit-in-place: true
cert-manager.io/cluster-issuer: letsencrypt
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/rewrite-target: /$2
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning Rejected <invalid> nginx-ingress-controller hello-kubernetes/hello-kubernetes-ingress was rejected: with error: spec.rules[0].host: Required value
Warning Rejected <invalid> nginx-ingress-controller hello-kubernetes/hello-kubernetes-ingress was rejected: with error: spec.rules[0].host: Required value
Warning Rejected <invalid> nginx-ingress-controller spec.rules[0].host: Required value
Warning Rejected <invalid> nginx-ingress-controller spec.rules[0].host: Required value
Metadata
Metadata
Assignees
Labels
No labels