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>
36 lines
714 B
YAML
36 lines
714 B
YAML
apiVersion: apps.kruise.io/v1beta1
|
|
kind: StatefulSet
|
|
metadata:
|
|
name: statefulset-test
|
|
namespace: kruise
|
|
generation: 2
|
|
labels:
|
|
app: sample
|
|
spec:
|
|
replicas: 2
|
|
selector:
|
|
matchLabels:
|
|
app: sample
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: sample
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx:alpine
|
|
updateStrategy:
|
|
rollingUpdate:
|
|
paused: true
|
|
|
|
status:
|
|
observedGeneration: 2
|
|
replicas: 2
|
|
updatedAvailableReplicas: 2
|
|
updatedReadyReplicas: 2
|
|
conditions:
|
|
- lastTransitionTime: "2021-09-21T22:35:31Z"
|
|
message: Deployment has minimum availability.
|
|
reason: MinimumReplicasAvailable
|
|
status: 'False'
|
|
type: FailedCreatePod
|