Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics-server fails to load image from 0.13.0 OCI release #195

Closed
mjnagel opened this issue Feb 21, 2024 · 2 comments · Fixed by #196
Closed

Metrics-server fails to load image from 0.13.0 OCI release #195

mjnagel opened this issue Feb 21, 2024 · 2 comments · Fixed by #196
Assignees
Labels
possible-bug Something may not be working

Comments

@mjnagel
Copy link
Contributor

mjnagel commented Feb 21, 2024

Environment

Device and OS: MBP
App version: 0.13.0
Kubernetes distro being used: k3d

Steps to reproduce

  1. Deploy the latest package or demo bundle

Expected result

Successful deploy.

Actual Result

      WARNING  Retrying (1/3): open
 /tmp/zarf-2787421378/images/blobs/sha256/3ef3b57e144bb6cd169eb47bb1e985c863a49d6f15827c8a7467b3b7292e7f07:
 no such file or directory

Severity/Priority

Medium/High - published artifacts are not working as expected.

Additional Context

After some investigation from @MxNxPx - noticed that the image blob is actually in the zarf package when you run zarf tools archiver decompress.

@mjnagel mjnagel added the possible-bug Something may not be working label Feb 21, 2024
@mjnagel
Copy link
Contributor Author

mjnagel commented Feb 21, 2024

I was able to workaround this issue by running with metrics-server explicitly passed in as a component:

zarf p deploy oci://ghcr.io/defenseunicorns/packages/uds/core:0.13.0-registry1 -a amd64 --confirm --components="metrics-server"

This appears to be an issue with default which was added to metrics-server in this latest release. If you pull the package from OCI and then deploy the local zst that works, as well as deploying from a package built off main.

@mjnagel
Copy link
Contributor Author

mjnagel commented Feb 21, 2024

Opened a zarf issue - appears to be a problem originating from the zarf OCI deploy zarf-dev/zarf#2320

@mjnagel mjnagel self-assigned this Feb 21, 2024
mjnagel added a commit that referenced this issue Feb 21, 2024
Reverts #193

Reverting this due to
zarf-dev/zarf#2320

Resolves #195

Also added a temporary task addition to make sure that tasks can run and
succeed.
robmcelvenny pushed a commit to owen-grady/uds-core-slim-dev that referenced this issue Jun 3, 2024
Reverts defenseunicorns/uds-core#193

Reverting this due to
zarf-dev/zarf#2320

Resolves defenseunicorns/uds-core#195

Also added a temporary task addition to make sure that tasks can run and
succeed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible-bug Something may not be working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant