You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After Kyma Runtime is successfully registered in Director, we should use UpdateRuntime mutation to mark it as Connected.
Now the status is permanent in Initial state.
You can reuse code from SetRuntimeStatusCondition method in Director interface from provisioner.
Alternate solution : We can consider moving this code to Compass Runtime Agent since the Runtime is really connected as soon the agent downloads certificates from Director and the CompassConnector CR on SKR is set to Synchronized state.
koala7659
changed the title
Set correct Runtime status in Director after successfully registering it
Set correct Runtime status in Compass Director after successfully registering it
Mar 1, 2024
@koala7659 If Compass Runtime Agent has a Director client it could be an excellent idea to move setting Connected status to it. But are there any drawbacks regarding this idea?
After Kyma Runtime is successfully registered in Director, we should use
UpdateRuntime
mutation to mark it as Connected.Now the status is permanent in Initial state.
You can reuse code from SetRuntimeStatusCondition method in Director interface from provisioner.
Available states are:
We should also set following labels in compass for the runtime when the cluster domain is assigned
Alternate solution : We can consider moving this code to Compass Runtime Agent since the Runtime is really connected as soon the agent downloads certificates from Director and the CompassConnector CR on SKR is set to
Synchronized
state.Depends on
kyma-project/application-connector-manager#48
The text was updated successfully, but these errors were encountered: