Skip to content

Commit

Permalink
rm Installing CRD section per dev and QA convo (#228)
Browse files Browse the repository at this point in the history
Removed Installing the CRD command because it is redundant. 
Installing the Helm Chart or with OperatorHub.io installs the CRD.
  • Loading branch information
rs-vertica authored Jun 30, 2022
1 parent cd5827c commit 7152037
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ To deploy the operator and a Kubernetes cluster in a local test environment that
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) (version 1.21.1+)
- [helm](https://helm.sh/docs/intro/install/) (version 3.5.0+)

# Installing the CRD

Vertica extends the Kubernetes API with its [Custom Resource Definition](https://www.vertica.com/docs/latest/HTML/Content/Authoring/Containers/Kubernetes/ContainerizedVerticaWithK8s.htm). Install the `CustomResourceDefinition` with a YAML manifest:

```shell
kubectl apply -f https://github.com/vertica/vertica-kubernetes/releases/latest/download/verticadbs.vertica.com-crd.yaml
```

# Installing the VerticaDB Operator

The [VerticaDB operator](https://www.vertica.com/docs/latest/HTML/Content/Authoring/Containers/Kubernetes/Operator/Operator.htm) automates tasks and monitors the state of your Vertica on Kubernetes deployment. It uses an admission controller webhook to verify any state changes to resource objects. Install the operator with [OperatorHub.io](#operatorhubio) or [Helm charts](#helm-charts).
Expand Down

0 comments on commit 7152037

Please sign in to comment.