Skip to content

Commit

Permalink
Add requiredFeatures in cluster profiles (#431)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 authored May 24, 2024
1 parent 4491caa commit e43d98a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hub/clusterprofiles/ace/dbaas-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ metadata:
spec:
description: This profile is suitable for AKS clusters used as KubeDB managed DBaaS
requiredFeatureSets:
crossplane:
- crossplane
- kubedb-provider-azure
dbaas-capz:
- capi-cluster-presets
opscenter-core:
- license-proxyserver
opscenter-datastore:
- kubedb
- kubedb-opscenter
Expand Down
10 changes: 10 additions & 0 deletions hub/clusterprofiles/ace/dbaas-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ metadata:
spec:
description: This profile is suitable for EKS clusters used as KubeDB managed DBaaS
requiredFeatureSets:
crossplane:
- crossplane
- kubedb-provider-aws
dbaas-capa:
- capi-cluster-presets
- aws-ebs-csi-driver
- capa-vpc-peering-operator
- cluster-autoscaler
opscenter-core:
- license-proxyserver
opscenter-datastore:
- kubedb
- kubedb-opscenter
Expand Down
7 changes: 7 additions & 0 deletions hub/clusterprofiles/ace/dbaas-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ metadata:
spec:
description: This profile is suitable for GKE clusters used as KubeDB managed DBaaS
requiredFeatureSets:
crossplane:
- crossplane
- kubedb-provider-gcp
dbaas-capg:
- capi-cluster-presets
opscenter-core:
- license-proxyserver
opscenter-datastore:
- kubedb
- kubedb-opscenter
Expand Down

0 comments on commit e43d98a

Please sign in to comment.