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
Anything else we need to know?:
I guess this is because the main container hasn't been created at the time the init container runs and so can't take the environment directly from it
What happened:
My init container doesn't get the transferred environment from the main container
What you expected to happen:
I expected the init container to get the environment
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
I guess this is because the main container hasn't been created at the time the init container runs and so can't take the environment directly from it
Environment:
Nothing special
Kruise version:
openkruise/kruise-manager:v1.0.0
Kubernetes version (use
kubectl version
):Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.4", GitCommit:"b695d79d4f967c403a96986f1750a35eb75e75f1", GitTreeState:"clean", BuildDate:"2021-11-17T15:48:33Z", GoVersion:"go1.16.10", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.5+k3s1", GitCommit:"405bf79da97831749733ad99842da638c8ee4802", GitTreeState:"clean", BuildDate:"2021-12-18T00:43:30Z", GoVersion:"go1.16.10", Compiler:"gc", Platform:"linux/amd64"}
Install details (e.g. helm install args):
kruise installed through official chart with no extra arguments
Others:
The text was updated successfully, but these errors were encountered: