Skip to content

Commit 16bc485

Browse files
author
Ben Du
authored
Add instructions to install from latest (#27)
1 parent 46f4caf commit 16bc485

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ AWS Cloud Map MCS Controller for K8s adheres to the [SemVer](https://semver.org/
1616

1717
We also maintain a `latest` tag, which is updated to stay in line with the `main` branch. We **do not** recommend installing this on any production cluster, as any new major versions updated on the `main` branch will introduce breaking changes.
1818

19+
To install from `latest` tag run
20+
```sh
21+
kubectl apply -k github.com/aws/aws-cloud-map-mcs-controller-for-k8s/config/controller_install_latest
22+
```
23+
1924
## Contributing
2025
`aws-cloud-map-mcs-controller-for-k8s` is an open source project. See [CONTRIBUTING](https://github.com/aws/aws-cloud-map-mcs-controller-for-k8s/blob/main/CONTRIBUTING.md) for details.
2126

0 commit comments

Comments
 (0)