We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbd15a commit dded6efCopy full SHA for dded6ef
src/jekyll/running-on-kubernetes.md
@@ -14,6 +14,7 @@ cluster, you may setup a test cluster on your local machine using
14
[minikube](https://kubernetes.io/docs/getting-started-guides/minikube/).
15
* We recommend that minikube be updated to the most recent version (0.19.0 at the time of this documentation), as some
16
earlier versions may not start up the kubernetes cluster with all the necessary components.
17
+* The minimum version of Kubernetes currently supported is 1.6. So your Kubernetes cluster must be running Kubernetes 1.6 and up.
18
* You must have appropriate permissions to create and list [pods](https://kubernetes.io/docs/user-guide/pods/),
19
[ConfigMaps](https://kubernetes.io/docs/tasks/configure-pod-container/configmap/) and
20
[secrets](https://kubernetes.io/docs/concepts/configuration/secret/) in your cluster. You can verify that
0 commit comments