-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix(CSI-243): service accounts for CSI plugin assume ImagePullSecret and cause error messages. #311
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Sep 2, 2024
This was referenced Sep 2, 2024
Graphite Automations"Request reviewers once CI passes" took an action on this PR • (09/02/24)1 reviewer was added to this PR based on Sergey Berezansky's automation. |
sergeyberezansky
force-pushed
the
sergey/csi-243_remove-pull-secret
branch
from
September 3, 2024 08:45
d54b0bd
to
61279d7
Compare
sergeyberezansky
changed the base branch from
sergey/nfs_support
to
sergey/nfs_superset_rules
September 3, 2024 08:45
This was referenced Sep 3, 2024
sergeyberezansky
force-pushed
the
sergey/nfs_superset_rules
branch
from
September 11, 2024 10:11
4b0b152
to
98b4980
Compare
sergeyberezansky
force-pushed
the
sergey/csi-243_remove-pull-secret
branch
from
September 11, 2024 10:11
61279d7
to
a162da2
Compare
sergeyberezansky
force-pushed
the
sergey/nfs_superset_rules
branch
from
September 11, 2024 11:11
98b4980
to
ce8fe93
Compare
sergeyberezansky
force-pushed
the
sergey/csi-243_remove-pull-secret
branch
from
September 11, 2024 11:11
a162da2
to
3b2fee5
Compare
sergeyberezansky
force-pushed
the
sergey/nfs_superset_rules
branch
from
September 11, 2024 11:34
ce8fe93
to
59dd6b6
Compare
sergeyberezansky
force-pushed
the
sergey/csi-243_remove-pull-secret
branch
from
September 11, 2024 11:34
3b2fee5
to
61a980c
Compare
sergeyberezansky
force-pushed
the
sergey/nfs_superset_rules
branch
from
September 11, 2024 11:51
59dd6b6
to
66c002c
Compare
sergeyberezansky
force-pushed
the
sergey/csi-243_remove-pull-secret
branch
from
September 11, 2024 11:51
61a980c
to
b0d812b
Compare
sergeyberezansky
force-pushed
the
sergey/nfs_superset_rules
branch
from
September 11, 2024 13:01
66c002c
to
a718c35
Compare
sergeyberezansky
force-pushed
the
sergey/csi-243_remove-pull-secret
branch
from
September 11, 2024 13:01
b0d812b
to
2fb98d4
Compare
sergeyberezansky
force-pushed
the
sergey/nfs_superset_rules
branch
from
September 11, 2024 14:24
a718c35
to
b38ce46
Compare
sergeyberezansky
force-pushed
the
sergey/csi-243_remove-pull-secret
branch
from
September 11, 2024 14:24
2fb98d4
to
88e9b1a
Compare
Merge activity
|
sergeyberezansky
changed the base branch from
sergey/nfs_superset_rules
to
graphite-base/311
September 12, 2024 10:56
sergeyberezansky
force-pushed
the
sergey/csi-243_remove-pull-secret
branch
from
September 12, 2024 11:06
88e9b1a
to
a85e38a
Compare
…and cause error messages.
sergeyberezansky
force-pushed
the
sergey/csi-243_remove-pull-secret
branch
from
September 12, 2024 11:08
a85e38a
to
5ef4204
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TL;DR
Updated image pull secret configuration for CSI WekaFS plugin
What changed?
controllerserver-serviceaccount.yaml
andnodeserver-serviceaccount.yaml
to use a configurable image pull secretimagePullSecret
parameter invalues.yaml
to specify the name of the image pull secretHow to test?
imagePullSecret
set to an existing secret nameimagePullSecret
Why make this change?
This change allows users to specify a custom image pull secret for private registries that require authentication. It provides more flexibility in deployment scenarios where images are stored in private repositories, while maintaining backwards compatibility for deployments that don't require image pull secrets.
In most cases, since CSI plugin components reside in public repository, this will help to avoid "Could not fetch some secrets" errors in Kubernetes