-
Notifications
You must be signed in to change notification settings - Fork 74
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
Implement Support for LKE Enterprise #521
Conversation
@@ -175,6 +194,12 @@ class LKENodePool(DerivedBase): | |||
"tags": Property(mutable=True, unordered=True), | |||
"labels": Property(mutable=True), | |||
"taints": Property(mutable=True), | |||
# Enterprise-specific properties | |||
# Ideally we would use slug_relationship=TieredKubeVersion here, but |
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.
Any ideas on workarounds for this?
from linode_api4.objects import TieredKubeVersion | ||
|
||
|
||
class LKETierGroup(Group): |
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.
This is a new pattern since the LKE tier path is the first of its kind. Let me know if you have any feedback!
c110929
to
fea3cf0
Compare
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.
All tests are passing locally!
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 and is passing locally
📝 Description
This pull request implements support for managing LKE Enterprise enterprise clusters, including the following changes:
lke/tiers/{tier}/versions
andlke/tiers/{tier}/versions/{version}
endpointstier
field when creating and reading LKE clustersk8s_version
andupdate_strategy
fields when creating, updating, and reading LKE node pools✔️ How to Test
The following test steps assume you have pulled down this PR locally and run
make install
.Unit Testing
Integration Testing
Manual Testing