[stage-2] create kubectl_init ansible-playbook

fix cluster.tf, update readme
This commit is contained in:
2023-03-17 11:10:28 +07:00
parent de8cd9f424
commit af79b9f67f
8 changed files with 66 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ resource "yandex_compute_instance" "k8s-cluster" {
}
network_interface {
subnet_id = random_shuffle.netology-gw-subnet-random.result
subnet_id = random_shuffle.netology-gw-subnet-random.result[0]
nat = true
}