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

Support netd in GCE bootstrap. #869

Merged
merged 1 commit into from
Jul 31, 2018

Conversation

Random-Liu
Copy link
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
Member Author

/cc @jingax10 @cadmuxe

@k8s-ci-robot
Copy link

@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.

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.

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
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
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
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.

None yet

5 participants