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

Upgrade ocp exec command to the latest version #522

Merged
merged 1 commit into from
Jul 26, 2022

Conversation

pjgg
Copy link
Contributor

@pjgg pjgg commented Jul 26, 2022

Summary

Current ocp exec command is throwing the following warning

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

This commit updates this command by the suggested way

Please check the relevant options

  • Refactoring

Checklist:

current ocp exec command is throwing the following warning

`kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.`
This commit updates this command by the suggested way
@pjgg pjgg requested a review from michalvavrik July 26, 2022 10:58
Copy link
Member

@michalvavrik michalvavrik left a comment

Choose a reason for hiding this comment

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

LGTM

@michalvavrik michalvavrik merged commit 9ea2f61 into quarkus-qe:main Jul 26, 2022
@pjgg pjgg mentioned this pull request Jul 28, 2022
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.

2 participants