Skip to content

[K8S] Stuck in a boot loop Failure message: Authorization header missing. from service running the file as root works. #325

Closed Answered by ModdingFriendly
ModdingFriendly asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like wither just my setup in K8S has an issue or there is some Networking Hijinx going on alas, I fixed it by just overwriting the defaults within /config/extended/function

        - name: radarr-sidecar
          image: alpine
          command: [ "/bin/sh", "-c" ]
          args:
            - |
              echo "Installing dependencies...";
              apk add --no-cache bash curl;
              echo "Starting arr-scripts init...";
              wget -O /custom-cont-init.d/script_init.bash https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/scripts_init.bash;
              chmod +x /custom-cont-init.d/script_init.bash;
              cat /custom-cont-in…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ModdingFriendly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant