-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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 fix for GCP CSI driver #8616
Conversation
Hi @lmercl. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Thanks for fixing this @lmercl. /ok-to-test |
@lmercl please address the linting issues |
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.
@lmercl As stated by @cristicalin, please check linting otherwise 👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: floryut, lmercl 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 |
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.
/cc @oomichi
gcp_pd_csi_driver_image_tag: "v0.7.0-gke.0" | ||
# gcp_pd_csi_driver_image_tag: "v1.4.0" | ||
|
||
# csi_attacher_image_repo: "{{ kube_image_repo }}/sig-storage/csi-attacher" |
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.
Why don't you enable these lines?
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.
Hello @oomichi ,
sorry for late reply. This is commented, because they are defined in roles/download/defaults/main.yml by default and not needed rewrite in this area but I kept them for possible rewrite. Of course, this can be deleted because it's copied from mensioned file.
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 for your explanation, @lmercl
It is better to delete those lines.
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.
@oomichi Hello, ok I deleted them.
@lmercl this PR needs a rebase to work with the updated ansible base |
/retest |
@lmercl this PR needs a rebase on latest state of the master branch to pick up some CI fixes |
Signed-off-by: Lubos Mercl <[email protected]>
Thanks for updating and rebasing. /lgtm |
Signed-off-by: Lubos Mercl <[email protected]>
Signed-off-by: Lubos Mercl <[email protected]>
Signed-off-by: Lubos Mercl [email protected]
What type of PR is this?
What this PR does / why we need it:
FIX GCP PVC creation on k8s v1.22
Which issue(s) this PR fixes:
Fixes #8579
Special notes for your reviewer:
Does this PR introduce a user-facing change?: