rancher / fleet

Deploy workloads from Git to large fleets of Kubernetes clusters
https://fleet.rancher.io/
Apache License 2.0
1.47k stars 216 forks source link

Add strict TLS mode support #2507

Closed weyfonk closed 1 week ago

weyfonk commented 3 weeks ago

Refers to #2171

This adds a new Helm value named agentTLSMode, with two supported values:

Updating that value in the fleet-controller config map triggers redeployment of the Fleet agent, on the upstream cluster and on downstream clusters which had been registered following a manager-initiated process (as would typically be the case when importing clusters through Rancher). This does not work for agent-initiated registration.

Open points: