Skip to content
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 controller runtime to support graceful upgrades #178

Merged
merged 3 commits into from
Aug 18, 2021

Conversation

viveklak
Copy link
Contributor

@viveklak viveklak commented Aug 18, 2021

Fixes #171

This picks up kubernetes-sigs/controller-runtime@21a81bc

We need to follow-up with an upgrade of controller runtime with a more recent version which we will track in #149

@viveklak viveklak changed the title Bump controller runtime to fix #171 Bump controller runtime to support graceful upgrades Aug 18, 2021
@viveklak viveklak requested a review from lblackstone August 18, 2021 07:08
go.mod Outdated
Comment on lines 29 to 31
// This replaced version includes controller-runtime predicate utilities necessary for v1.0.0 that are still in master.
// Remove this and require the next minor/patch version of controller-runtime (>v0.6.1) when released.
replace sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.6.1-0.20200724132623-e50c7b819263
replace sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.6.2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like we might be able to remove this block?

@viveklak viveklak force-pushed the vl/ControllerRuntime branch from 62bde0e to 506b546 Compare August 18, 2021 16:21
@viveklak viveklak force-pushed the vl/ControllerRuntime branch from 506b546 to bb5b6b1 Compare August 18, 2021 22:58
@viveklak viveklak merged commit 2802098 into master Aug 18, 2021
@viveklak viveklak deleted the vl/ControllerRuntime branch August 18, 2021 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrading operator is not safe
2 participants