Update docs to recommend Kubernetes 1.10+
New doc or update?
-
New documentation -
Update existing documentation
A major vulnerability was discovered in Kubernetes: CVE-2018-1002105
The vulnerability was widely publicized giving credence to its severity.
The remediation is to simply use a patched version:
- v1.10.11
- v1.11.5
- v1.12.3
- v1.13.0-rc.1
Our Helm chart docs require Kubernetes 1.8+. We should require 1.10+ (or possibly 1.10.11+). Although not technically required (e.g. the chart will run on 1.8) we should require 1.10 since earlier versions are insecure.
Proposal
- Update the helm chart docs to say
A Kubernetes cluster, version 1.10 or higher. 6vCPU and 16GB of RAM is recommended.under requirements. - Search for additional K8s-related docs that speckfy a version number and make sure the version is 1.10+
cc @mikelewis @joshlambert @kencjohnston @kathyw
Checklists
Product Manager
-
Add the correct labels -
Add the correct milestone -
Indicate the correct document/directory for this feature -
Fill the doc blurb below
Documentation blurb
-
Doc title
-
Feature overview/description
-
Feature use cases
Developer
-
Copy the doc blurb above and paste it into the doc -
Write the tutorial - explain how to use the feature -
Submit the MR using the appropriate MR description template