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
If a pod has the serviceAccount field set in the trace, then the simulated version of the pod won't run because the serviceAccount doesn't exist in the virtualized namespace.
Steps to reproduce
Create a trace with a deployment like the following:
You "should" be able to resolve this by including the serviceAccount object in the trace_config, but I'd like to have a solution that doesn't require that.
Describe the bug
If a pod has the
serviceAccount
field set in the trace, then the simulated version of the pod won't run because the serviceAccount doesn't exist in the virtualized namespace.Steps to reproduce
Expected behavior
The pod should get scheduled in the simulated cluster.
Additional Info
Kubernetes Version: any
Environment (kind, EKS, self-managed/hosted, etc.): any
Affected components (sk-vnode, sk-cloudprov, sk-ctrl, sk-driver, skctl, sk-tracer): sk-driver
The text was updated successfully, but these errors were encountered: