change replicas of klusterlet operator to 1 (#813)
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m0s
Post / coverage (push) Failing after 26m22s
Post / images (amd64) (push) Failing after 6m56s
Post / images (arm64) (push) Failing after 6m55s
Post / image manifest (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped

Signed-off-by: Zhiwei Yin <zyin@redhat.com>
This commit is contained in:
Zhiwei Yin
2025-01-20 03:45:09 +00:00
committed by GitHub
parent eeb4ab31d5
commit f03b3f75eb
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ func NewDefaultClusterManagerChartConfig() *ClusterManagerChartConfig {
func NewDefaultKlusterletChartConfig() *KlusterletChartConfig {
return &KlusterletChartConfig{
ReplicaCount: 3,
ReplicaCount: 1,
Klusterlet: KlusterletConfig{
Create: true,
},
+2 -1
View File
@@ -173,8 +173,9 @@ func (i *Importer) reconcile(
return cluster, nil
}
// render the klsuterlet chart config
// render the klusterlet chart config
klusterletChartConfig := &chart.KlusterletChartConfig{
ReplicaCount: 1,
CreateNamespace: true,
Klusterlet: chart.KlusterletConfig{
Create: true,