Skip to content

Commit 44b1396

Browse files
liyinan926foxish
authored andcommitted
Added minimum Kubernetes version requirement following PR #528 (#18)
1 parent 9dbd15a commit 44b1396

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/jekyll/running-on-kubernetes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ cluster, you may setup a test cluster on your local machine using
1414
[minikube](https://kubernetes.io/docs/getting-started-guides/minikube/).
1515
* We recommend that minikube be updated to the most recent version (0.19.0 at the time of this documentation), as some
1616
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 the [`kube-dns` cluster add-on](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/) available in your Kubernetes cluster. You can verify that the `kube-dns` service is up by running command `kubectl get svc --namespace=kube-system`.
1719
* You must have appropriate permissions to create and list [pods](https://kubernetes.io/docs/user-guide/pods/),
1820
[ConfigMaps](https://kubernetes.io/docs/tasks/configure-pod-container/configmap/) and
1921
[secrets](https://kubernetes.io/docs/concepts/configuration/secret/) in your cluster. You can verify that

0 commit comments

Comments
 (0)