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
Is your feature request related to a problem? Please describe.
Hi Pixie Team! I'm a bit new with Pixie and wanted to be able to add nodeSelector and tolerations on my vizier-pem pods.
I'm currently using Helm values.yaml installation via Terraform.
So far I've seen the New relic documentation about Pixie patch here in which suggests to use patches. This works perfectly on nodeSelector however when using tolerations it doesn't work. Furthermore, I can't seem to find a way to add multiple tolerations
Describe the solution you'd like
The ability to add multiple tolerations on vizier-pem pods and can be retrieved dynamically for example the snippet below is where I apply tolerations on other components of nri-bundle. I'm using a list of tolerations that differ depending on the environment being used.
Describe alternatives you've considered
Since I'm using Terraform, I've tried using resource local_file to generate the patch file with dynamic toleration values
This solution works however, the resource local_exec creates noise as it re-create the vizier patch file every time it doesn't match the tolerations present in the environment.
Additional context
I've checked on #598 however, it didn't work on my end. Any help or insight is greatly appreciated.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hi Pixie Team! I'm a bit new with Pixie and wanted to be able to add
nodeSelector
andtolerations
on my vizier-pem pods.I'm currently using Helm
values.yaml
installation via Terraform.So far I've seen the New relic documentation about Pixie patch here in which suggests to use
patches
. This works perfectly onnodeSelector
however when usingtolerations
it doesn't work. Furthermore, I can't seem to find a way to add multipletolerations
Describe the solution you'd like
The ability to add multiple
tolerations
on vizier-pem pods and can be retrieved dynamically for example the snippet below is where I applytolerations
on other components of nri-bundle. I'm using a list of tolerations that differ depending on the environment being used.Describe alternatives you've considered
Since I'm using Terraform, I've tried using resource
local_file
to generate the patch file with dynamic toleration valuesAnd then follow it up with
null_resource
local-exec
to execute kubectl patch.This solution works however, the resource
local_exec
creates noise as it re-create the vizier patch file every time it doesn't match the tolerations present in the environment.Additional context
I've checked on #598 however, it didn't work on my end. Any help or insight is greatly appreciated.
The text was updated successfully, but these errors were encountered: