deploykit
deploykit copied to clipboard
Azure plugins - instance and loadbalancer
This PR adds support for creating VM instances on Azure.
- Added package in
pkg/provider/azure
- Added driver in
pkg/run/v0/azure
to associate with a new kindazure
(forinfrakit plugin start
). - Load the package in
cmd/infrakit
main.
TODO:
- Tests
- Support for basic resource types such as Disks and Subnets.
Signed-off-by: David Chung [email protected]
Please sign your commits following these rules: https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work The easiest way to do this is to amend the last commit:
$ git clone -b "azure-plugin" [email protected]:chungers/infrakit.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842354187600
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f
Amending updates the existing PR. You DO NOT need to open a new one.
Codecov Report
Merging #709 into master will increase coverage by
16.46%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #709 +/- ##
===========================================
+ Coverage 46.66% 63.12% +16.46%
===========================================
Files 85 7 -78
Lines 9404 659 -8745
===========================================
- Hits 4388 416 -3972
+ Misses 4683 192 -4491
+ Partials 333 51 -282
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 49f1bae...2445e22. Read the comment docs.