You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| V4_CFG_INGRESS_TYPE | The ingress controller to deploy | string | "ingress" | true | Possible values: "ingress" | baseline, viya |
173
+
| V4_CFG_INGRESS_TYPE | The ingress controller to deploy | string | "ingress" | true | Possible values: "ingress", "contour"| baseline, viya |
173
174
| V4_CFG_INGRESS_FQDN | FQDN to the ingress for SAS Vya installation | string || true || viya |
174
175
| V4_CFG_INGRESS_MODE | Whether to create a public or private Loadbalancer endpoint | string | "public" | false | Possible values: "public", "private". Setting this option to "private" adds options to the ingress controller that create a LoadBalancer with private IP address(es) only. | baseline |
175
176
@@ -365,6 +366,19 @@ Cluster-autoscaler is currently only used for AWS EKS clusters. Google GKE and A
365
366
366
367
If you used [viya4-iac-aws:5.6.0](https://github.com/sassoftware/viya4-iac-aws/releases) or newer to create your infrastructure, a cluster autoscaler account should have been created for you with a policy that is compatible with both our default versions for the `CLUSTER_AUTOSCALER_CHART_VERSION` variable. If you choose an alternative version ensure that your autoscaler account has a policy that matches the recommendation from the [kubernetes/autoscaler documentation](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws/README.md#iam-policy). This note is only applicable for EKS clusters.
367
368
369
+
### Contour
370
+
371
+
Contour is an open source ingress controller that provides dynamic configuration updates and multi-team ingress delegation while maintaining a lightweight profile. Contour support is available starting with the 2026.02 cadence release.
372
+
373
+
| Name | Description | Type | Default | Required | Notes | Tasks |
| CONTOUR_CONFIG | Contour Helm values | string | See [this file](../roles/baseline/defaults/main.yml) for more information. Altering this value will affect the cluster. | false || baseline |
381
+
368
382
### EBS CSI Driver
369
383
370
384
The EBS CSI driver is only used for kubernetes v1.23 or later AWS EKS clusters.
0 commit comments