Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Fix docs for contour to use with AWS platform
Browse files Browse the repository at this point in the history
AWS platform is also supoprted now, so removed the occurances where it
mentioned that only packet was supported.

Signed-off-by: knrt10 <kautilya@kinvolk.io>
  • Loading branch information
knrt10 committed Jun 26, 2020
1 parent e9e851b commit 2d359da
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/configuration-reference/components/contour.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 |


Expand Down

0 comments on commit 2d359da

Please sign in to comment.