chore: outputs which kube-context is being used for skaffold dev #8587
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #6861
Description
Outputs kube context on
skaffold dev
, which originally could only be seen with-v info
flag following the command.User facing changes
![Before](https://user-images.githubusercontent.com/32915154/227811907-205d7759-21e5-4bf4-9afd-300e7a29f2a6.png)
First line of output of
skaffold dev
is "Using kubectl context: " + kube context name.Before:
After:
![After](https://user-images.githubusercontent.com/32915154/227811912-c76dae30-1cd8-489c-b5a8-8ca88af9ec36.png)