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

EventBus JetStream reloader container is not starting on the version 1.9.2 #3208

Closed
mrkiani98 opened this issue Jul 16, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@mrkiani98
Copy link

Describe the bug
After upgrading to the argo-events helm chart v2.4.6 (and also the latest version v.2.4.7), we can see that the reloader container in Jetstream EventBus is getting the following error:

Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "-pid": executable file not found in $PATH: unknown

I can see that the reloader container now in the evetnbus-js statefulset has the following args config (with no command defined anymore):

  - args:
    - -pid
    - /var/run/nats/nats.pid
    - -config
    - /etc/nats-config/nats-js.conf

It seems to be related to this PR on release v1.9.2

To Reproduce

  1. Use the argo-events helm chart v2.4.7
  2. Use following yaml manifest to create a Eventbus:
apiVersion: argoproj.io/v1alpha1
kind: EventBus
metadata:
  finalizers:
  - eventbus-controller
  name: temp
  namespace: temp
spec:
  jetstream:
    containerTemplate:
      resources:
        limits:
          cpu: 40m
          memory: 300Mi
        requests:
          cpu: 20m
          memory: 150Mi
    version: 2.9.8

Environment (please complete the following information):

  • Kubernetes: [e.g. v1.30.0]
  • Argo: [e.g. v2.9.7]
  • Argo Events: [e.g. v1.9.2]

Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

@mrkiani98 mrkiani98 added the bug Something isn't working label Jul 16, 2024
@mrkiani98
Copy link
Author

I've found that there was some old helm values that we hardcoded JetStream and nats versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant