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

Update controller-tools to v0.12.0 #31

Merged
merged 1 commit into from
Jun 13, 2023
Merged

Conversation

roehrich-hpe
Copy link
Contributor

The older controller-tools would put a creationTimestamp in the resources and would give it a "null" value. This breaks with "kubectl apply -k" with the newer kubectl 1.27 release.

Re-run "make manifests" to let the new controller-gen cleanup this stuff.

The older controller-tools would put a creationTimestamp in the resources and
would give it a "null" value.  This breaks with "kubectl apply -k" with the
newer kubectl 1.27 release.

Re-run "make manifests" to let the new controller-gen cleanup this stuff.

Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
@roehrich-hpe
Copy link
Contributor Author

Note: You need to remove the bin/ dir in your repo so that you pick up the new controller-gen.

@roehrich-hpe roehrich-hpe merged commit 6178f2b into master Jun 13, 2023
2 checks passed
@roehrich-hpe roehrich-hpe deleted the controller-tools branch June 13, 2023 18:08
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.

Kubectl 1.27 breaks install of lustre-fs-operator
2 participants