Remove mention of self-hosted etcd, its deprecated

This commit is contained in:
Dalton Hubble
2017-11-05 22:43:30 -08:00
parent 805dd772a8
commit 168c487484
7 changed files with 6 additions and 15 deletions

View File

@ -70,7 +70,7 @@ variable "pod_cidr" {
variable "service_cidr" {
description = <<EOD
CIDR IP range to assign Kubernetes services.
The 1st IP will be reserved for kube_apiserver, the 10th IP will be reserved for kube-dns, the 15th IP will be reserved for self-hosted etcd, and the 200th IP will be reserved for bootstrap self-hosted etcd.
The 1st IP will be reserved for kube_apiserver, the 10th IP will be reserved for kube-dns.
EOD
type = "string"