What happened?
we've noticed something odd on the ResourceGraph side. Even though the cluster includes the AccessEntry CRD and it works fine, we're still seeing the error below.
We also tried triggering this CRD independently, and it works with plain YAML. But when we run the same template through the function inside the composition, we hit this error. Any suggestions on what might be causing this?
cannot compose resources: pipeline step "kro-run" returned a fatal result: cannot create resource graph: failed to build resource "entryaccess": failed to get schema for resource entryaccess: cannot resolve eks.aws.m.upbound.io/v1beta1, Kind=AccessEntry: schema not found
How can we reproduce it?
Crossplane Upbound controller - UXP Version 2.1.4-up.2
Aws EKS upbound provider - v2.4.0
Function-kro = v0.3.0
Create a composition with function-kro and try to deploy the AccessEntry CRD
What happened?
we've noticed something odd on the ResourceGraph side. Even though the cluster includes the AccessEntry CRD and it works fine, we're still seeing the error below.
We also tried triggering this CRD independently, and it works with plain YAML. But when we run the same template through the function inside the composition, we hit this error. Any suggestions on what might be causing this?
cannot compose resources: pipeline step "kro-run" returned a fatal result: cannot create resource graph: failed to build resource "entryaccess": failed to get schema for resource entryaccess: cannot resolve eks.aws.m.upbound.io/v1beta1, Kind=AccessEntry: schema not foundHow can we reproduce it?
Crossplane Upbound controller - UXP Version 2.1.4-up.2
Aws EKS upbound provider - v2.4.0
Function-kro = v0.3.0
Create a composition with function-kro and try to deploy the AccessEntry CRD