wangyp0701 opened a new issue, #1190:
URL: https://github.com/apache/apisix-ingress-controller/issues/1190

   ### Description
   
   Apisix configures the ingress TLS certificate, which is normal at first. 
After a period of time, the domain name certificate in ingress is not updated 
after the TLS certificate is updated。
   Apisixroutes + apisixtlses can update TLS normally
   
   
   
   ```bash
   apiVersion: networking.k8s.io/v1
   kind: Ingress
   metadata:
     annotations:
       kubectl.kubernetes.io/last-applied-configuration: |
         
{"apiVersion":"networking.k8s.io/v1","kind":"Ingress","metadata":{"annotations":{},"name":"nginx-1","namespace":"default"},"spec":{"ingressClassName":"apisix","rules":[{"host":"13.k.3.com","http":{"paths":[{"backend":{"service":{"name":"nginx-1","port":{"number":80}}},"path":"/","pathType":"Prefix"}]}}],"tls":[{"hosts":["13.k.3.com"],"secretName":"test-zero.tls"}]}}
     creationTimestamp: "2022-04-15T08:49:13Z"
     generation: 1
     name: nginx-1
     namespace: default
     resourceVersion: "3390038"
     uid: 0eb29c54-cdca-4668-81ba-8895f9a50cfa
   spec:
     ingressClassName: apisix
     rules:
     - host: 13.k.3.com
       http:
         paths:
         - backend:
             service:
               name: nginx-1
               port:
                 number: 80
           path: /
           pathType: Prefix
     tls:
     - hosts:
       - 13.k.3.com
       secretName: test-zero.tls
   status:
     loadBalancer: {}
   ```
   
   ### Environment
   
   - APISIX version ( `2.13.1`):
   - Operating system (`4.15.0-173-generic`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to