Hello everyone, when I use the api to get the annotations of my deployment it doesn’t return anything. This is the output, any suggestion?
map[endpoints.kubernetes.io/last-change-trigger-time:2020-06-24T13:40:16Z]
yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: lower-prio
labels:
app: front
spec:
replicas: 1
selector:
matchLabels:
app: front
template:
metadata:
labels:
app: front
annotations:
endpoint.kubernetes.io/priority: “2”
endpoint.kubernetes.io/weight: “5”
endpoint.kubernetes.io/max-conns: “20”
spec:
containers:
- name: nginx
image: nginx:alpine