-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
clusterctl list images should include daemonsets #4382
Comments
Hmm... nmi is a daemonset. I wonder if that is why it was missed. |
@devigned you are right cluster-api/cmd/clusterctl/internal/util/objs.go Lines 32 to 57 in f07371d
We should probably extend this logic to consider daemonset as well /milestone v0.4 |
@fabriziopandini: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
/lifecycle active |
/retitle clusterctl list images should include daemonsets |
What steps did you take and what happened:
[A clear and concise description on how to REPRODUCE the bug.]
What did you expect to happen:
The image
mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.6.3
should also be present.Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Let me know if https://github.com/kubernetes-sigs/cluster-api-provider-azure is a better place to open this issue.
Im new to the codebase but couldn't find how the list of images is populated.
Environment:
/kind bug
[One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels]
The text was updated successfully, but these errors were encountered: