@@ -31,10 +31,10 @@ In this workshop you'll be using Flagger and Prometheus to automate Canary Relea
31
31
You'll need a Kubernetes cluster ** v1.16** or newer with ` LoadBalancer ` support.
32
32
For testing purposes you can use Minikube with 2 CPUs and 4GB of memory.
33
33
34
- Install the ` flux ` CLI and ` yq ` with Homebrew:
34
+ Install the ` flux ` CLI with Homebrew:
35
35
36
36
``` bash
37
- brew install fluxcd/tap/flux yq
37
+ brew install fluxcd/tap/flux
38
38
```
39
39
40
40
Binaries for macOS, Windows and Linux AMD64/ARM are available
@@ -76,7 +76,7 @@ flux bootstrap git \
76
76
```
77
77
78
78
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.
80
80
81
81
At bootstrap, Flux generates an SSH key and prints the public key.
82
82
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
220
220
that when called, will start a load test for the target workload. The canary configuration can be found
221
221
at [apps/backend/canary.yaml](https://github.com/stefanprodan/gitops-istio/blob/main/apps/backend/canary.yaml).
222
222
223
- 
223
+ 
224
224
225
225
Pull the changes from GitHub :
226
226
@@ -280,7 +280,7 @@ kubectl -n istio-system port-forward svc/flagger-grafana 3000:80
280
280
The Istio dashboard URL is
281
281
http://localhost:3000/d/flagger-istio/istio-canary?refresh=10s&orgId=1&var-namespace=prod&var-primary=backend-primary&var-canary=backend
282
282
283
- 
283
+ 
284
284
285
285
Note that if new changes are applied to the deployment during the canary analysis, Flagger will restart the analysis phase.
286
286
@@ -421,7 +421,7 @@ For configuring alerting of the canary analysis for Slack, MS Teams, Discord or
421
421
If you have any questions about progressive delivery :
422
422
423
423
* 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 .
425
425
* Check out the [Flux talks section](https://fluxcd.io/community/#talks) and to see a list of online talks,
426
426
hands-on training and meetups.
427
427
0 commit comments