Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K3S deploy rudder-server stdout only one message #5341

Open
coyzeng opened this issue Dec 5, 2024 · 1 comment
Open

K3S deploy rudder-server stdout only one message #5341

coyzeng opened this issue Dec 5, 2024 · 1 comment

Comments

@coyzeng
Copy link

coyzeng commented Dec 5, 2024

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
@contributor-support
Copy link

Thanks for opening this issue! We'll get back to you shortly. If it is a bug, please make sure to add steps to reproduce the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant