You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to see?
The splunk CSV created and showing installed as status.
What did you see instead? Under which circumstances?
Unpack job pods failing, extract container exit with error:
time="2024-08-06T17:07:53Z" level=info msg="Using in-cluster kube client config"
time="2024-08-06T17:07:53Z" level=fatal msg="cluster config failed: Cannot load config for REST client: open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory"
We are running in a hardened cluster where the default service account has automountServiceAccountToken set to false
hamidos
changed the title
OLM Bundle unpacker fails when default service account automountServiceAccountToken set to false
OLM Bundle unpacker fails when default service account automounting token is disabled
Aug 6, 2024
Bug Report
What did you do?
After installing OLM, tried to install the splunk operator using:
What did you expect to see?
The splunk
CSV
created and showing installed as status.What did you see instead? Under which circumstances?
Unpack job pods failing, extract container exit with error:
We are running in a hardened cluster where the default service account has
automountServiceAccountToken
set tofalse
From more information check:
kubernetes/kubernetes#57601
rke1-hardening-guide#configure-default-service-account
Environment
Possible Solution
Use another service account instead of the
default
.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: