You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@
8
8
9
9
A lambda that add tags to the auto scaling groups of each k8s node.
10
10
11
-
It's user responsability to specify the cluster the pools and the tags for each pool, or specify it in the common tags, if you want the same tag for each node you want to process.
11
+
You have to specify the cluster, the pools and the tags for each pool, or specify them in the common tags if you want the same tag for each node you want to process.
12
12
13
13
## How to use
14
14
15
15
### Push to AWS ECR
16
16
17
-
Our pipelines publish which new release to the docker hub, but in order to call it from a lambda, it needs to be in the AWS account of your private ECR.
17
+
Our pipelines publish every new release to the docker hub, but in order to call it from a lambda, you have to push it to your AWS account private ECR.
18
18
19
-
Example, but you can tag it with the name you want:
19
+
Example (take into account that you can tag it with the name you want):
0 commit comments