From fbc1f0c80af271ee63038b09d44fb357e9d8960d Mon Sep 17 00:00:00 2001 From: Sergio Ballesteros Date: Mon, 24 Jan 2022 11:53:35 +0100 Subject: [PATCH] Add CRD installation with kubectl --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3c85663c..979c7f176 100644 --- a/README.md +++ b/README.md @@ -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`.