-
Notifications
You must be signed in to change notification settings - Fork 68
user creation on GCP #11
Comments
I just gave it a try today with the following config:
Executed on the installation node with the following command:
Ended up in this error message:
Any suggestions how to get it work? BR |
You cannot change
Hope it helps. |
Hi Timo, |
Hi, unfortunately, I haven't got the time to test it. |
Hello Timo, Did you had a chance to test @waldekpi solution? Best Regards, |
Hi Piotr, Currently, I am not working on the project anymore. So I can not test it. BR, |
Hi,
after setting up the cluster on Google Cloud Platform we wanted to run some of the examples provided in the repository.
To do so we have to create some user account. The user is defined by a config file. I added some questions in brackets to create such a config file:
gateway_users:[username?]
nautaoperator: [role? Which exist?]
groups:
- docker [Which exist and are necessary for a user?]
# yamllint disable-line rule:line-length
authorized_key: "ssh-rsa dummykey myaccount@mycompany.com"
I would appreciate if you can give me some hints.
Thanks & BR
Timo
The text was updated successfully, but these errors were encountered: