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

state-persistence.md : error in command "exec" #17

Open
StefH opened this issue Jul 1, 2023 · 0 comments
Open

state-persistence.md : error in command "exec" #17

StefH opened this issue Jul 1, 2023 · 0 comments

Comments

@StefH
Copy link

StefH commented Jul 1, 2023

The command:

kubectl exec -it redis-storage /bin/sh

shows this warning

kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.

Correct command is:

kubectl exec -it redis-storage -- /bin/sh
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

No branches or pull requests

1 participant