-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hello WEKA,
I'm using this weka/export to make container and deploying into Kubernetes.
But this pod continuously terminated without an error (I can't see any error logs in the pod) and this was terminated with exitCode: 1.
Here's the manifest of Pod and configuration, logs.
Could you please check why this pod is continuously terminated?
- containerStatus:
containerStatuses:
- containerID: containerd://ffd6e89aafc94f2205c5c82e94d9b7673e9f9cbf05aad1d181b12acfda523db7
image: wekasolutions/export:latest
imageID: wekasolutions/export@sha256:b6f94edb3511531110b95038b60241d2294124dc3e9faca3bca9adfb499874fa
lastState:
terminated:
containerID: containerd://5d92d8b0ef84be1baa6c3e47feb945589aedffe75b32a4e8a266b73b19995ed8
exitCode: 1
finishedAt: "2024-05-22T04:24:57Z"
reason: Error
startedAt: "2024-05-22T03:49:59Z"
name: weka-exporter
ready: true
restartCount: 344
started: true
state:
running:
startedAt: "2024-05-22T04:24:58Z"
- Manifest of Pod
apiVersion: apps/v1
kind: Deployment
metadata:
name: weka-exporter
namespace: monitoring-infra
spec:
selector:
matchLabels:
app: weka-exporter
template:
metadata:
labels:
app: weka-exporter
spec:
hostNetwork: true
containers:
- name: weka-exporter
image: wekasolutions/export:latest
args:
- --no_syslog
volumeMounts:
- name: weka-auth-token
mountPath: /weka/.weka
readOnly: true
- name: weka-exporter-config
mountPath: /weka/export.yml
subPath: export.yml
env:
- name: no_proxy
value: <IP Addresses of WEKA backend>
volumes:
- name: weka-auth-token
secret:
secretName: weka-auth-token
- name: weka-exporter-config
configMap:
items:
- key: export.yml
path: export.yml
name: weka-exporter-config
weka-exporter-config- I have 6 WEKA backend servers.
exporter:
listen_port: 8001
loki_host:
loki_port: 3100
timeout: 30.0
max_procs: 8
max_threads_per_proc: 100
backends_only: True
datapoints_per_collect: 5
certfile: null
keyfile: null
cluster:
auth_token_file: auth-token.json
hosts:
- host1
- host2
- host3
- host4
- host5
- host6
force_https: False
verify_cert: False
mgmt_port: 14000
.....
- Logs (These below logs are repeated. I disabled syslog)
gathering
gathering weka data from cluster test1
starting 100 threads
Cluster test1 Using 6 hosts
populating datastructures for cluster test1
Gather complete: cluster=test1, total elapsed=10.33
stats returned. total time = 10.43s 69 api calls made. Wed May 22 04:24:57 2024
Metadata
Metadata
Assignees
Labels
No labels