kyma-project / control-plane

A flexible and easy way to manage Kyma Runtimes
Apache License 2.0
17 stars 113 forks source link

Provisioner no longer registers runtime in the Compass Director, and creates the secret for Compass Runtime Agent #3399

Closed koala7659 closed 6 months ago

koala7659 commented 6 months ago

Implementation of https://github.com/kyma-project/control-plane/issues/3088

Provisioner should no longer register runtime in the Compass Director, and create the secret for Compass Runtime Agent.

The feature is controlled with a two configuration flags to be able selectively disable old functionality on specific environment (DEV, STAGE, PROD)

KCP Overides: compassIntegration.registratonEnabled, compassIntegration.deregistrationEnabled

Both flags are set to true by default.

koala7659 commented 6 months ago

/test pre-main-provisioner-e2e-tests

koala7659 commented 6 months ago

/test all

koala7659 commented 6 months ago

/test all

kyma-bot commented 6 months ago

@koala7659: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pre-main-provisioner-e2e-tests 0bfb5cc9e352c388e81e237e17900510d791d7ac link false /test pre-main-provisioner-e2e-tests

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).