Skip to content

Commit

Permalink
Adding metrics server and autoscaler to eks setup (#20)
Browse files Browse the repository at this point in the history
* Adding metrics server and autoscaler to eks setup

* tiny cleanup
  • Loading branch information
juandiegopalomino authored Jan 12, 2021
1 parent e84190a commit 1ca3732
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ macros:
- modules:
- istio-init:
type: istio-init
- k8s-metric-server:
type: k8s-metric-server
- k8s-cluster-autoscaler:
type: k8s-cluster-autoscaler
cluster_name: "${{module.aws-eks-init.k8s_cluster_name}}"
openid_provider_url: "${{module.aws-eks-init.k8s_openid_provider_url}}"
openid_provider_arn: "${{module.aws-eks-init.k8s_openid_provider_arn}}"
modules:
aws-state-init:
location: [email protected]:run-x/runxc-tf-modules.git//aws-state-init
Expand Down Expand Up @@ -161,3 +168,14 @@ modules:
name: str
outputs:
value: str
k8s-metric-server:
location: [email protected]:run-x/runxc-tf-modules.git//k8s-metric-server
variables: {}
outputs: {}
k8s-cluster-autoscaler:
location: [email protected]:run-x/runxc-tf-modules.git//k8s-cluster-autoscaler
variables:
cluster_name: str
openid_provider_url: str
openid_provider_arn: str
outputs: {}

0 comments on commit 1ca3732

Please sign in to comment.