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>
35 lines
677 B
YAML
35 lines
677 B
YAML
apiVersion: apps.kruise.io/v1alpha1
|
|
kind: CloneSet
|
|
metadata:
|
|
name: cloneset-test
|
|
namespace: kruise
|
|
generation: 1
|
|
labels:
|
|
app: sample
|
|
spec:
|
|
replicas: 2
|
|
selector:
|
|
matchLabels:
|
|
app: sample
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: sample
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx:alpine
|
|
updateStrategy:
|
|
paused: false
|
|
|
|
status:
|
|
observedGeneration: 1
|
|
replicas: 2
|
|
updatedReadyReplicas: 1
|
|
updatedAvailableReplicas: 1
|
|
conditions:
|
|
- lastTransitionTime: "2021-09-21T22:35:31Z"
|
|
message: Deployment has minimum availability.
|
|
reason: MinimumReplicasAvailable
|
|
status: 'True'
|
|
type: FailedScale
|