Hi Guys, How do we disable the cattle-fleet-syste...
# general
b
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 !!
m
--> #C013SSBKB6U
h
I am fairly certain fleet is required
Rancher relies on Fleet to orchestrate and manage the deployment of the Rancher agent to downstream clusters,
c
I think so too, its integral to how rancher works.