Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
valaparthvi committed Aug 9, 2021
1 parent fdc94a2 commit 5dedd9d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion website/docs/getting-started/cluster-setup/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,18 @@ Next step is installing operators. To learn about what operators, see [Getting S
```
Note: We are not using the latest v0.18.2 because it is buggy.

2. Operators can be installed in a specific namespace or across the cluster(i.e. in all the namespaces). To install an operator, we need to make sure that the namespace contains `OperatorGroup` resource. Running the command below will create the necessary resource in `operators` namespace.
### Installing Operator into the cluster
1. Navigate to [OperatorHub](https://operatorhub.io).
2. Search for the operator.
3. Navigate to its detail's page.
4. Follow the instruction in the installation popup.
```shell
kubectl create -f <link>
```
### Installing Service Binding Operator
// TODO: Explain why we have a separate section on installing the SBO
1. Operators can be installed in a specific namespace or across the cluster(i.e. in all the namespaces). To install an operator, we need to make sure that the namespace contains `OperatorGroup` resource. Running the command below will create the necessary resource in `operators` namespace.
```shell
kubectl create -f https://operatorhub.io/install/service-binding-operator.yaml
```
Expand Down
1 change: 1 addition & 0 deletions website/docs/getting-started/cluster-setup/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ sidebar_position: 4
2. What is an operator backed service?
3. How to create and delete operator backed services?
4. How to link an odo component with an operator backed service?
5. How to install an operator into the cluster?

### What is an operator?

0 comments on commit 5dedd9d

Please sign in to comment.