-
Notifications
You must be signed in to change notification settings - Fork 7
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 CSI driver addon #396
Merged
Merged
Add CSI driver addon #396
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
glazychev-art
force-pushed
the
spire_test
branch
from
December 20, 2023 03:33
a87655d
to
990f304
Compare
glazychev-art
force-pushed
the
spire_test
branch
from
December 20, 2023 04:34
990f304
to
aaafb5e
Compare
glazychev-art
force-pushed
the
spire_test
branch
from
December 20, 2023 06:16
aaafb5e
to
ae8d983
Compare
glazychev-art
force-pushed
the
spire_test
branch
from
December 20, 2023 06:54
ae8d983
to
b42b756
Compare
glazychev-art
force-pushed
the
spire_test
branch
from
December 20, 2023 07:21
b42b756
to
b57dacd
Compare
glazychev-art
force-pushed
the
spire_test
branch
from
December 20, 2023 08:59
b57dacd
to
11603b1
Compare
glazychev-art
force-pushed
the
spire_test
branch
from
December 21, 2023 04:30
11603b1
to
fbf3e89
Compare
glazychev-art
force-pushed
the
spire_test
branch
from
December 25, 2023 10:41
fbf3e89
to
92f5363
Compare
glazychev-art
force-pushed
the
spire_test
branch
from
December 26, 2023 12:26
7b2dd10
to
e8c2122
Compare
glazychev-art
force-pushed
the
spire_test
branch
from
December 26, 2023 13:19
e8c2122
to
a61d6f0
Compare
glazychev-art
force-pushed
the
spire_test
branch
from
December 26, 2023 13:47
a61d6f0
to
b049f94
Compare
glazychev-art
force-pushed
the
spire_test
branch
from
December 28, 2023 10:20
b049f94
to
25ea609
Compare
denis-tingaikin
approved these changes
Dec 28, 2023
Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
glazychev-art
force-pushed
the
spire_test
branch
from
December 29, 2023 03:28
25ea609
to
f4a2ee6
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.
Description
From EKS 1.23 on a Container Storage Interface (CSI) driver is needed for PersisentVolumeClaims served by a PersistentVolume
https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi-migration-faq.html#csi-migration-faq-mounting-volumes
For deleting
--disable-nodegroup-eviction
flag is used:https://eksctl.io/usage/creating-and-managing-clusters/
Issue:
Closes: networkservicemesh/deployments-k8s#10286
Closes: #395