Skip to content

Commit f7b2cbc

Browse files
committed
Update Flux website links
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 7746520 commit f7b2cbc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ In this workshop you'll be using Flagger and Prometheus to automate Canary Relea
3131
You'll need a Kubernetes cluster **v1.16** or newer with `LoadBalancer` support.
3232
For testing purposes you can use Minikube with 2 CPUs and 4GB of memory.
3333

34-
Install the `flux` CLI and `yq` with Homebrew:
34+
Install the `flux` CLI with Homebrew:
3535

3636
```bash
37-
brew install fluxcd/tap/flux yq
37+
brew install fluxcd/tap/flux
3838
```
3939

4040
Binaries for macOS, Windows and Linux AMD64/ARM are available
@@ -76,7 +76,7 @@ flux bootstrap git \
7676
```
7777

7878
The above command requires ssh-agent, if you're using Windows see
79-
[flux boostrap github](https://toolkit.fluxcd.io/guides/installation/#github-and-github-enterprise) documentation.
79+
[flux boostrap github](https://fluxcd.io/docs/guides/installation/#github-and-github-enterprise) documentation.
8080

8181
At bootstrap, Flux generates an SSH key and prints the public key.
8282
In order to sync your cluster state with git you need to copy the public key and create a deploy key with write
@@ -220,7 +220,7 @@ For workloads that are not receiving constant traffic Flagger can be configured
220220
that when called, will start a load test for the target workload. The canary configuration can be found
221221
at [apps/backend/canary.yaml](https://github.com/stefanprodan/gitops-istio/blob/main/apps/backend/canary.yaml).
222222

223-
![Flagger Canary Release](https://raw.githubusercontent.com/weaveworks/flagger/master/docs/diagrams/flagger-canary-steps.png)
223+
![Flagger Canary Release](https://raw.githubusercontent.com/fluxcd/flagger/main/docs/diagrams/flagger-canary-steps.png)
224224

225225
Pull the changes from GitHub:
226226

@@ -280,7 +280,7 @@ kubectl -n istio-system port-forward svc/flagger-grafana 3000:80
280280
The Istio dashboard URL is
281281
http://localhost:3000/d/flagger-istio/istio-canary?refresh=10s&orgId=1&var-namespace=prod&var-primary=backend-primary&var-canary=backend
282282

283-
![Canary Deployment](https://raw.githubusercontent.com/weaveworks/flagger/master/docs/screens/demo-backend-dashboard.png)
283+
![Canary Deployment](https://raw.githubusercontent.com/fluxcd/flagger/main/docs/screens/demo-backend-dashboard.png)
284284

285285
Note that if new changes are applied to the deployment during the canary analysis, Flagger will restart the analysis phase.
286286

@@ -421,7 +421,7 @@ For configuring alerting of the canary analysis for Slack, MS Teams, Discord or
421421
If you have any questions about progressive delivery:
422422

423423
* Invite yourself to the [CNCF community slack](https://slack.cncf.io/)
424-
and join the [#flux](https://cloud-native.slack.com/messages/flux/) and [#flagger](https://cloud-native.slack.com/messages/flagger/) channel.
424+
and join the [#flux](https://cloud-native.slack.com/messages/flux/) and [#flagger](https://cloud-native.slack.com/messages/flagger/) channels.
425425
* Check out the [Flux talks section](https://fluxcd.io/community/#talks) and to see a list of online talks,
426426
hands-on training and meetups.
427427

0 commit comments

Comments
 (0)