Skip to content

Commit

Permalink
Add readme note
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelhar committed Oct 9, 2023
1 parent 8b8e864 commit dd05705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions convert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ Set `AWS_REGION`, `DEPLOY_ID` and `MOD_VERSION` environment variables with appro

* `AWS_REGION` AWS region for the CloudFormation stack.
* `DEPLOY_ID` : Name of the main CloudFormation stack.
* `MOD_VERSION`: Release tag for [terraform-aws-eks](https://github.com/dominodatalab/terraform-aws-eks/releases) in the form `vX.Y.Z` (using `v3.0.0` as an example).
* `MOD_VERSION`: :warning: Use version `v3.0.11` or higher. Release tag for [terraform-aws-eks](https://github.com/dominodatalab/terraform-aws-eks/releases) in the form `vX.Y.Z` (using `v3.0.11` as an example).

Command:

export AWS_REGION='us-east-1' DEPLOY_ID='my-main-stack-name' MOD_VERSION='v3.0.0'
export AWS_REGION='us-east-1' DEPLOY_ID='my-main-stack-name' MOD_VERSION='v3.0.11'


### Set Config values
Expand Down Expand Up @@ -171,7 +171,7 @@ v1beta1.metrics.k8s.io - True (Passed)
```

If either are `False`, make sure the corresponding `prometheus-adapter` and `metrics-server` pods are up and running.
If it's not possible get them running, take a backup, delete the `apiservice` objects and then proceed with the infrastructure changes.
If it's not possible get them running, take a backup, delete the `apiservice` objects and then proceed with the infrastructure changes.

```
kubectl get apiservice v1beta1.external.metrics.k8s.io -oyaml > v1beta1.external.metrics.k8s.io.yml
Expand Down

0 comments on commit dd05705

Please sign in to comment.