Skip to content

Install-WinCNIPlugin should also setup the configs #41

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

Open
profnandaa opened this issue Jan 24, 2025 · 0 comments
Open

Install-WinCNIPlugin should also setup the configs #41

profnandaa opened this issue Jan 24, 2025 · 0 comments

Comments

@profnandaa
Copy link
Member

Describe the bug

Currently Install-WinCNIPlugin only downloads the binaries and puts them in `Containerd\cni\bin'. I think the user expects that this will also set up the required configs and wire everything up so that at the end container networking is up and running.

Perhaps even doing a dial test at the end of the installation will be ideal:

# can detect which YEAR to pick from the window version information
# WS2025 can run both ltsc2025 and ltsc2022
ctr image pull mcr.microsoft.com/windows/nanoserver:ltsc<YEAR>
ctr run --rm mcr.microsoft.com/windows/nanoserver:ltsc<YEAR> cni-test cmd /C ping bing.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant