From 55d0d3b4faa34a2b7554c74d9bf54e55ad00c6f9 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Fri, 22 Jul 2016 00:46:03 -0400 Subject: [PATCH] AWS kube-up: export kube_user to salt This was done for GCE in #29164, but not for AWS. Fixes #29424 --- cluster/aws/templates/configure-vm-aws.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/aws/templates/configure-vm-aws.sh b/cluster/aws/templates/configure-vm-aws.sh index 343a030de8a..aacdff741ca 100755 --- a/cluster/aws/templates/configure-vm-aws.sh +++ b/cluster/aws/templates/configure-vm-aws.sh @@ -102,6 +102,7 @@ EOF fi env-to-grains "runtime_config" + env-to-grains "kube_user" } salt-node-role() {