controller-tools
controller-tools copied to clipboard
Make manifests doesn't recreate all manifests required
Hi, everyone!
I did a mistake deleting "conf" folder, when I executed "make manifests" again, It didn't create all resources that I needed, for example, It doesn't create the ServicesAccount manifest or the controller Deployment resource again. I didn't find a command to recreate all resources again. I don't know if that is a bug. Could you help me with that or point in the right direction?
Thanks!
This might be a kubebuilder question (https://github.com/kubernetes-sigs/kubebuilder). I think controller-gen should only create the files it is responsible for
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue as fresh with
/remove-lifecycle stale - Close this issue with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue as fresh with
/remove-lifecycle rotten - Close this issue with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
Controller-Gen does not scaffold the SA, and I am unsure how we would recreate it if it were deleted. I think this one could be closed.
Agree
/close
@sbueringer: Closing this issue.
In response to this:
Agree
/close
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-sigs/prow repository.