Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for injecting tolerations to sonobuoy pod #1973

Open
masap opened this issue May 17, 2024 · 0 comments
Open

Add support for injecting tolerations to sonobuoy pod #1973

masap opened this issue May 17, 2024 · 0 comments

Comments

@masap
Copy link

masap commented May 17, 2024

Describe the solution you'd like
[A clear and concise description of what you want to happen.]
We can inject tolerations to plugin pods but can't inject to sonobuoy pod.

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
I would like to specify Tolerations with sonobuoy run --confg=sonobuoy-config.json. sonobuoy-config.json contains Tolerations.

{
  "Tolerations": [
    {
      "Key": "node-role.kubernetes.io/master",
      "Operator": "Exists",
      "Effect": "NoSchedule"
    },
    {
      "Key": "CriticalAddonsOnly",
      "Operator": "Exists"
    },
    {
      "Key": "node-role.kubernetes.io/controlplane",
      "Operator": "Equal",
      "Value": "true",
      "Effect": "NoSchedule"
    }
  ]
 }

Environment:

  • Sonobuoy version:
  • Kubernetes version: (use kubectl version):
  • Kubernetes installer & version:
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant