1
0
mirror of https://github.com/poseidon/typhoon synced 2024-09-29 23:41:44 +02:00
typhoon/bare-metal/fedora-atomic/kubernetes/outputs.tf
Dalton Hubble ddc75e99ac Add bare-metal Fedora Atomic module
* Several known hacks and broken areas
* Download v1.10 Kubelet from release tarball
* Install flannel CNI binaries to /opt/cni
* Switch SELinux to Permissive
* Disable firewalld service
* port-forward won't work, socat missing
2018-04-21 18:46:56 -07:00

4 lines
66 B
HCL

output "kubeconfig" {
value = "${module.bootkube.kubeconfig}"
}