-
Notifications
You must be signed in to change notification settings - Fork 17
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
Upgrade plugin to support 1.30 Kubernetes version cluster and sideCars version #814
Conversation
outscale-hmi
commented
Aug 26, 2024
•
edited
Loading
edited
- Bump k8s from 1.26 to 1.30
6b80c57
to
b9e90ca
Compare
Dockerfile
Outdated
xfsprogs=6.8.0-r0 \ | ||
xfsprogs-extra=6.8.0-r0 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be very delicate xfs lib is used by node controller to perform disk format. However, before upgrading we have to make sure the lib is not newer than xfs kernel module (client side).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK I ll not upgrade it for now
b9e90ca
to
b8a0cda
Compare
b8a0cda
to
1881f19
Compare
b5de92f
to
44c0717
Compare
b9e41ae
to
5c2518e
Compare
036818b
to
3e58b9a
Compare
5a223fc
to
af6e8cd
Compare
Signed-off-by: hanenMizouni <[email protected]>
e37b4ee
to
a47bd2b
Compare
Signed-off-by: hanenMizouni <[email protected]>
Signed-off-by: hanenMizouni <[email protected]>
Signed-off-by: hanenMizouni <[email protected]>
a47bd2b
to
a3f168a
Compare
osc-bsu-csi-driver/values.yaml
Outdated
@@ -187,6 +187,10 @@ node: | |||
tolerateAllTaints: true | |||
# -- Pod tolerations | |||
tolerations: [] | |||
# Warning: This option will be removed in a future release. It is a temporary workaround for users unable to immediately migrate off of older kernel versions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed in the second commit