Skip to content

Commit 1e82bd4

Browse files
authored
annotations: create an annotation for native sidecars (#3329)
1 parent a591eba commit 1e82bd4

File tree

4 files changed

+55
-0
lines changed

4 files changed

+55
-0
lines changed

annotation/annotations.gen.go

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

annotation/annotations.pb.html

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

annotation/annotations.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,16 @@ annotations:
248248
resources:
249249
- Pod
250250

251+
- name: sidecar.istio.io/nativeSidecar
252+
featureStatus: Alpha
253+
description: Specifies if the istio-proxy sidecar should be injected as a
254+
native sidecar or not. Takes precedence over the ENABLE_NATIVE_SIDECARS
255+
environment variable.
256+
deprecated: false
257+
hidden: false
258+
resources:
259+
- Pod
260+
251261
- name: readiness.status.sidecar.istio.io/initialDelaySeconds
252262
featureStatus: Alpha
253263
description: Specifies the initial delay (in seconds) for the Envoy sidecar readiness
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: release-notes/v2
2+
3+
kind: feature
4+
area: installation
5+
issue:
6+
- https://github.com/istio/istio/issues/53452
7+
releaseNotes:
8+
- |
9+
**Added** sidecar.istio.io/nativeSidecar annotation.

0 commit comments

Comments
 (0)