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
Device and OS: Mac book Pro local & eks gitlab runner
App version: v0.28.3
Kubernetes distro being used: eks on the runner
Other:
Steps to reproduce
Using zarf version 0.28.3 attempt to zarf tools registry pull ghcr.io/defenseunicorns/zarf/agent:v0.28.3 ./zarf (the pulled image doesn't matter). The command always gives a timeout.
Expected result
The zarf command pulls images
Actual Result
Error: Get "<some non existant / unreachable cluster that exists in .kube/config": dial tcp <that.clusters.ip.addr>:443: i/o timeout
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Additional Context
Rolling back zarf version to v0.28.0 seemed to correct the issue, although that could be unrelated.
The text was updated successfully, but these errors were encountered:
This is because a ~/.kube/config was found by Zarf but contains a cluster that cannot be reached or one that does not have Zarf state - v0.28.0 did not have the code that tries to lookup Zarf state which resolves this issue as well. Pushed a PR though that will flag a warning instead of a hard error going forward.
…1930)
## Description
This fixes an issue with zarf tools registry where an invalid cluster
(one that was not connectable or did not have state) could cause a
failure.
## Related Issue
Fixes#1929
## Type of change
- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)
## Checklist before merging
- [X] Test, docs, adr added or updated as needed
- [X] [Contributor Guide
Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow)
followed
---------
Co-authored-by: razzle <[email protected]>
Environment
Device and OS: Mac book Pro local & eks gitlab runner
App version: v0.28.3
Kubernetes distro being used: eks on the runner
Other:
Steps to reproduce
zarf tools registry pull ghcr.io/defenseunicorns/zarf/agent:v0.28.3 ./zarf
(the pulled image doesn't matter). The command always gives a timeout.Expected result
The zarf command pulls images
Actual Result
Error: Get "<some non existant / unreachable cluster that exists in .kube/config": dial tcp <that.clusters.ip.addr>:443: i/o timeout
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Additional Context
Rolling back zarf version to v0.28.0 seemed to correct the issue, although that could be unrelated.
The text was updated successfully, but these errors were encountered: