controller-tools icon indicating copy to clipboard operation
controller-tools copied to clipboard

Make manifests doesn't recreate all manifests required

Open mianrogue77 opened this issue 8 months ago • 2 comments

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!

mianrogue77 avatar Mar 04 '25 14:03 mianrogue77

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

sbueringer avatar Mar 04 '25 20:03 sbueringer

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/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was 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

k8s-triage-robot avatar Jun 02 '25 20:06 k8s-triage-robot

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/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was 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

k8s-triage-robot avatar Jul 02 '25 21:07 k8s-triage-robot

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.

camilamacedo86 avatar Jul 02 '25 23:07 camilamacedo86

Agree

/close

sbueringer avatar Jul 03 '25 05:07 sbueringer

@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.

k8s-ci-robot avatar Jul 03 '25 05:07 k8s-ci-robot