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

When inspecting another changeset I found our internal template to be old #510

Merged
merged 1 commit into from
Jul 27, 2018

Conversation

timothysc
Copy link
Contributor

What this PR does / why we need it:
Our internal daemonset templates are really old, and I was surprised it worked.

This partially addresses overlaps with #507 as well.

Special notes for your reviewer:
I need to test this some more to verify.

Release note:

NONE

/assign @liztio

… very old and was suprised it still worked.

Signed-off-by: Timothy St. Clair <timothysc@gmail.com>
@timothysc timothysc added this to the v1.11-upstream sync milestone Jul 26, 2018
@timothysc timothysc requested a review from liztio July 26, 2018 20:59
@timothysc
Copy link
Contributor Author

timothysc commented Jul 27, 2018

@mauilion @joshrosso @carldanley - I don't recall, is a sonobuoy scan pre-upgrade part of the workflow. If so I may augment this change, to support 1.8 just-in-case.

@timothysc
Copy link
Contributor Author

I looked over instructions and the answer was no.

Copy link
Contributor

@liztio liztio left a comment

Choose a reason for hiding this comment

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

+21 -106 is the kind of delta I love to review!

@@ -118,41 +117,13 @@ func queryNsResource(ns string, resourceKind string, opts metav1.ListOptions, ku
case "ConfigMaps":
return kubeClient.CoreV1().ConfigMaps(ns).List(opts)
case "ControllerRevisions":
lst, err := kubeClient.AppsV1().ControllerRevisions(ns).List(opts)
Copy link
Contributor

Choose a reason for hiding this comment

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

Getting rid of this feels good 👍

@timothysc timothysc merged commit 606034d into vmware-tanzu:master Jul 27, 2018
@timh timh unassigned liztio Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants