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
When moving original image from xpkg.upbound.io to an internal repository and installing the provider, the provider fails to start, since it's referencing the controller image in package/crossplane.yaml (even though the provider is mono-image and injects runtime on build)
How can we reproduce it?
Try to run the provider on a k8s cluster with no access to public repos.
If that can unblock you,
I solved for the same yesterday, had to bump the version in package/crossplane.yaml before running crossplane xpkg push -f _output/xpkg/linux_amd64/provider-ceph-v0.0.0-486.gea34efd.dirty.xpkg docker.io/user/provider-ceph:v0.0.50
What happened?
When moving original image from xpkg.upbound.io to an internal repository and installing the provider, the provider fails to start, since it's referencing the controller image in
package/crossplane.yaml
(even though the provider is mono-image and injects runtime on build)How can we reproduce it?
Try to run the provider on a k8s cluster with no access to public repos.
What environment did it happen in?
Crossplane version: all
If
gets removed from
package/crossplane.yaml
, provider will default to start embedded runtime :)The text was updated successfully, but these errors were encountered: