mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-23 17:41:35 +02:00
Secure copy etcd TLS credentials to controllers only
* Controllers receive etcd TLS credentials * Controllers and workers receive a kubeconfig
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# Secure copy kubeconfig to all nodes to activate kubelet.service
|
||||
resource "null_resource" "copy-secrets" {
|
||||
resource "null_resource" "copy-kubeconfig" {
|
||||
count = "${length(var.worker_names)}"
|
||||
|
||||
connection {
|
||||
|
Reference in New Issue
Block a user