Skip to content
New issue

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

fix: properly initialize key actions in picker #2586

Merged
merged 1 commit into from Mar 4, 2024

Conversation

nobbs
Copy link
Contributor

@nobbs nobbs commented Mar 4, 2024

This commit fixes a bug introcuded in v0.32.0 where the shell-in and attach commands would fail with a nil pointer exception for pods with more than one container.

Resolves #2585

This commit fixes a bug introcuded in v0.32.0 where the shell-in and
attach commands would fail with a nil pointer exception for pods with
more than one container.

Resolves derailed#2585
Copy link
Owner

@derailed derailed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nobbs Indeed! Very kind! Thank you for this update Alexej!

@derailed derailed merged commit b850775 into derailed:master Mar 4, 2024
3 checks passed
@nobbs nobbs deleted the fix/shellin branch March 4, 2024 21:22
@derailed derailed mentioned this pull request Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assignment to entry in nil map error when shell to default container
2 participants