Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

bootkube/pkg/recovery/recover fix hostNetwork #905

Merged
merged 1 commit into from
Feb 22, 2018

Conversation

coresolve
Copy link
Contributor

Fixes: #902
Adds hostNetwork: true to all generated assets and tests for same.

@coreosbot
Copy link

Can one of the admins verify this patch?

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Feb 22, 2018
@diegs
Copy link
Contributor

diegs commented Feb 22, 2018

ok to test

@@ -186,6 +186,7 @@ func TestFixUpBootstrapPods(t *testing.T) {
ReadOnly: true,
}},
}},
HostNetwork: true,
Copy link
Contributor

Choose a reason for hiding this comment

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

Should actually not set these in the pods array--the fixUpBootstrapPods method should add them.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

addressed.

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Feb 22, 2018
Copy link
Contributor

@diegs diegs left a comment

Choose a reason for hiding this comment

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

LGTM on green CI

@rphillips
Copy link
Contributor

coreosbot run e2e calico

Fixes: kubernetes-retired#902
Adds hostNetwork: true to all generated assets and tests for same.
@diegs diegs merged commit c718cef into kubernetes-retired:master Feb 22, 2018
@coresolve coresolve deleted the fix_hostnet branch February 22, 2018 18:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants