forked from Lainports/freebsd-ports
net/kube-controller-manager, net/kube-scheduler: Improve pkg-descr
PR: 267307
This commit is contained in:
parent
f95e4e15c6
commit
0740541bf3
4 changed files with 13 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= kube-controller-manager
|
||||
PORTVERSION= 1.26.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= loic.blot@unix-experience.fr
|
||||
|
|
|
|||
|
|
@ -1 +1,5 @@
|
|||
Kubernetes controller manager daemon
|
||||
The Kubernetes controller manager is a daemon that embeds the core
|
||||
control loops shipped with Kubernetes. Examples of controllers that
|
||||
ship with Kubernetes today are the replication controller,
|
||||
endpoints controller, namespace controller, and serviceaccounts
|
||||
controller.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= kube-scheduler
|
||||
PORTVERSION= 1.26.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= loic.blot@unix-experience.fr
|
||||
|
|
|
|||
|
|
@ -1 +1,6 @@
|
|||
Kubernetes scheduler daemon
|
||||
The Kubernetes scheduler is a control plane process which assigns Pods
|
||||
to Nodes. The scheduler determines which Nodes are valid placements
|
||||
for each Pod in the scheduling queue according to constraints and
|
||||
available resources. The scheduler then ranks each valid Node and
|
||||
binds the Pod to a suitable Node. Multiple different schedulers may
|
||||
be used within a cluster; kube-scheduler is the reference implementation.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue