Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

machines.txt #786

Open
vranga0812 opened this issue May 25, 2024 · 3 comments
Open

machines.txt #786

vranga0812 opened this issue May 25, 2024 · 3 comments

Comments

@vranga0812
Copy link

I created 4 arm based virtual machines in the google cloud and they all are in same nic. I'm working on creating machines.txt for this setup, I'm little confused on the value i have to give for the POD_SUBNET, do i need to give the nic's subnetwork range (which would be same for all the nodes

@anhquan99
Copy link

anhquan99 commented Jun 15, 2024

Hi @vranga0812 I got stuck in the step Copy the SSH public key to each machine: while running command

while read IP FQDN HOST SUBNET; do 
  ssh-copy-id root@${IP}
done < machines.txt

I always get Permission denied (publickey), how did you get through that step? Thanks!

@vranga0812
Copy link
Author

i had the same issue, i copied the ssh keys manually

@anhquan99
Copy link

That makes sense, thanks @vranga0812!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants