-
Notifications
You must be signed in to change notification settings - Fork 554
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
Bump k8s dependencies to 1.17.6 #174
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wongma7 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 |
/lgtm |
@jqmichael: changing LGTM is restricted to collaborators In response to this:
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. |
/lgtm |
need to also bump test cluster version (#151) as by bumping the deps to 1.17 we picked up a test that only makes sense when run against 1.17 clusters (volumeMode should not mount / map unused volumes in a pod) |
need aws/aws-k8s-tester#88 i think |
/test pull-aws-efs-csi-driver-e2e |
1 similar comment
/test pull-aws-efs-csi-driver-e2e |
/lgtm |
Is this a bug fix or adding new feature? fix
What is this PR about? / Why do we need it? Routine bump of dependencies. Only thing of note is that k8s.io/utils/mount is now out of k8s.io/kubernetes
What testing is done?