Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Add missing tolerations config to daemonsets #381

Merged
merged 2 commits into from
Jul 6, 2023
Merged

Add missing tolerations config to daemonsets #381

merged 2 commits into from
Jul 6, 2023

Conversation

kfox1111
Copy link
Contributor

@kfox1111 kfox1111 commented Jul 6, 2023

spiffe-csi-driver and spire-agent are missing the ability to specify tolerations. This PR adds the missing functionality.

fixes: #380

spiffe-csi-driver and spire-agent are missing the ability to specify
tolerations. This patch adds the missing functionality.

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Copy link
Contributor

@faisal-memon faisal-memon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kfox1111. Great timing. Was going to create a pr for this as we need it too.

@kfox1111 kfox1111 enabled auto-merge (squash) July 6, 2023 16:53
@faisal-memon faisal-memon added this to the 0.11.0 milestone Jul 6, 2023
@kfox1111 kfox1111 merged commit 3ed1859 into main Jul 6, 2023
43 checks passed
@kfox1111 kfox1111 deleted the tolerations branch July 6, 2023 17:49
marcofranssen added a commit that referenced this pull request Jul 19, 2023
* 088b296 Improve tornjak service API to have object structure (#392)
* 522066e Align tornjak clientCA naming convention (#393)
* f05cb4f Add option to configure TLS/mTLS endpoint for Tornjak (#338)
* f461a01 Bump test chart dependencies (#386)
* ce39e82 Bump test chart dependencies (#382)
* 19d3208 Fix oidc provider config change not rolling out (#383)
* 0197621 Bump helm/kind-action from 1.7.0 to 1.8.0 (#384)
* 3ed1859 Add missing tolerations config to daemonsets (#381)
* 4ad68b1 Add namespace to spiffe-oidc-discovery-provider RBAC definitions (#379)
* c1b1dd3 Add additional domains to JWT issued items. (#230)
* 3405e13 Bump test chart dependencies
* 81452d5 Fix missing spiffe-csi-driver imagePullSecrets template (#376)

Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
marcofranssen added a commit that referenced this pull request Jul 19, 2023
* 94a2b72 Merge pull request #324 from spiffe/enable-testing-multiple-charts
* e426bc0 Downgrade chart-testing tool to 3.8.0
* 09b4664 Utilize ct install --github-groups in ci workflow
* 42086bd Run example tests also on all k8s versions
* 4848c48 Improve Makefile help and implementation
* db06038 Increase some timeouts, trying to fix the tests
* 54ed71f Add back tests for examples
* 4b4cef1 Skip namespace-override test because of #330
* 380979c Prevent ci folder ending up in Helm package
* 06ddb7c Use chart-testing ci/*-values.yaml for testing
* a4c1de7 Add basic unit test framework (#390)
* 088b296 Improve tornjak service API to have object structure (#392)
* 522066e Align tornjak clientCA naming convention (#393)
* f05cb4f Add option to configure TLS/mTLS endpoint for Tornjak (#338)
* f461a01 Bump test chart dependencies (#386)
* ce39e82 Bump test chart dependencies (#382)
* 19d3208 Fix oidc provider config change not rolling out (#383)
* 0197621 Bump helm/kind-action from 1.7.0 to 1.8.0 (#384)
* 3ed1859 Add missing tolerations config to daemonsets (#381)
* 4ad68b1 Add namespace to spiffe-oidc-discovery-provider RBAC definitions (#379)
* c1b1dd3 Add additional domains to JWT issued items. (#230)
* 3405e13 Bump test chart dependencies
* 81452d5 Fix missing spiffe-csi-driver imagePullSecrets template (#376)

Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support tolerations for spire-agent
4 participants