fix: check / wake up kube context if defined when running commands by lizardruss · Pull Request #2805 · devspace-sh/devspace
What issue type does this pull request address?
/kind bugfix
Please provide a short message that should be published in the DevSpace release notes
Fixed an issue where DevSpace would only check kubernetes client connectivity when running commands. It will now behave similarly to other devspace commands when a valid kube config is defined.
Resolves ENG-2856