-
Notifications
You must be signed in to change notification settings - Fork 641
Open
Copy link
Labels
networkIssues and features associated with networking and DNS.Issues and features associated with networking and DNS.
Description
I have done the following
- I have searched the existing issues
- If possible, I've reproduced the issue using the 'main' branch of this project
Steps to reproduce
In CI, many runners don't have an /etc/resolver directory set up, which causes the local DNS task to fail on API server start.
This results in an error during the test phase of the git action; theinstall-kernel make target fails on container system start.
The directory monitor must transition between two operational states:
- when the directory is not present, remove all localhost DNS entries, and poll until the directory is present
- when the directory is present, process any localhost DNS files and then monitor for changes
Current behavior
tests crash on CI while installing kernel
Expected behavior
tests run as expected
Environment
- OS: 26
- Xcode: 26
- Container: 0.9.0.2Relevant log output
N/ACode of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
networkIssues and features associated with networking and DNS.Issues and features associated with networking and DNS.