v3.3.0
Emissary version 0.3.3 has decoupled the CRD portion of the package, and now supports installing multiple instances of the emissary package in the same cluster.
Configuring Emissary Ingress in EKS Anywhere package spec
Parameter | Description | Default |
---|---|---|
General | ||
hostNetwork | Whether Emissary will use the host network, useful for on-premise setup . Example: hostNetwork: false |
false |
createDefaultListeners | Whether Emissary should be created with default listeners, HTTP on port 8080 and HTTPS on port 8443. Example: createDefaultListeners: false |
false |
replicaCount | Replica count for Emissary to deploy. Example: replicaCount: 2 |
2 |
daemonSet | Whether to create Emissary as a Daemonset instead of a deployment Example: daemonSet: false |
false |