UNCLASSIFIED - NO CUI

Skip to content

Add ENV Support + no FSGroup modification to Istiod

Micah Nagel requested to merge env-fsgroup into main

Adds support for ENVs set in values to be set on the Istiod deployment.

Also sets a default ENV to disable FSGroup injection. There is some history to this one. Essentially it should be set by default on any deployment on k8s 1.19+. Istio has implemented autodetection on certain install mechanisms which apparently does not include the way we install. Istio 1.15 will include this by default for all deployments but it seems wise to set it now, given some issues we are running into.

Edited by Jordan Olachea

Merge request reports