Describe the bug
Deploy with k3s, rudder-server print only one message in stdout and exit.
2024/12/05 06:38:38 maxprocs: Updating GOMAXPROCS=5: determined from CPU quota
Steps to reproduce the bug
I'm not sure this bug can be reproduce with other environment. My runtime environment is K3S install on CentOS stream/Intel I7. Darwin can run rudder-server successfully.
Deployment
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "13"
meta.helm.sh/release-name: rudder
meta.helm.sh/release-namespace: cis
creationTimestamp: "2024-12-04T11:43:23Z"
generation: 17
labels:
app.kubernetes.io/managed-by: Helm
group: rudder
set: rudder
name: rudder
namespace: cis
resourceVersion: "45194742"
uid: e9a8d86b-ed75-4d47-bf47-84941dd31248
spec:
progressDeadlineSeconds: 60
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
group: rudder
set: rudder
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
group: rudder
set: rudder
spec:
containers:
env:
- name: JOBS_DB_HOST
value: postgres.baas
- name: JOBS_DB_PORT
value: "5432"
- name: JOBS_DB_USER
value: postgres
- name: JOBS_DB_PASSWORD
value: xxx
- name: JOBS_DB_DB_NAME
value: rudder
- name: DEST_TRANSFORM_URL
value: http://transformer:9090
- name: CONFIG_BACKEND_URL
- name: WORKSPACE_TOKEN
value: xxx
- name: STATSD_SERVER_URL
value: exporter.baas:9125
- name: RSERVER_GATEWAY_WEBHOOK_SOURCE_LIST_FOR_PARSING_PARAMS
value: Shopify
image: rudderlabs/rudder-server:latest
imagePullPolicy: IfNotPresent
name: main
resources:
limits:
cpu: "5"
memory: 1G
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /data
name: data
subPath: data/rudder/data
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext:
runAsUser: 0
terminationGracePeriodSeconds: 30
volumes:
- name: data
persistentVolumeClaim:
claimName: rudder
Describe the bug
Deploy with k3s, rudder-server print only one message in stdout and exit.
Steps to reproduce the bug
I'm not sure this bug can be reproduce with other environment. My runtime environment is K3S install on CentOS stream/Intel I7. Darwin can run rudder-server successfully.
Deployment