Jashwanth S J
04/13/2023, 8:27 AMWarning  Failed     3s (x3 over 21s)  kubelet            Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/docker-entrypoint.sh": stat /docker-entrypoint.sh: no such file or directory: unknown
jobManager:
    resource:
      memory: "1048m"
      cpu: 0.5
    podTemplate:
        spec:
          containers:
          - args:
            - -n
            - -c
            - /etc/supervisor/supervisord.conf
            command:
            - /usr/bin/supervisord
          tolerations:
           - key: "env"
             operator: "Equal"
             value: "dev"
             effect: NoSchedule      
  taskManager:
    resource:
      memory: "1048m"
      cpu: 0.5
    podTemplate:
        spec:
          containers:
          - args:
            - -n
            - -c
            - /etc/supervisor/supervisord.conf
            command:
            - /usr/bin/supervisord
          tolerations:
           - key: "env"
             operator: "Equal"
             value: "dev"
             effect: NoScheduleBhupendra Yadav
04/13/2023, 7:29 PM