Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to operator as the default k8s tutorial #468

Merged
merged 2 commits into from
Jul 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions content/en/docs/get-started/helm.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: Kubernetes Helm Chart
weight: 3
title: Helm Chart (deprecated)
weight: 6
featured: true
aliases: ['/docs/tutorials/kubernetes/','/user-guide/sharding-kubernetes.html', '/docs/get-started/scaleway/','/docs/get-started/kubernetes/']
---

This tutorial is deprecated. We recommend that you use the [Operator](operator) instead.

This tutorial demonstrates how Vitess can be used with Minikube to deploy Vitess clusters using Helm.

## Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/get-started/local-docker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Local Install via Docker
description: Instructions for using Vitess on your machine for testing purposes
weight: 4
weight: 5
featured: true
aliases: ['/docs/tutorials/local-docker/']
---
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/get-started/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Vitess Operator for Kubernetes
weight: 3
featured: true
aliases: ['/docs/tutorials/kubernetes/','/user-guide/sharding-kubernetes.html', '/docs/get-started/scaleway/','/docs/get-started/kubernetes/']
---

PlanetScale provides a [Vitess Operator for Kubernetes](https://github.com/planetscale/vitess-operator), released under the Apache 2.0 license. The following steps show how to get started using Minikube:
Expand Down