Skip to content

Commit

Permalink
create instances via nodegroup
Browse files Browse the repository at this point in the history
  • Loading branch information
gthao313 committed Apr 7, 2022
1 parent c325d64 commit d66e265
Show file tree
Hide file tree
Showing 8 changed files with 790 additions and 616 deletions.
194 changes: 114 additions & 80 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 11 additions & 5 deletions integ/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ edition = "2018"
publish = false

[dependencies]
aws-config = "0.0.26-alpha"
aws-sdk-ec2 = "0.0.26-alpha"
aws-sdk-eks = "0.0.26-alpha"
aws-sdk-iam = "0.0.26-alpha"
aws-sdk-ssm = "0.0.26-alpha"
models = { path = "../models", version = "0.1.0" }

aws-config = "0.8"
aws-sdk-ec2 = "0.8"
aws-sdk-eks = "0.8"
aws-sdk-iam = "0.8"
aws-sdk-ssm = "0.8"
base64 = "0.13.0"
console_log = { version = "0.2", features = ["color"] }
env_logger = "0.9"
Expand All @@ -25,3 +27,7 @@ structopt = "0.3.17"
tokio = { version = "1", default-features = false, features = ["macros", "rt-multi-thread"] }
tokio-retry = "0.3"
uuid = { version = "0.8", default-features = false, features = ["serde", "v4"] }

# k8s-openapi must match the version required by kube and enable a k8s version feature
k8s-openapi = { version = "0.13.1", default-features = false, features = ["v1_20"] }
kube = { version = "0.66.0", default-features = true, features = [ "derive", "runtime" ] }
336 changes: 0 additions & 336 deletions integ/src/ec2_provider.rs

This file was deleted.

Loading

0 comments on commit d66e265

Please sign in to comment.