软件包:kubelet-1.35(1.35.2+ds-elxr2.26.04.01)
kubelet-1.35 的相关链接
下载源码包 kubernetes-1.35:
- [kubernetes-1.35_1.35.2+ds-elxr1.26.04.01.debian.tar.xz]
- [kubernetes-1.35_1.35.2+ds-elxr1.26.04.01.dsc]
- [kubernetes-1.35_1.35.2+ds.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [kubernetes.io]
相似软件包:
the primary "node agent" that runs on each node
The kubelet is the primary "node agent" that runs on each node. It can register the node with the apiserver using one of: the hostname; a flag to override the hostname; or specific logic for a cloud provider.
The kubelet works in terms of a PodSpec. A PodSpec is a YAML or JSON object that describes a pod. The kubelet takes a set of PodSpecs that are provided through various mechanisms (primarily through the apiserver) and ensures that the containers described in those PodSpecs are running and healthy. The kubelet doesn't manage containers which were not created by Kubernetes.
Other than from an PodSpec from the apiserver, there are two ways that a container manifest can be provided to the Kubelet.
其他与 kubelet-1.35 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- 软件包暂时不可用