ssl certificate - GKE ManagedCertificate "FAILED_NOT_VISIBLE" & Missing Ingress External IP - Stack Ov

I'm using GKE with an Ingress and a ManagedCertificate for my domain (details redacted). My YAML m

I'm using GKE with an Ingress and a ManagedCertificate for my domain (details redacted). My YAML manifest is as follows:

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: my-name-ingress
  annotations:
    kubernetes.io/ingress.global-static-ip-name: 'My static Ip' 
    networking.gke.io/managed-certificates: gke-managed-cert
    kubernetes.io/ingress.allow-http: 'true' 
spec:
  rules:
    - host: my.host
      http:
        paths:
          - path: /
            pathType: Prefix
            backend:
              service:
                name: nodejs-api-service
                port:
                  number: 80

I’ve Verified:

  • DNS: nslookup example returns the expected public IP.
  • Forwarding Rules: A rule exists with the same public IP.
  • Ingress: kubectl get ingress my-ingress -o wide shows no external IP.
  • ManagedCertificate: It remains in "Provisioning" with domain status "FailedNotVisible".

What could cause the Ingress to not display an external IP and the ManagedCertificate to remain "FailedNotVisible," and what steps should I take next?

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744971846a4604013.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信