Skip to content

Commit

Permalink
Add CRD installation with kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
ese committed Jan 24, 2022
1 parent 2187762 commit fbc1f0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ helm upgrade redis-operator redis-operator/redis-operator
To create the operator, you can directly create it with kubectl:

```
kubectl create -f https://raw.githubusercontent.com/spotahome/redis-operator/master/example/operator/all-redis-operator-resources.yaml
kubectl apply -f https://raw.githubusercontent.com/spotahome/redis-operator/master/manifests/databases.spotahome.com_redisfailovers.yaml
kubectl apply -f https://raw.githubusercontent.com/spotahome/redis-operator/master/example/operator/all-redis-operator-resources.yaml
```

This will create a deployment named `redisoperator`.
Expand Down

0 comments on commit fbc1f0c

Please sign in to comment.