Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions kubernetes/onpremise/kubeadm/examples/complete/id_rsa
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#insert your private ssh key here
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ master = {
name = "master-1"
public_dns = "PUBLIC_DNS_HERE" # it can be private if you are in the destination network
private_dns = "PRIVATE_DNS_HERE"
tls_private_key_pem_file = "TLS_PRIVATE_KEY_FILE_HERE"
tls_private_key_pem_file = "./id_rsa" # replace the content of this file with the private ssh key
}

workers = {

0 comments on commit f31ef70

Please sign in to comment.