fabianvf/game-server-operator

ansible container of deploy/operator.yaml gives "error opening terminal"

Closed this issue · 0 comments

itzg commented

After a fresh clone, I deployed the operator with

kubectl apply -f deploy/operator.yaml

but the ansible containers goes into a crash loop, as shown in describe:

  ansible:
    Container ID:  docker://ffd9c978538252306205c6cff72829388405b40b1fbb2c967f63ca231397f38c
    Image:         docker.io/fabianvf/multitail
    Image ID:      docker-pullable://fabianvf/multitail@sha256:4d3ee33bd75adb71d8030ecab0bf2e96c3f371c44997d78ec9f8c2ebf0cfdf12
    Port:          
    Host Port:     
    Command:
      multitail
      --follow-all
      -Q
      1
      /logs/*/*/*/*/*/artifacts/*/stdout
    State:          Waiting
      Reason:       CrashLoopBackOff
    Last State:     Terminated
      Reason:       Error
      Exit Code:    1
      Started:      Fri, 16 Aug 2019 15:08:52 -0500
      Finished:     Fri, 16 Aug 2019 15:08:52 -0500
    Ready:          False
    Restart Count:  2
    Environment:    
    Mounts:
      /logs from ansible-operator (ro)
      /var/run/secrets/kubernetes.io/serviceaccount from game-server-operator-token-t8hg7 (ro)

The logs of that container only have a single line:

Error opening terminal: unknown.

Let me know if there's anything you want me to try in order to debug.