mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Improve explanation of ReplicaSet.
"ReplicaSet represents the configuration of a ReplicaSet" does not tell you much. I took the explanation from https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/#when-to-use-a-replicaset
This commit is contained in:
@@ -5051,7 +5051,7 @@ Examples:<br>
|
||||
<div class="sect2">
|
||||
<h3 id="_v1beta2_replicaset">v1beta2.ReplicaSet</h3>
|
||||
<div class="paragraph">
|
||||
<p>ReplicaSet represents the configuration of a ReplicaSet.</p>
|
||||
<p>ReplicaSet ensures that a specified number of pod replicas are running at any given time.</p>
|
||||
</div>
|
||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
|
||||
<colgroup>
|
||||
|
||||
Reference in New Issue
Block a user