Skip to content

Commit

Permalink
Fix issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper authored Dec 22, 2018
1 parent 5b856aa commit 38a4d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ eksctl create cluster --ssh-access --ssh-public-key=my_kubernetes_key --region=

To add custom tags for all resources, use `--tags`.

> NOTE: Until [https://github.com/weaveworks/eksctl/issues/25] is resolved, tags cannot be applied to EKS cluster itself, but most of other resources (e.g. EC2 nodes).
> NOTE: Until [#25](https://github.com/weaveworks/eksctl/issues/25) is resolved, tags cannot be applied to EKS cluster itself, but most of other resources (e.g. EC2 nodes).
```
eksctl create cluster --tags environment=staging --region=us-east-1
Expand Down

0 comments on commit 38a4d38

Please sign in to comment.