From 65c7fd1cf8dcc8f658e07563fe18c8f41762a4f8 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 20 Feb 2020 18:15:42 +0200 Subject: [PATCH] Add links to ingress controllers installers --- .../install/flagger-install-on-kubernetes.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/gitbook/install/flagger-install-on-kubernetes.md b/docs/gitbook/install/flagger-install-on-kubernetes.md index e6188f38..8da4e5a6 100644 --- a/docs/gitbook/install/flagger-install-on-kubernetes.md +++ b/docs/gitbook/install/flagger-install-on-kubernetes.md @@ -43,8 +43,9 @@ helm upgrade -i flagger flagger/flagger \ --set istio.kubeconfig.key=kubeconfig ``` -Note that the Istio control plane kubeconfig must be stored in a Kubernetes secret with a data key named `kubeconfig`. -For more details on how to configure the kubeconfig read the [Istio docs](https://istio.io/docs/setup/install/multicluster/shared-vpn/#credentials). +Note that the Istio kubeconfig must be stored in a Kubernetes secret with a data key named `kubeconfig`. +For more details on how to configure Istio multi-cluster credentials read the +[Istio docs](https://istio.io/docs/setup/install/multicluster/shared-vpn/#credentials). Deploy Flagger for Linkerd: @@ -68,6 +69,11 @@ helm upgrade -i flagger flagger/flagger \ You can install Flagger in any namespace as long as it can talk to the Prometheus service on port 9090. +For ingress controllers, the install instructions are: +* [Contour](https://docs.flagger.app/tutorials/contour-progressive-delivery) +* [Gloo](https://docs.flagger.app/tutorials/gloo-progressive-delivery) +* [NGINX](https://docs.flagger.app/tutorials/nginx-progressive-delivery) + Enable **Slack** notifications: ```bash @@ -266,4 +272,5 @@ Install Flagger with Slack: kubectl apply -k . ``` -If you want to use MS Teams instead of Slack, replace `-slack-url` with `-msteams-url` and set the webhook address to `https://outlook.office.com/webhook/YOUR/TEAMS/WEBHOOK`. +If you want to use MS Teams instead of Slack, replace `-slack-url` with `-msteams-url` and +set the webhook address to `https://outlook.office.com/webhook/YOUR/TEAMS/WEBHOOK`.