Hi Guys,
How do we disable the cattle-fleet-system to be installed on managed clusters?
I have added the environment variable continuous-delivery=false to the rancher, but it does not seem to be enough:
kubectl exec -it -n cattle-system rancher-84c6468c88-mjslv -- bash
bash-4.4# env | grep continuous-delivery
CATTLE_FEATURES=continuous-delivery=false,harvester=false,imperative-api-extension=false,istio-virtual-service-ui=false
As soon as I register a new cluster to be managed by rancher using rancher-agent, it install many more resources under cattle-fleet-system namespace on the managed cluster.
Thanks in Advance !!