-
Notifications
You must be signed in to change notification settings - Fork 52
Compatibility: unify providers and base on CAPI contract versions #525
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
91f2165
to
4f6692c
Compare
1ff639b
to
dfc3bc0
Compare
55e7f21
to
5c0d401
Compare
5c0d401
to
b03b9b3
Compare
Kshatrix
requested changes
Oct 22, 2024
5db67b8
to
706e684
Compare
706e684
to
ba9ff0a
Compare
a760f82
to
857f4dd
Compare
eromanova
reviewed
Oct 23, 2024
857f4dd
to
a1c1bc1
Compare
eromanova
approved these changes
Oct 23, 2024
* removed nested struct with infra/bstrp/cp providers * removed the corresponding chart annotations * align all providers into a single struct depending on a single annotation with regarding prefixes * migrated provider/cluster templates on the new annotation Closes k0rdent#497
* removed version/constraints from compatibility attributes * compatibility is now based on CAPI contracts versions * unified providers structure * corresponding adjustments Closes k0rdent#496
* change semicolon to comma as a separator in the provider templates charts * capi-contract annotation removed * unified separated capi contracts struct for cluster/provider templates * capi contracts status in management status * provider templates: validate capi contracts against core capi template * cluster templates: validate provider contracts against provider templates contracts in management status * renamed k0s -> k0smotron everywhere
a1c1bc1
to
ad9af28
Compare
Kshatrix
approved these changes
Oct 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In conclusion:
Core CAPI compatibility contracts:
An example of compatibility attributes annotations along with the new provider annotation in a chart for the
ProviderTemplate
:An example of compatibility attributes annotations along with the new provider annotation in a chart for the
ClusterTemplate
:New
Management
status block:New
ProviderTemplate
status in thecore-capi
:New
ProviderTemplate
status in some object:New
ClusterTemplate
status in some object:Closes #497 #496