Support Node Affinity and Tolerations for EnvoyProxy Pods #1396
Labels
area/api
API-related issues
area/infra-mgr
Issues related to the provisioner used for provisioning the managed Envoy Proxy fleet.
kind/enhancement
New feature or request
Description:
I am trying to run a set of proxy on a restricted node pool. The pod needs
affinity
andtolerations
set to be correctly scheduled.I would assume it would look something like this:
Where
affinity
andtolerations
are propagated to the pod spec in the deployment.In general, would it be better to allow any fields under
spec.provider.pod
but exclude anything eg controls? i.e. A user can add anything there and the will be merged to the deployment, but certain fields (such ascontainers
,initContainer
) will not be allowed.Relevant Links:
The text was updated successfully, but these errors were encountered: