image: os: "windows,linux" repository: rancher/fleet-agent tag: v0.10.1-rc.1 # The public URL of the Kubernetes API server running the Fleet Manager must be set here # Example: https://example.com:6443 apiServerURL: "" # The the pem encoded value of the CA of the Kubernetes API server running the Fleet Manager. # If left empty it is assumed this Kubernetes API TLS is signed by a well known CA. apiServerCA: "" # Determines whether the agent should trust CA bundles from the operating system's trust store when connecting to a # management cluster. True in `system-store` mode, false in `strict` mode. agentTLSMode: "system-store" # The cluster registration value token: "" # Labels to add to the cluster upon registration only. They are not added after the fact. # labels: # foo: bar # The client ID of the cluster to associate with clientID: "" # The namespace of the cluster we are register with clusterNamespace: "" # The namespace containing the clusters registration secrets systemRegistrationNamespace: cattle-fleet-clusters-system # Please do not change the below setting unless you really know what you are doing internal: systemNamespace: cattle-fleet-system managedReleaseName: fleet-agent # The nodeSelector and tolerations for the agent deployment fleetAgent: ## Node labels for pod assignment ## Ref: https://kubernetes.io/docs/user-guide/node-selection/ ## nodeSelector: {} ## List of node taints to tolerate (requires Kubernetes >= 1.6) tolerations: [] ## HostNetwork setting for the agent deployment. ## When set allows for provisioning of network related bundles (CNI configuration) in a cluster without CNI. hostNetwork: false kubectl: ## Node labels for pod assignment ## Ref: https://kubernetes.io/docs/user-guide/node-selection/ ## nodeSelector: {} ## List of node taints to tolerate (requires Kubernetes >= 1.6) tolerations: - key: node.cloudprovider.kubernetes.io/uninitialized operator: "Equal" value: "true" effect: NoSchedule global: cattle: systemDefaultRegistry: "" kubectl: repository: rancher/kubectl tag: v1.29.0 debug: false debugLevel: 0