chore: outputs which kube-context is being used for skaffold dev - #8587
chore: outputs which kube-context is being used for skaffold dev#8587riyamittal009 wants to merge 1 commit into
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
skaffold dev|
Hi @riyamittal009 , skaffold released a new schema since pr is created, this causes ci fail. Could you rebase your pr? |
|
Hey @riyamittal009, just a friendly ping about previous comment. Thanks a lot! 😄 |
|
Just rebased! :) |
Fixes: #6861
Description
Outputs kube context on
skaffold dev, which originally could only be seen with-v infoflag following the command.User facing changes

First line of output of
skaffold devis "Using kubectl context: " + kube context name.Before:
After:
