Skip to content

Commit 79b69b6

Browse files
authored
README.md: update kubernetes prereq to 1.11.3+ (#1166)
* README.md: update kubernetes prereq to 1.11.3+ * doc/*: updating other references to minimum kubernetes version * README.md: capitalize Kubernetes and remove extraneous period
1 parent b2dbcb2 commit 79b69b6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ The following workflow is for a new **Helm** operator:
4242
- [git][git_tool]
4343
- [go][go_tool] version v1.10+.
4444
- [docker][docker_tool] version 17.03+.
45-
- [kubectl][kubectl_tool] version v1.11.0+.
46-
- Access to a kubernetes v.1.11.0+ cluster.
45+
- [kubectl][kubectl_tool] version v1.11.3+.
46+
- Access to a Kubernetes v1.11.3+ cluster.
4747

4848
## Quick Start
4949

doc/dev/testing/running-the-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ local Kubernetes instance running on the machine.
1515
### Remote Kubernetes Instance
1616

1717
To run the tests on a remote cluster, the tests need access to a remote Kubernetes cluster
18-
running Kubernetes 1.11 or higher as well as a docker image repo to push the operator image to,
18+
running Kubernetes 1.11.3 or higher as well as a docker image repo to push the operator image to,
1919
such as [`quay.io`][quay]. Your kubeconfig must be located at `$HOME/.kube/config` and certain
2020
tests will not run on remote clusters. See [Running the Tests](#running-the-tests) for more details.
2121

doc/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Guide][helm_user_guide]. The rest of this document will show how to program an o
1111
- [git][git_tool]
1212
- [go][go_tool] version v1.10+.
1313
- [docker][docker_tool] version 17.03+.
14-
- [kubectl][kubectl_tool] version v1.11.0+.
15-
- Access to a Kubernetes v.1.11.0+ cluster.
14+
- [kubectl][kubectl_tool] version v1.11.3+.
15+
- Access to a Kubernetes v1.11.3+ cluster.
1616

1717
**Note**: This guide uses [minikube][minikube_tool] version v0.25.0+ as the local Kubernetes cluster and quay.io for the public registry.
1818

0 commit comments

Comments
 (0)