Skip to content

Commit

Permalink
Merge pull request #2877 from Poor12/featuregate-beta
Browse files Browse the repository at this point in the history
Evolute CustomizedClusterResourceModeling to Beta and enable it by default
  • Loading branch information
karmada-bot committed Nov 28, 2022
2 parents 3f21fc1 + a8dae55 commit 32291df
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion artifacts/deploy/karmada-aggregated-apiserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- --tls-cert-file=/etc/karmada/pki/karmada.crt
- --tls-private-key-file=/etc/karmada/pki/karmada.key
- --audit-log-path=-
- --feature-gates=APIPriorityAndFairness=false,CustomizedClusterResourceModeling=true
- --feature-gates=APIPriorityAndFairness=false
- --audit-log-maxage=0
- --audit-log-maxbackup=0
resources:
Expand Down
1 change: 0 additions & 1 deletion artifacts/deploy/karmada-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ spec:
- --bind-address=0.0.0.0
- --cluster-status-update-frequency=10s
- --secure-port=10357
- --feature-gates=CustomizedClusterResourceModeling=true
- --failover-eviction-timeout=30s
- --v=4
livenessProbe:
Expand Down
1 change: 0 additions & 1 deletion artifacts/deploy/karmada-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ spec:
- --bind-address=0.0.0.0
- --secure-port=10351
- --enable-scheduler-estimator=true
- --feature-gates=CustomizedClusterResourceModeling=true
- --v=4
volumeMounts:
- name: kubeconfig
Expand Down
2 changes: 1 addition & 1 deletion pkg/features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
Failover: {Default: true, PreRelease: featuregate.Beta},
GracefulEviction: {Default: true, PreRelease: featuregate.Beta},
PropagateDeps: {Default: true, PreRelease: featuregate.Beta},
CustomizedClusterResourceModeling: {Default: false, PreRelease: featuregate.Alpha},
CustomizedClusterResourceModeling: {Default: true, PreRelease: featuregate.Beta},
}
)

Expand Down

0 comments on commit 32291df

Please sign in to comment.