-
Notifications
You must be signed in to change notification settings - Fork 49
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
Support multiple versions of clusterctl #650
Comments
Please assign this to me, I am working on it. |
There have been discussions around keeping the latest versions as simply "clusterctl", and only using version numbers for exception cases, when a CAPI provider needs to use an old version. Just want to make sure, @raliev12 are you and Alexey aligned to this? |
@mattmceuen that is completely correct, I prepared a PS which complies with that concept past week already - https://review.opendev.org/c/airship/airshipctl/+/812183 |
@mattmceuen yes, we're aligned.. the patchset from Ruslan makes it work that way |
This KRM function will contain clusterctl binary with version 0.3.x for backward compatibility while the main one will move forward with 0.4.x releases. Change-Id: Iba167be074c07a20701ed45c4b2ccf38ddb2185a Signed-off-by: Ruslan Aliev <raliev@mirantis.com> Related-To: #647 Related-To: #642 Relates-To: #650
PS merged. Closing |
Problem description (if applicable)
In order to support multiple CAPI providers (capm3, capz, capo, etc) and their associated release schedules, airshipctl needs to support multiple versions of CAPI concurrently. The current clusterctl KRM function only supports a single clusterctl CLI version.
Proposed change
See design discussion here: https://hackmd.io/QiEksO4fRk-MnBjwBFaAkQ#UPD-Alexey-O
The text was updated successfully, but these errors were encountered: