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

Fix image not running in K8s (ROSA) #24

Merged
merged 3 commits into from
Jun 15, 2022

Commits on Jun 15, 2022

  1. Try no custom npm version

    I don't know if this solves it.
    
    Trying to solve the container exiting with error code `243`. `npm` throws `243` for any command you try to run with it.
    
    Here is how to get into the container while the entrypoint normally errors.
    ```
    $ oc run -i --tty --image=ghcr.io/matrix-org/matrix-public-archive/matrix-public-archive:main mpa-test2 --port=3050 --restart=Never --env="DOMAIN=cluster" --command /bin/bash
    $ npm start
    
    $ echo $?
    243
    ```
    MadLittleMods committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    833f566 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4854161 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9abc1e4 View commit details
    Browse the repository at this point in the history