You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to provide the same support as for labels also for annotations, the two options mentioned in the title should be implemented with the same semantics as for labels:
-l, --label stringArray Labels to set for both Service and Revision. name=value; you may provide this flag any number of times to set
multiple labels. To unset, specify the label name followed by a "-" (e.g., name-).
--label-revision stringArray Revision label to set. name=value; you may provide this flag any number of times to set multiple labels. To unset,
specify the label name followed by a "-" (e.g., name-). This flag takes precedence over "label" flag.
--label-service stringArray Service label to set. name=value; you may provide this flag any number of times to set multiple labels. To unset,
specify the label name followed by a "-" (e.g., name-). This flag takes precedence over "label" flag.
Use case
One use case is to add sidecar.istio.io/inject: "true" annotation to the pod template which is currently not possible.
Feature request
In order to provide the same support as for labels also for annotations, the two options mentioned in the title should be implemented with the same semantics as for labels:
Use case
One use case is to add
sidecar.istio.io/inject: "true"
annotation to the pod template which is currently not possible.cc: @nak3
The text was updated successfully, but these errors were encountered: