From 818501707e418fc4d6e6aedef8395ca368e3097e Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Sat, 25 Mar 2017 12:07:21 -0700 Subject: [PATCH] update to Kubernetes 1.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f53729..2ce7d06 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ The target audience for this tutorial is someone planning to support a productio * Default Service Account and Secrets * [RBAC authorization enabled](https://kubernetes.io/docs/admin/authorization) * [TLS client certificate bootstrapping for kubelets](https://kubernetes.io/docs/admin/kubelet-tls-bootstrapping) -* Cloud provider integration * DNS add-on ### What's Missing The resulting cluster will be missing the following items: +* Cloud Provider Integration * [Cluster add-ons](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons) * [Logging](http://kubernetes.io/docs/user-guide/logging)