-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extend activestandby taskimage to safely handle ingresses which have Fastly annotations #2607
Comments
Just for visibility. The main thing that would need to be done is have the task search for this label on any ingress objects before it performs the creation of the
Then check if the annotation
This needs to be done in both the source and destination namespaces. Then the task would perform the host-migration task as normal. Once the task is complete, then the annotations need to be reverted (use the value from |
|
Working on initial support in dioscuri for this here: amazeeio/dioscuri#19 For now, the best thing would be to not do any annotation or labelling within cluster so that the ingress are not aware of the fastly-controller. So manually uploading certificates, and manually adding the domains to the required services. |
The linked issue would solve this by adding the new label |
No description provided.
The text was updated successfully, but these errors were encountered: