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

Update dependencies #230

Merged
merged 5 commits into from
Oct 24, 2022
Merged

Update dependencies #230

merged 5 commits into from
Oct 24, 2022

Conversation

yokaze
Copy link
Contributor

@yokaze yokaze commented Sep 27, 2022

Signed-off-by: Daichi Sakaue daichi-sakaue@cybozu.co.jp

@yokaze yokaze self-assigned this Sep 27, 2022
Signed-off-by: Daichi Sakaue <daichi-sakaue@cybozu.co.jp>
Signed-off-by: Daichi Sakaue <daichi-sakaue@cybozu.co.jp>
Signed-off-by: terasihma <tomoya-terashima@cybozu.co.jp>
Signed-off-by: terasihma <tomoya-terashima@cybozu.co.jp>
Signed-off-by: terasihma <tomoya-terashima@cybozu.co.jp>
@terassyi terassyi self-assigned this Oct 17, 2022
@terassyi terassyi marked this pull request as ready for review October 17, 2022 02:06
@terassyi terassyi removed their assignment Oct 17, 2022
@terassyi terassyi self-requested a review October 17, 2022 02:22
@@ -218,6 +218,11 @@ func (pn *podNetwork) Setup(nsPath, podName, podNS string, conf *PodNetConf, hoo
return fmt.Errorf("netlink: failed to get veth link for container: %w", err)
}

if err := netlink.LinkSetUp(cLink); err != nil {
Copy link
Contributor

Choose a reason for hiding this comment

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

Please see containernetworking/plugins#777, we need to run a link setup after getting it.

@yokaze yokaze merged commit 7ef23bc into main Oct 24, 2022
@yokaze yokaze deleted the regular-update branch October 24, 2022 04:19
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.

None yet

3 participants