From 3d25013d1287124e14202ff6c921bf2ba6cbcd93 Mon Sep 17 00:00:00 2001 From: jimbecker Date: Wed, 27 Jun 2018 19:57:43 -0400 Subject: [PATCH] fixed typo in readme for workstation_cdir --- README.md | 2 +- templates/kubeconfig.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 009b995..ee9bc2d 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a | worker_security_group_id | If provided, all workers will be attached to this security group. If not given, a security group will be created with necessary ingres/egress to work with the EKS cluster. | string | `` | no | | worker_sg_ingress_from_port | Minimum port number from which pods will accept communication. Must be changed to a lower value if some pods in your cluster will expose a port lower than 1025 (e.g. 22, 80, or 443). | string | `1025` | no | | workers_group_defaults | Default values for target groups as defined by the list of maps. | map | `` | no | -| workstation-cidr | Override the default ingress rule that allows communication with the EKS cluster API. If not given, will use current IP/32. | string | - | no | +| workstation_cidr | Override the default ingress rule that allows communication with the EKS cluster API. If not given, will use current IP/32. | string | - | no | ## Outputs diff --git a/templates/kubeconfig.tpl b/templates/kubeconfig.tpl index 9f9dc78..8fcbf3c 100644 --- a/templates/kubeconfig.tpl +++ b/templates/kubeconfig.tpl @@ -10,7 +10,7 @@ clusters: contexts: - context: - cluster: kubernetes + cluster: ${cluster_name} user: aws name: aws current-context: aws