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

Windows: Add runtime DNS and del bug fix #271

Merged
merged 1 commit into from
Mar 27, 2019

Conversation

nagiesek
Copy link
Contributor

@nagiesek nagiesek commented Mar 2, 2019

This adds the dns capability for supplying a runtime dnsConfig from a CRI. It also includes a bug fix for removing an endpoint when no IPAM is supplied.

@nagiesek
Copy link
Contributor Author

nagiesek commented Mar 2, 2019

$ travis_setup_go

mv: cannot move '/c/Users/travis/.gimme/versions/go1.10.8.windows.amd64/go/test' to '/c/Users/travis/.gimme/versions/go1.10.8.windows.amd64/test': Permission denied

rmdir: failed to remove '/c/Users/travis/.gimme/versions/go1.10.8.windows.amd64/go': Directory not empty

The command "travis_setup_go" failed and exited with 86 during .

Looks like travis failed out, possible to retest?

pjh added a commit to yujuhong/gce-k8s-windows-testing that referenced this pull request Mar 6, 2019
pjh added a commit to yujuhong/gce-k8s-windows-testing that referenced this pull request Mar 6, 2019
See
kubernetes/kubernetes#74759 (comment)
for some context.

Steps to build the .zip file in the containernetworking/plugins
directory:
  git checkout master
  git pull
  git checkout -b patch-271
  git remote add nagiesek https://github.com/nagiesek/plugins
  git fetch nagiesek
  git cherry-pick 7a3231e9c636585e505ec240647e63bfcaa78656
  ./build_windows.sh
  zip windows-cni-plugins.zip bin/*.exe
pjh added a commit to yujuhong/gce-k8s-windows-testing that referenced this pull request Mar 6, 2019
This adds the dns capability for supplying a runtime dnsConfig from a CRI. It also includes a bug fix for removing an endpoint when no IPAM is supplied. Adds version dependency of 0.3.0. Mild updates to windows READMEs.
Copy link
Member

@dcbw dcbw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Copy link
Contributor

@bboreham bboreham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable

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

Successfully merging this pull request may close these issues.

4 participants