Skip to content

Commit

Permalink
feat(rancherd): enable mcm
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Yang <poan.yang@suse.com>
  • Loading branch information
FrankYang0529 authored and guangbochen committed Apr 13, 2023
1 parent 12eeb11 commit 5051b0d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ rancherValues:
rancherImage: rancher/rancher
rancherImageTag: v2.6.11
noDefaultAdmin: false
features: multi-cluster-management=false,multi-cluster-management-agent=false
# multi-cluster-management-agent is to run downstream controllers.
# By default, a harvester cluster is not a downstream cluster, so we don't enable it.
# Ref: https://github.com/rancher/rancher/blob/30c2d00e61e8016735a8c85c8a95567b68f48c07/pkg/features/feature.go#L40
features: multi-cluster-management=true,multi-cluster-management-agent=false
useBundledSystemChart: true
bootstrapPassword: admin
hostPort: 0
Expand Down

0 comments on commit 5051b0d

Please sign in to comment.