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 the pod fails to mount the secret based on a variable that have dependencyRef on a key that does not exist, it will cause the pod to be in CreateContainerConfigError state with error couldn't find key number in Secret ....
If the
pod
fails to mount the secret based on a variable that havedependencyRef
on akey
that does not exist, it will cause the pod to be inCreateContainerConfigError
state with errorcouldn't find key number in Secret ....
To Reproduce
The following will produce the issue
Expected behavior
If the pod hit an error, we need to update the Terraform status to
Failed
Current evaluations are only happening on the job, the job is not aware that pod is in that state. We probably need to validate the pod status as well
Possibly we need to do the pod evaluation when the job is in a running state
Versions
The text was updated successfully, but these errors were encountered: