-
Notifications
You must be signed in to change notification settings - Fork 55
updated k8s version 0.33.2, controller runtime 0.21.0 to support k8s 1.33 #1412
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
base: dev
Are you sure you want to change the base?
Conversation
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
|
Images: |
|
@saurabhwani5 Operator and regression with 1.33 and 1.34. VAC needs to be covered. |
saurabhwani5
left a comment
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.
Using Following Images for testing :
quay.io/badri_pathak/ibm-spectrum-scale-csi-driver:gopkgupgardes_v2
quay.io/badri_pathak/ibm-spectrum-scale-csi-operator:gopkgupgardes_v2
Signed-off-by: badri-pathak <[email protected]>
| "--leader-election-retry-period=$(LEADER_ELECTION_RETRY_PERIOD)", | ||
| "--http-endpoint=:" + fmt.Sprint(config.LeaderLivenessPort), | ||
| "--volume-name-prefix=" + volNamePrefix, | ||
| "--feature-gates=VolumeAttributesClass=true"}, |
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.
Can we try by mentioning this as --feature-gates=VolumeAttributesClass=false, if it is backward compatible ?
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
|
Images: |
|
@Jainbrt @saurabhwani5 @hemalathagajendran I have modified this PR for upgrades only for go pkg and controller-runtime as we are not getting any solution on VAC support which needs more investigation. |
|
@badri-pathak I hope basic testing is done. |
Signed-off-by: badri-pathak [email protected]
Pull request checklist
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Operator go libraries have the following versions:
controller-runtime v0.20.4
k8s 1.32.0
Minimal required GO version is 1.23.0
What is the new behavior?
Operator go libraries have the following versions:
controller-runtime v0.21.0
k8s 1.33.0
Minimal required GO version is 1.24.0
How risky is this change?