hyt05 commented on issue #7026:
URL: https://github.com/apache/apisix/issues/7026#issuecomment-1255937273
```
root@master1:~/apisix-2.13.1# kubectl get endpoints nginx -oyaml
apiVersion: v1
kind: Endpoints
metadata:
annotations:
endpoints.kubernetes.io/last-change-trigger-time: "2022-09-23T04:31:11Z"
creationTimestamp: "2022-09-06T10:52:08Z"
labels:
component: nginx
name: nginx
namespace: default
resourceVersion: "18220449"
uid: 58efb351-60b3-49ee-8a3c-c83d0c849c0e
subsets:
- addresses:
- hostname: nginx-0
ip: 10.42.0.12
nodeName: master1
targetRef:
kind: Pod
name: nginx-0
namespace: default
uid: 99a23fa8-bc88-4e9e-907d-68da41d36daa
ports:
- name: http
port: 80
protocol: TCP
root@master1:~/apisix-2.13.1# kubectl describe endpoints nginx
Name: nginx
Namespace: default
Labels: component=nginx
Annotations: endpoints.kubernetes.io/last-change-trigger-time:
2022-09-23T04:31:11Z
Subsets:
Addresses: 10.42.0.12
NotReadyAddresses: <none>
Ports:
Name Port Protocol
---- ---- --------
http 80 TCP
Events: <none>
```
--
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]