Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Support netd in GCE bootstrap.#869

Merged
Random-Liu merged 1 commit intocontainerd:masterfrom
Random-Liu:support-netd
Jul 31, 2018
Merged

Support netd in GCE bootstrap.#869
Random-Liu merged 1 commit intocontainerd:masterfrom
Random-Liu:support-netd

Conversation

@Random-Liu
Copy link
Copy Markdown
Member

@Random-Liu Random-Liu commented Jul 31, 2018

We should cherrypick this to 1.11, because netd support is added in Kubernetes 1.11. kubernetes/kubernetes#64591

Signed-off-by: Lantao Liu lantaol@google.com

@Random-Liu Random-Liu added this to the v1.11 milestone Jul 31, 2018
@Random-Liu
Copy link
Copy Markdown
Member Author

/cc @jingax10 @cadmuxe

@k8s-ci-robot
Copy link
Copy Markdown

@Random-Liu: GitHub didn't allow me to request PR reviews from the following users: jingax10, cadmuxe.

Note that only containerd members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

/cc @jingax10 @cadmuxe

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

cni_template_path=""
if [ "${KUBERNETES_MASTER:-}" != "true" ]; then
if [ "${NETWORK_POLICY_PROVIDER:-"none"}" != "none" ] || [ "${ENABLE_NETD:-}" == "true" ]; then
# Use Kubernetes cni daemonset on node if network policy provider is specified.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nit: please revise the comment to match updated logic

e.g., if network policy provider is specified or netd is enabled

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Done

Signed-off-by: Lantao Liu <lantaol@google.com>
Copy link
Copy Markdown
Member

@mikebrow mikebrow left a comment

Choose a reason for hiding this comment

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

/LGTM

@yujuhong
Copy link
Copy Markdown
Member

/lgtm

@Random-Liu Random-Liu merged commit c9d6151 into containerd:master Jul 31, 2018
@Random-Liu Random-Liu deleted the support-netd branch July 31, 2018 17:44
Random-Liu added a commit that referenced this pull request Jul 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants