-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeployment-es.yaml
More file actions
69 lines (68 loc) · 1.8 KB
/
deployment-es.yaml
File metadata and controls
69 lines (68 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
creationTimestamp: "2020-03-23T01:11:34Z"
generation: 1
labels:
run: elasticsearch
name: elasticsearch
namespace: default
resourceVersion: "156438"
selfLink: /apis/apps/v1/namespaces/default/deployments/elasticsearch
uid: d620196e-b2c4-4360-9cce-148b880323e0
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
run: elasticsearch
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
run: elasticsearch
spec:
containers:
- image: elasticsearch:6.8.0
imagePullPolicy: IfNotPresent
name: elasticsearch
ports:
- containerPort: 9200
protocol: TCP
env:
- name: discovery.type
value: single-node
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
status:
conditions:
- lastTransitionTime: "2020-03-23T01:11:34Z"
lastUpdateTime: "2020-03-23T01:12:12Z"
message: ReplicaSet "elasticsearch-6c94987bd4" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
- lastTransitionTime: "2020-03-23T01:12:33Z"
lastUpdateTime: "2020-03-23T01:12:33Z"
message: Deployment does not have minimum availability.
reason: MinimumReplicasUnavailable
status: "False"
type: Available
observedGeneration: 1
replicas: 1
unavailableReplicas: 1
updatedReplicas: 1