-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpod-clickhouse-57bdbf45bf-48dxz.yaml
130 lines (130 loc) · 3.46 KB
/
pod-clickhouse-57bdbf45bf-48dxz.yaml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: "2023-10-01T01:47:17Z"
generateName: clickhouse-57bdbf45bf-
labels:
app: clickhouse
pod-template-hash: 57bdbf45bf
project: test
name: clickhouse-57bdbf45bf-48dxz
namespace: default
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: ReplicaSet
name: clickhouse-57bdbf45bf
uid: 3a91f3aa-5f4b-4654-9a13-92d49398f57c
resourceVersion: "924"
uid: d53081bf-ec01-4602-b484-b00df25634d3
spec:
containers:
- image: aggrik/clickhouse:latest
imagePullPolicy: IfNotPresent
name: clickhouse
resources:
limits:
cpu: "1"
memory: 1Gi
requests:
cpu: "1"
memory: 1Gi
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /etc/clickhouse-server
name: configmap-clickhouse-cfg
- mountPath: /var/lib/clickhouse
name: clickhouse-data
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-8qb27
readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: docker-desktop
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- configMap:
defaultMode: 493
name: config-clickhouse
name: configmap-clickhouse-cfg
- emptyDir: {}
name: clickhouse-data
- name: kube-api-access-8qb27
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
items:
- key: ca.crt
path: ca.crt
name: kube-root-ca.crt
- downwardAPI:
items:
- fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
path: namespace
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2023-10-01T01:47:17Z"
status: "True"
type: Initialized
- lastProbeTime: null
lastTransitionTime: "2023-10-01T01:47:18Z"
status: "True"
type: Ready
- lastProbeTime: null
lastTransitionTime: "2023-10-01T01:47:18Z"
status: "True"
type: ContainersReady
- lastProbeTime: null
lastTransitionTime: "2023-10-01T01:47:17Z"
status: "True"
type: PodScheduled
containerStatuses:
- containerID: docker://60ecd0ac5cc7719e0d322407faa020b3eb345c050ff2c67411b21a382b6f43fb
image: aggrik/clickhouse:latest
imageID: docker-pullable://aggrik/clickhouse@sha256:f805da6d7d788373b8b1307460cfe0c7ac74e11cdf2a7ba87dd46545bbc3164d
lastState:
terminated:
containerID: docker://1c96df4b43d08ebae284760340ee54e51f2a2a09ba080fe016bdb115a14e8d40
exitCode: 0
finishedAt: "2023-10-01T01:50:59Z"
reason: Completed
startedAt: "2023-10-01T01:50:48Z"
name: clickhouse
ready: true
restartCount: 2
started: true
state:
running:
startedAt: "2023-10-01T01:50:59Z"
hostIP: 192.168.65.4
phase: Running
podIP: 10.1.0.8
podIPs:
- ip: 10.1.0.8
qosClass: Guaranteed
startTime: "2023-10-01T01:47:17Z"