mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-27 16:51:21 +00:00
- fix tags so that they don't contain '=' - install metrics-server only if necessary - set a maximum size to GKE node pool - change tags to be shorter
12 lines
188 B
HCL
12 lines
188 B
HCL
output "kubeconfig" {
|
|
value = base64decode(linode_lke_cluster._.kubeconfig)
|
|
}
|
|
|
|
output "cluster_id" {
|
|
value = linode_lke_cluster._.id
|
|
}
|
|
|
|
output "has_metrics_server" {
|
|
value = false
|
|
}
|