mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
in docs, update "minions" to "nodes"
This commit is contained in:
@@ -65,7 +65,7 @@ Cluster in Large organization:
|
||||
|
||||
Org-run cluster:
|
||||
- organization that runs K8s master components is same as the org that runs apps on K8s.
|
||||
- Minions may be on-premises VMs or physical machines; Cloud VMs; or a mix.
|
||||
- Nodes may be on-premises VMs or physical machines; Cloud VMs; or a mix.
|
||||
|
||||
Hosted cluster:
|
||||
- Offering K8s API as a service, or offering a Paas or Saas built on K8s
|
||||
@@ -223,7 +223,7 @@ Initially:
|
||||
Improvements:
|
||||
- allow one namespace to charge the quota for one or more other namespaces. This would be controlled by a policy which allows changing a billing_namespace= label on an object.
|
||||
- allow quota to be set by namespace owners for (namespace x label) combinations (e.g. let "webserver" namespace use 100 cores, but to prevent accidents, don't allow "webserver" namespace and "instance=test" use more than 10 cores.
|
||||
- tools to help write consistent quota config files based on number of minions, historical namespace usages, QoS needs, etc.
|
||||
- tools to help write consistent quota config files based on number of nodes, historical namespace usages, QoS needs, etc.
|
||||
- way for K8s Cluster Admin to incrementally adjust Quota objects.
|
||||
|
||||
Simple profile:
|
||||
|
Reference in New Issue
Block a user