Merge pull request #640 from bodepd/terraform_aws_decouple_k8s_cluster_etcd_roles
Decouple etcd/k8s-cluster roles in ec2 terraform
This commit is contained in:
commit
7484888e42
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ resource "null_resource" "ansible-provision" {
|
|||
}
|
||||
|
||||
provisioner "local-exec" {
|
||||
command = "echo \"\n[k8s-cluster:children]\nkube-node\nkube-master\netcd\" >> inventory"
|
||||
command = "echo \"\n[k8s-cluster:children]\nkube-node\nkube-master\" >> inventory"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue