-
Notifications
You must be signed in to change notification settings - Fork 11
config: enables calico typha as default #464
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
Conversation
Xartos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but did we test to enable it in long-running first?
I see that this is the first step of the issue.
|
Yes I have tested in my dev and also tested by updating the SME Long running. Also enabled service monitor for typha to check on the metrics & verified checking logs of calico-node as well which looks good. |
Xartos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
Question on an old PR: Was there any intention of enabling this for existing environments by writing a migration to enable it? I don't see that that has been done here, and options from the default config does not propagate in this repo to existing configs. |
|
I believe @shafi-elastisys tested just enabling this in an existing cluster and there was no need for any migration steps (besides enabling this in the config) right? If so, we should just add a prepare script for this before next release, should not need a separate issue |
From the issue it should "... be applied during regular Kubespray upgrade", and with that migration missing that won't happen, so I just don't want to see this become lost as that issue has been closed. 😅 |
|
Now I have added migration script for the typha enabling. PR #473 |
Warning
This is a public repository, ensure not to disclose:
What kind of PR is this?
Required: Mark one of the following that is applicable:
Optional: Mark one or more of the following that are applicable:
Important
Breaking changes should be marked
kind/admin-changeorkind/dev-changedepending on typeCritical security fixes should be marked with
kind/securityWhat does this PR do / why do we need this PR?
This PR enables Calico Typha in the default configuration.
...
Information for reviewers
Checklist