-
Notifications
You must be signed in to change notification settings - Fork 159
Enable XFS selectively for GKE clusters with proper COS support #632
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
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattcary The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @msau42 Note: this compiles but I haven't tested it yet, I wanted to make sure this made sense to you first |
/test pull-gcp-compute-persistent-disk-csi-driver-kubernetes-integration |
d4356c3
to
fa8f167
Compare
/assign @saikat-royc |
The change looks good to me overall with some minor comment |
/retest |
case "gke": | ||
fallthrough | ||
case "gce": | ||
caps = append(caps, "controllerExpansion", "nodeExpansion") |
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.
For "GCE", looks like controllerexpansion and node expansion are getting skipped?
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.
Thanks, added above since they're used in all deployments now.
rate limit exceeded on the e2e test /retest |
/retest |
/lgtm |
/kind bug
What this PR does / why we need it:
Since kubernetes/kubernetes#95527 enables XFS on COS in the e2e tests, the PD CSI tests need to selectively disable it when the test on GKE versions without newer COS versions.
Special notes for your reviewer:
Does this PR introduce a user-facing change?: