lokomotive
lokomotive copied to clipboard
Add Azure support
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
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"
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