mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Signed-off-by: Mahesh <maheshkasbe010@gmail.com> Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com>
31 lines
536 B
YAML
31 lines
536 B
YAML
apiVersion: apps.kruise.io/v1alpha1
|
|
kind: CloneSet
|
|
metadata:
|
|
name: cloneset-test
|
|
namespace: kruise
|
|
generation: 2
|
|
labels:
|
|
app: sample
|
|
spec:
|
|
replicas: 5
|
|
selector:
|
|
matchLabels:
|
|
app: sample
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: sample
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx:alpine
|
|
updateStrategy:
|
|
partition: 3
|
|
|
|
status:
|
|
observedGeneration: 2
|
|
replicas: 5
|
|
expectedUpdatedReplicas: 2
|
|
updatedReadyReplicas: 1
|
|
updatedAvailableReplicas: 1
|
|
updatedReplicas: 3
|