Skip to content
Snippets Groups Projects
Commit 7484888e authored by Bogdan Dobrelya's avatar Bogdan Dobrelya Committed by GitHub
Browse files

Merge pull request #640 from bodepd/terraform_aws_decouple_k8s_cluster_etcd_roles

Decouple etcd/k8s-cluster roles in ec2 terraform
parents f783a638 cb84b939
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment