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
With KymaBinding (see #100) its now possible to easily connect into kyma directly. Given that modules can not be updated from the parameters of a KymaEnvironment we can now offer this feature via pushing a CR directly into the Kymacluster. For that we can come up with a new CRD called KymaModule that basically pushes a related CR into the Kymacluster. This would basically work the same way like using the Kubernetes crossplane provider to push an Object into the kyma cluster.
Acceptance Criteria
Create a new CR called KymaModule
takes a reference to the KymaBinding
uses KymaBinding kubeconfig to push a Module CR into the kyma cluster
The same feature can basically be achieved by the user directly with using the kubernetes crossplane provider and an Object CR. We could also decide to propagate this approach instead by showcasing it in a guide.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Context
With
KymaBinding
(see #100) its now possible to easily connect into kyma directly. Given that modules can not be updated from the parameters of aKymaEnvironment
we can now offer this feature via pushing a CR directly into the Kymacluster. For that we can come up with a new CRD calledKymaModule
that basically pushes a related CR into the Kymacluster. This would basically work the same way like using the Kubernetes crossplane provider to push an Object into the kyma cluster.Acceptance Criteria
KymaModule
KymaBinding
KymaBinding
kubeconfig to push a Module CR into the kyma clusterWorkarounds & Alternatives
The same feature can basically be achieved by the user directly with using the kubernetes crossplane provider and an Object CR. We could also decide to propagate this approach instead by showcasing it in a guide.
The text was updated successfully, but these errors were encountered: