diff --git a/README.md b/README.md index 67ec8e12..72c2fc92 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,17 @@ To create a full featured cluster, the recommend approach is to use the Helm cha Quick start: ```console # *** This is for GKE Regular Channel - k8s 1.16 -> Adjust based on your cloud or storage options -kubectl create -f https://raw.githubusercontent.com/k8ssandra/cass-operator/v1.7.0/docs/user/cass-operator-manifests-v1.16.yaml +kubectl create -f https://raw.githubusercontent.com/k8ssandra/cass-operator/v1.7.0/docs/user/cass-operator-manifests.yaml kubectl create -f https://raw.githubusercontent.com/k8ssandra/cass-operator/v1.7.0/operator/k8s-flavors/gke/storage.yaml kubectl -n cass-operator create -f https://raw.githubusercontent.com/k8ssandra/cass-operator/v1.7.0/operator/example-cassdc-yaml/cassandra-3.11.x/example-cassdc-minimal.yaml ``` ### Loading the operator -Installing the Cass Operator itself is straightforward. We have provided manifests for each Kubernetes version from 1.15 through 1.19. Apply the relevant manifest to your cluster as follows: +Installing the Cass Operator itself is straightforward. Apply the relevant manifest to your cluster as follows: ```console -K8S_VER=v1.16 -kubectl apply -f https://raw.githubusercontent.com/k8ssandra/cass-operator/v1.7.0/docs/user/cass-operator-manifests-$K8S_VER.yaml +kubectl apply -f https://raw.githubusercontent.com/k8ssandra/cass-operator/v1.7.0/docs/user/cass-operator-manifests.yaml ``` Note that since the manifest will install a [Custom Resource Definition](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/), the user running the above command will need cluster-admin privileges. @@ -345,7 +344,7 @@ kubectl delete cassdcs --all-namespaces --all Remove the operator Deployment, CRD, etc. ``` -kubectl delete -f https://raw.githubusercontent.com/k8ssandra/cass-operator/v1.7.0/docs/user/cass-operator-manifests-v1.16.yaml +kubectl delete -f https://raw.githubusercontent.com/k8ssandra/cass-operator/v1.7.0/docs/user/cass-operator-manifests.yaml ``` ## Contacts