From 2d359daa375e98f8d3160c98c857fbc228389621 Mon Sep 17 00:00:00 2001 From: knrt10 Date: Thu, 25 Jun 2020 19:37:41 +0530 Subject: [PATCH] Fix docs for contour to use with AWS platform AWS platform is also supoprted now, so removed the occurances where it mentioned that only packet was supported. Signed-off-by: knrt10 --- docs/configuration-reference/components/contour.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/configuration-reference/components/contour.md b/docs/configuration-reference/components/contour.md index ae008da70..32b77428f 100644 --- a/docs/configuration-reference/components/contour.md +++ b/docs/configuration-reference/components/contour.md @@ -18,13 +18,9 @@ The Contour Ingress component has different requirements on different platforms. is that an Ingress Controller needs traffic to be routed to their ingress pods, and the network configurations needed to achieve that differ on each platform. -Currently the supported platform is Packet. - ## Prerequisites -* A Lokomotive cluster accessible via `kubectl` deployed on Packet. - -* [MetalLB component](metallb.md) installed and configured. +* A Lokomotive cluster accessible via `kubectl`. ## Configuration @@ -72,7 +68,7 @@ Example: | `enable_monitoring` | Create Prometheus Operator configs to scrape Contour and Envoy metrics. Also deploys Grafana Dashboard. | false | bool | false | | `ingress_hosts` | [ExternalDNS component](external-dns.md) creates DNS entries from the values provided. | "" | list(string) | false | | `node_affinity` | Node affinity for deploying the operator pod and envoy daemonset. | - | list(object({key = string, operator = string, values = list(string)})) | false | -| `service_type` | The type of Kubernetes service used to expose Envoy. | "LoadBalancer" | string | false | +| `service_type` | The type of Kubernetes service used to expose Envoy. Set as "NodePort" on the **AWS** platform. | "LoadBalancer" | string | false | | `toleration` | Tolerations that the operator and envoy pods will tolerate. | - | list(object({key = string, effect = string, operator = string, value = string, toleration_seconds = string })) | false |