lokomotive icon indicating copy to clipboard operation
lokomotive copied to clipboard

Add Azure support

Open knrt10 opened this issue 3 years ago • 2 comments

This adds Azure support to lokomotive

Closes #314

Signed-off-by: Kautilya Tripathi [email protected]

TODO

  • [x] Add package tests
  • [x] Add docs

Testing

Login to your azure account from the cli

az login

Flatcar Linux publishes images to the Azure Marketplace and requires accepting terms.

az vm image terms show --publish kinvolk --offer flatcar-container-linux-free --plan stable
az vm image terms accept --publish kinvolk --offer flatcar-container-linux-free --plan stable

knrt10 avatar Jan 17 '22 07:01 knrt10

Currently the bootkube is failing, because of unreachable api-server errors. Fixing it.

failed to connect to {https://knrt10-etcd0.azure.knrt10.com:2379  <nil> 0 <nil>}. Err :connection error: desc = "transport: Error while dialing dial tcp: lookup knrt10-etcd0.azure.knrt10.com on 168.63.129.16:53: no such host"

knrt10 avatar Feb 02 '22 11:02 knrt10

Latest update. The above comment error was due to DNS issue. Now using route53 dns for Azure. Successfully able to spun up the cluster on Azure. Now will do the TODO list as specified in the description

knrt10 avatar Feb 24 '22 09:02 knrt10