Skip to content

Commit d83eb02

Browse files
committed
Add recommendation crds
Signed-off-by: raihankhan <[email protected]>
1 parent 29b75ff commit d83eb02

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
kubectl create -f https://github.com/kubedb/installer/raw/master/crds/kubedb-crds.yaml
6262
kubectl create -f https://github.com/kubernetes-csi/external-snapshotter/raw/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
6363
kubectl create -f https://github.com/kubestash/installer/raw/master/crds/kubestash-crds.yaml
64+
kubectl create -f https://github.com/kubeops/supervisor/raw/master/crds/supervisor.appscode.com_approvalpolicies.yaml
65+
kubectl create -f https://github.com/kubeops/supervisor/raw/master/crds/supervisor.appscode.com_clustermaintenancewindows.yaml
66+
kubectl create -f https://github.com/kubeops/supervisor/raw/master/crds/supervisor.appscode.com_maintenancewindows.yaml
67+
kubectl create -f https://github.com/kubeops/supervisor/raw/master/crds/supervisor.appscode.com_recommendations.yaml
6468
6569
- name: Check codespan schema
6670
run: |

docs/guides/elasticsearch/recommendation/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Databases on Kubernetes in production grade infrastructure often need to go thro
1919

2020
## Overview
2121

22-
Recommendation is a custom resource definition object which is created by KubeDB ops-manager controller and managed by supervisor. So, You need to have KubeDB and Supervisor installed first. You can simply install supervisor along with other KubeDB components using `--set supervisor.enabled=true` flag while installing KubeDB via helm chart.
22+
Recommendation is a custom resource definition (CRD) object which is created by KubeDB ops-manager controller and managed by supervisor. So, You need to have KubeDB and Supervisor installed first. You can simply install supervisor along with other KubeDB components using `--set supervisor.enabled=true` flag while installing KubeDB via helm chart.
2323

2424
<p align="center">
2525
<img alt="Recommendation Generation" src="/docs/guides/elasticsearch/recommendation/images/recommendation-generation.png">
@@ -33,7 +33,7 @@ KubeDB provides Three types of recommendation for Elasticsearch and Opensearch.
3333
2. TLS Certificate Rotation Recommendation
3434
3. Authentication Secret Rotation Recommendation
3535

36-
The next page describes these recommendations, how to enable/disable them, their generation mechanism and usability.
36+
The next page describes these recommendations, how to approve/reject them, their generation mechanism and usability.
3737

3838
## Next Steps
3939

0 commit comments

Comments
 (0)