Skip to content

Commit

Permalink
Remove specific Kubernetes version instructions and link to the Vites… (
Browse files Browse the repository at this point in the history
#16610)

Signed-off-by: Anshika Vashistha <[email protected]>
Signed-off-by: anshikavashistha <[email protected]>
Co-authored-by: Matt Lord <[email protected]>
  • Loading branch information
anshikavashistha and mattlord authored Aug 26, 2024
1 parent 05cdfbb commit fa60438
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/operator/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Instructions

{{< info >}}
For the best experience, please refer to the [Vitess Operator Compatibility Matrix](https://github.com/planetscale/vitess-operator#compatibility) to ensure compatibility between your version of Vitess and Kubernetes. You would then specify the appropriate Kubernetes version to Minikube using the `--kubernetes-version` flag.
{{< /info >}}
```
# Start minikube
minikube start --cpus=8 --memory=11000 --disk-size=50g --kubernetes-version=v1.25.8
minikube start --cpus=8 --memory=11000 --disk-size=50g
# Install Operator
kubectl apply -f operator.yaml
Expand Down

0 comments on commit fa60438

Please sign in to comment.