kubernetes / kubernetes

Production-Grade Container Scheduling and Management
https://kubernetes.io
Apache License 2.0
111.11k stars 39.67k forks source link

Does k8s of v1.28 not require the deployment of network components (such as calico, flannel, etc.)? #121244

Closed WhaleSpring closed 1 year ago

WhaleSpring commented 1 year ago

Does k8s of v1.28 not require the deployment of network components (such as calico, flannel, etc.)? After I deployed the cluster, the two coredns pods directly changed to the Running 1/1 state and were able to deploy Pod applications to the nodes normally. image

k8s-ci-robot commented 1 year ago

This issue is currently awaiting triage.

If a SIG or subproject determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
WhaleSpring commented 1 year ago

/sig network

aojea commented 1 year ago

k8s require some component that provide the network to the pods, commonly named a CNI plugin, but does not necessarily need to be a daemonset, it depends on your installation

Thanks

/kind supoort /close

k8s-ci-robot commented 1 year ago

@aojea: The label(s) kind/supoort cannot be applied, because the repository doesn't have them.

In response to [this](https://github.com/kubernetes/kubernetes/issues/121244#issuecomment-1763764264): >k8s require some component that provide the network to the pods, commonly named a CNI plugin, but does not necessarily need to be a daemonset, it depends on your installation > >Thanks > >/kind supoort >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
k8s-ci-robot commented 1 year ago

@aojea: Closing this issue.

In response to [this](https://github.com/kubernetes/kubernetes/issues/121244#issuecomment-1763764264): >k8s require some component that provide the network to the pods, commonly named a CNI plugin, but does not necessarily need to be a daemonset, it depends on your installation > >Thanks > >/kind supoort >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.