This website requires JavaScript.
Explore
Help
Sign In
CadolesKube
/
typhoon
mirror of
https://github.com/puppetmaster/typhoon.git
Watch
7
Star
0
Fork
You've already forked typhoon
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6795a753ea
typhoon
/
bare-metal
/
container-linux
/
kubernetes
/
outputs.tf
4 lines
86 B
Terraform
Raw
Normal View
History
Unescape
Escape
Add admin kubeconfig as a Terraform output * May be used to write a local file
2018-12-16 06:48:08 +01:00
output
"
kubeconfig-admin
"
{
Use a lower-privilege Kubelet kubeconfig in system:nodes * Kubelets can use a lower-privilege TLS client certificate with Org system:nodes and a binding to the system:node ClusterRole * Admin kubeconfig's continue to belong to Org system:masters to provide cluster-admin (available in assets/auth/kubeconfig or as a Terraform output kubeconfig-admin) * Remove bare-metal output variable kubeconfig
2019-01-03 08:30:42 +01:00
value
=
"
${
module
.
bootkube
.
kubeconfig
-
admin
-
context
}
"
Add admin kubeconfig as a Terraform output * May be used to write a local file
2018-12-16 06:48:08 +01:00
}