What happened:
After make deploy, config/manager/kustomization.yaml will be overwritten and we will miss namespace config. This will cause two problems:
New file in git working area. (config/manager/kustomization.yaml)
If we don't recover the change in this file, and run make deploy again, wrong namespace system is created, rather kruise-system.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What happened: After
make deploy
,config/manager/kustomization.yaml
will be overwritten and we will miss namespace config. This will cause two problems:make deploy
again, wrong namespacesystem
is created, ratherkruise-system
.What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
make deploy
twice.Anything else we need to know?:
Environment:
kubectl version
):