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
{{ message }}
This repository was archived by the owner on Mar 3, 2025. It is now read-only.
Following #145 , we should update the e2e testing to work even when the UnpackImageRegistryClient feature-gate is enabled. Currently the e2e tests rely on using kubelet to fetch images that have been loaded onto the cluster already via kind. We either need to replicate this behavior in the ImageRegistry source or use a custom image registry for e2e tests (this is the first thing that came to my head - very much so open to other suggestions).
Acceptance Criteria
e2e tests pass when the UnpackImageRegistryClient feature-gate is enabled
Following #145 , we should update the e2e testing to work even when the
UnpackImageRegistryClientfeature-gate is enabled. Currently the e2e tests rely on using kubelet to fetch images that have been loaded onto the cluster already via kind. We either need to replicate this behavior in theImageRegistrysource or use a custom image registry for e2e tests (this is the first thing that came to my head - very much so open to other suggestions).Acceptance Criteria
UnpackImageRegistryClientfeature-gate is enabled