-
I'm deploying a shell operator in a cluster with a deployment. Did the same thing previously on another cluster without problems. The main thing that changed on this new cluster, is avoiding running the shell-operator as root. My
In the current case, it seems the operator cannot detect it's running in-cluster:
The process does have the expected
What am I missing? |
Beta Was this translation helpful? Give feedback.
Answered by
srgvg
Oct 30, 2023
Replies: 1 comment
-
OK, never mind, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
srgvg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, never mind,
spec.automountServiceAccountToken
was set tofalse
. A "sane" default from usingcdk8s
.