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
Can be done just by editing the API service's respective annotation: service.beta.kubernetes.io/aws-load-balancer-ssl-cert.
To make it simpler to implement, we could only allow this to be changed if the user has initially provided an ACM.
As for where this could fit, we could add another generic CLI command that would only allow changing the SSL ARN for now.
The command could be cortex cluster update <field-to-update> <value-to-update-it-to>.
Context
Requested by Oldřich Šafář from the community Slack.
Temporary workaround
Install kubectl, run kubectl edit service ingressgateway-apis -n istio-system, and update the service.beta.kubernetes.io/aws-load-balancer-ssl-cert annotation accordingly.
Notes
Update the networking docs: the SSL certificate section of the custom domain guide can be moved into the HTTPS guide.
Implementation
Can be done just by editing the API service's respective annotation:
service.beta.kubernetes.io/aws-load-balancer-ssl-cert
.To make it simpler to implement, we could only allow this to be changed if the user has initially provided an ACM.
As for where this could fit, we could add another generic CLI command that would only allow changing the SSL ARN for now.
The command could be
cortex cluster update <field-to-update> <value-to-update-it-to>
.Context
Requested by Oldřich Šafář from the community Slack.
Temporary workaround
Install kubectl, run
kubectl edit service ingressgateway-apis -n istio-system
, and update theservice.beta.kubernetes.io/aws-load-balancer-ssl-cert annotation
accordingly.Notes
Relevant code
istio.yaml.j2
apis.yaml.j2
cluster_config.go
The text was updated successfully, but these errors were encountered: