-
Notifications
You must be signed in to change notification settings - Fork 68
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
Enhance flannel discovery by listing DaemonSets across all namespaces #3268
Enhance flannel discovery by listing DaemonSets across all namespaces #3268
Conversation
🤖 Created branch: z_pr3268/aswinayyolath/3210-enhance-flannel-discovery |
It would be nice if someone can review the code.. This is done as part below linked issue |
@aswinayyolath Thanks for contributing! If you want to verify the change locally, you can
|
ohh Thats great! thanks a lot @yboaron for the info I will give it a go |
@yboaron I can't find the mentioned path in this repo subctl repo No flannel.go in subctl
But it's there in
|
Okay I found it after downloading all the packages locally using
|
58e1faf
to
b99b801
Compare
Running unit testsAll unit tests Passed
|
@@ -63,10 +63,13 @@ var flannelDaemonSet = appsv1.DaemonSet{ | |||
ObjectMeta: metav1.ObjectMeta{ | |||
Name: "kube-flannel-ds", | |||
Namespace: metav1.NamespaceSystem, | |||
Labels: map[string]string{"k8s-app": "flannel"}, |
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.
Should add a test case for DaemonSet without flannel label returning a generic plugin.
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.
Head branch was pushed to by a user without write access
c9a4091
to
358d1f3
Compare
358d1f3
to
a2467f4
Compare
Head branch was pushed to by a user without write access
Signed-off-by: Aswin A <[email protected]> Contributes to: submariner-io/submariner#3210
67f8022
to
fd28439
Compare
🤖 Closed branches: [z_pr3268/aswinayyolath/3210-enhance-flannel-discovery] |
@aswinayyolath thanks for the PR! We think this should have a release note. Would you like to add it? We can show you the process if needed. |
Yes please, I will add that. Pls share me the details |
In the https://github.com/submariner-io/submariner-website project, create a branch off of the release-notes-0.20 branch. In the _src/content/community/releases/index.en.md file, under the |
Created a PR: submariner-io/submariner-website#1203 |
Signed-off-by: Aswin A [email protected]
Contributes to: submariner-io/submariner#3210