🏭️ Refactor prepare-tf

- 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
This commit is contained in:
Jérôme Petazzoni
2022-01-09 20:51:50 +01:00
parent 7eb90b9d6f
commit 8de9e6e868
11 changed files with 58 additions and 22 deletions

View File

@@ -9,3 +9,7 @@ output "kubeconfig" {
output "cluster_id" {
value = oci_containerengine_cluster._.id
}
output "has_metrics_server" {
value = false
}