We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
interLink/pkg/virtualkubelet/execute.go
Lines 615 to 618 in dc9f75b
In multicontainer pods, if a container fails, the pod phase should be set to "Failed".
Instead, the last container in the container status is granted the right to revert a "Failed" status to "Succeeded".
The text was updated successfully, but these errors were encountered:
Swap init_container and container statuses to workaround interTwin-eu…
b9a0161
…/interLink#303
dciangot
No branches or pull requests
interLink/pkg/virtualkubelet/execute.go
Lines 615 to 618 in dc9f75b
In multicontainer pods, if a container fails, the pod phase should be set to "Failed".
Instead, the last container in the container status is granted the right to revert a "Failed" status to "Succeeded".
The text was updated successfully, but these errors were encountered: