InvalidAnnotation
- isn’t an annotation known to this version of Istio
- is known, but has a disallowed value, such as a string where a number is needed
- is applied to the wrong kind of resource, such as a pod-specific resource applied to a service
apiVersion: v1
kind: Service
name: httpbin
labels:
annotations:
# no such Istio annotation
networking.istio.io/exportTwo: bar
spec:
- name: http
targetPort: 80
selector:
app: httpbin
How to resolve
- Delete or rename unknown annotations
- Change annotations with disallowed values