-
Notifications
You must be signed in to change notification settings - Fork 122
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
Update Kubernetes dependency versions to 1.20.6 #601
Conversation
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.
Also the commits look messed up. Can we fix that?
66e5f3d
to
3c4bb0a
Compare
3c4bb0a
to
151ddf2
Compare
151ddf2
to
9fe5556
Compare
b456346
to
44f2bfb
Compare
PR is failing due to some linting issues. You can check the pipeline or run |
44f2bfb
to
c996016
Compare
0a324e6
to
8a6aa60
Compare
8a6aa60
to
fde0e37
Compare
fde0e37
to
8afbfea
Compare
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 the changes @AxiomSamarth! LGTM
/title Update Kubernetes dependency versions to v1.20.6 |
What this PR does / why we need it:
This PR vendors K8s 1.20.5
Which issue(s) this PR fixes:
Fixes #402
Special notes for your reviewer:
The PR is divided into 3 commits
Right now, all the contexts are
context.Background()
. We need to understand the contract between the provider APIs and contexts before introducing the context based timeouts in creation/deletion timeouts.Release note: