Kubectl
Installing Redis Operator (Kubectl)
Create the CRD in Kubernetes cluster
kubectl apply -f deploy/crds/redis.opstreelabs.in_redis_crd.yamlConfigure RBAC for Operator
kubectl apply -f deploy/role.yaml
kubectl apply -f deploy/service_account.yaml
kubectl apply -f deploy/role_binding.yamlDeploy Operator in Cluster
kubectl apply -f deploy/operator.yamlLast updated
Was this helpful?