-
Notifications
You must be signed in to change notification settings - Fork 23
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 enable LKE App Platform #648
base: dev
Are you sure you want to change the base?
Conversation
@@ -693,6 +700,11 @@ def _populate_results(self, cluster: LKECluster) -> None: | |||
# because it is not returned from the cluster GET endpoint | |||
cluster_json["control_plane"]["acl"] = safe_get_cluster_acl(cluster) | |||
|
|||
# Inject the APL URLs if APL is enabled | |||
if cluster.apl_enabled: |
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.
The apl_enabled hasn't been released in the official python-sdk yet. Will need to install from the dev branch.
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.
Tests 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 works locally.
📝 Description
Support enable LKE App Platform and get relate URLs in lke modules.
✔️ How to Test