-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Request to extend model to cover ACM #3506
Comments
@AbrahamArellano :
kubernetes-client : $ kubectl api-resources | grep open-cluster
clustermanagers operator.open-cluster-management.io/v1 false ClusterManager
klusterlets operator.open-cluster-management.io/v1 false Klusterlet |
Signed-off-by: Rohan Kumar <[email protected]>
Signed-off-by: Rohan Kumar <[email protected]>
Signed-off-by: Rohan Kumar <[email protected]>
Hi @rohanKanojia , the challenge here is to use the library to operate with the ACM API, and in order to create managed clusters, delete them and so on, we need the capabilities to create those entities in OpenShift. |
Signed-off-by: Rohan Kumar <[email protected]>
Signed-off-by: Rohan Kumar <[email protected]>
@AbrahamArellano : Thanks for your reply. I have created a draft PR(#3641) for Open Cluster Management extension which provides support for the following resources provided in https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.3/html/apis/apis
Would appreciate if you could find time to try it out and provide feedback if there is something that needs to be added. |
Signed-off-by: Rohan Kumar <[email protected]>
Signed-off-by: Rohan Kumar <[email protected]>
Signed-off-by: Rohan Kumar <[email protected]>
Signed-off-by: Rohan Kumar <[email protected]>
Signed-off-by: Rohan Kumar <[email protected]>
Signed-off-by: Rohan Kumar <[email protected]>
Signed-off-by: Rohan Kumar <[email protected]>
Signed-off-by: Rohan Kumar <[email protected]>
Signed-off-by: Rohan Kumar <[email protected]>
Signed-off-by: Rohan Kumar <[email protected]>
Hi team,
I would like to request the extension of the model to cover also Advanced Cluster Management. Currently our team is using the library in order to deploy clusters with ACM and it was required to extend the model to some of the following objects:
In addition, would it be ideal to take advantage of the different functions available out of the box by RHACM as Java methods:
https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.3/html-single/apis/index#rhacm-docs_apis_cluster_jsoncreatecluster
Thanks
The text was updated successfully, but these errors were encountered: