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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ See this [technical blog post](https://www.weave.works/blog/gitops-with-github-a
7
7
## Prerequisites
8
8
9
9
1. Create an EKS cluster, e.g. using [`eksctl create cluster`](https://eksctl.io/)
10
-
1. Set up Flux on the cluster, e.g. using [this guide](https://docs.fluxcd.io/en/latest/tutorials/get-started.html). Note that you must set `--git-path` to point to where your manifests are. For example:
10
+
2. Set up Flux on the cluster, e.g. using [this guide](https://docs.fluxcd.io/en/1.20.0/get-started). Note that you must set `--git-path` to point to where your manifests are. For example:
11
11
```bash
12
12
export GHOWNER=<github user or organization account where your fork lives>
13
13
export GHREPO=example-actions-flux-eks
@@ -21,9 +21,9 @@ fluxctl install \
21
21
--git-path=manifests \
22
22
--namespace=flux | kubectl apply -f -
23
23
```
24
-
1. Give Flux read/write access to the GitHub repository [using a deploy key](https://docs.fluxcd.io/en/latest/tutorials/get-started.html#giving-write-access)
25
-
1. Create a repository called `example-eks` in [Amazon Elastic Container Registry](https://docs.aws.amazon.com/AmazonECR/latest/userguide/Registries.html), in the same AWS region as the EKS cluster
26
-
1. Update the image in [`deployment.yml`](manifests/deployment.yml) to use your `REGISTRY`, `IMAGE`, and `TAG`. `TAG` will be replaced by Flux as new images are available in the registry.
24
+
3. Give Flux read/write access to the GitHub repository [using a deploy key](https://docs.fluxcd.io/en/1.20.0/tutorials/get-started/#giving-write-access)
25
+
4. Create a repository called `example-eks` in [Amazon Elastic Container Registry](https://docs.aws.amazon.com/AmazonECR/latest/userguide/Registries.html), in the same AWS region as the EKS cluster
26
+
5. Update the image in [`deployment.yml`](manifests/deployment.yml) to use your `REGISTRY`, `IMAGE`, and `TAG`. `TAG` will be replaced by Flux as new images are available in the registry.
0 commit comments