Fixes for AWS Terraform Deployment and Updated Readme

This commit is contained in:
Vincent Schwarzer
2017-04-12 15:11:39 +02:00
parent 9b3aa3451e
commit c48ffa24be
6 changed files with 41 additions and 9 deletions

View File

@@ -95,3 +95,7 @@ variable "aws_elb_api_port" {
variable "k8s_secure_api_port" {
description = "Secure Port of K8S API Server"
}
variable "kube_insecure_apiserver_address" {
description= "Bind Address for insecure Port of K8s API Server"
}