-
Notifications
You must be signed in to change notification settings - Fork 52
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
In Helm commands, what is the cluster ID? #483
Comments
Hi, |
sry, it is BTPSO(BTP service operator). In fact, I'm migrating resources form another BTPSO and it is working. The problem I'm currently having is that I can't get the cluster ID when dealing with manually created resources. And it's not clear to me how cluster ID plays a role in the migration process. thx! |
When you deploy the btp operator you can define a cluster id, if not defined it will be generated. The link you shared is related to migrating resources from svcat environments to btp operator and is not relevant. what do you mean by "manually created resources"? each resource that was created with btp operator has a cluster id, you cannot recover resources that were not created with btp operator. |
“cluster id of the resource is available in the cockpit (in instance details) or btpcli (in instance context).” https://github.com/SAP/sap-btp-service-operator/pull/466/files I tried to find the resource's cluster ID in Cockpit, but I couldn't seem to locate it. Could you provide a screenshot? Thank you very much! The explanation of "manually created resources" |
If i understand you correctly you are trying to get the btp operator to manage resources that were not created by it, this is not supported. |
Well, that’s unfortunate.
I hope you can lend me a hand with this issue, thx! |
instance id is not cluster id, a cluster can have many instances (each instance has a different instance id), instance can be associated with one cluster only. |
I'm sorry, I don't really understand. As shown in the images, the instance ID is consistently
Yeah, I didn't do that. I did not change the configuration of the operator that created the instance |
instance's cluster id cannot be changed, the cluster id that you see in the cockpit is the correct one. |
According to the instructions in Step 4 of the SetUp section in README.md, we successfully migrated a resource created by BTPO. However, when dealing with a manually created resource, we were unable to retrieve its cluster ID.
Based on the commands in this document, we couldn’t find the corresponding ConfigMap, so we couldn’t obtain the cluster ID. Therefore, I have two questions: First, what does this cluster ID mean? And how can I obtain the cluster ID for a manually created resource?
The text was updated successfully, but these errors were encountered: