Skip to content

Commit

Permalink
add fake private key
Browse files Browse the repository at this point in the history
(cherry picked from commit f31ef70)
  • Loading branch information
alouvion-aneo authored and lzianekhodja-aneo committed Jan 8, 2024
1 parent c09cf7a commit 7de0ac9
Show file tree
Hide file tree
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
Expand Up @@ -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 = {
Expand Down

0 comments on commit 7de0ac9

Please sign in to comment.