kyma-project / kyma-environment-broker

Kyma Environment Broker
Apache License 2.0
0 stars 22 forks source link

KIM Integration - adjust kcp CLI in transition phase #1070

Closed jaroslaw-pieszka closed 1 month ago

jaroslaw-pieszka commented 2 months ago

In transition phase we have plans/instances driven only by KIM and plans/instances driven by provisioner but with Runtime CR managed by KEB.

In effect some instances are not know to provisioner and we fail on /runtimes endpoint where trying to fetch information from provisioner for given instance.

Adjust behavior for:

Add --runtime_config switch, runtime_config query parameter, fetching Runtime CR spec for given instances.

AC:

Consider scenarios with KIM only driven instances and provider driven ones, provider created but KIM driven etc.