Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions manifests/charts/istio-control/istio-discovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ pilot:
enableProtocolSniffingForInbound: true

nodeSelector: {}
tolerations: []
affinity: {}
podAnnotations: {}
serviceAnnotations: {}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: release-notes/v2
kind: feature
area: installation

# issue is a list of GitHub issues resolved in this note.
issue: []

docs: []

releaseNotes:
- |
**Added** values to the Istio Pilot Helm charts for configuring affinity rules and tolerations on the Deployment. Can be used for better placement of Istio pilot workloads.
upgradeNotes: []

securityNotes: []