Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The following message is an error on the debug_pod() function: ``` 16:31:31 DEBUG: Pod cc-operator-controller-manager-67f7dff85b-qfnm4 16:31:31 + kubectl describe pods/cc-operator-controller-manager-67f7dff85b-qfnm4 '-n confidential-containers-system' 16:31:31 Error from server (NotFound): namespaces " confidential-containers-system" not found ``` It's passing '-n confidential-containers-system' as an single argument to kubectl rather two (kubectl [...] '-n confidential-containers-system' vs kubectl [...] -n confidential-containers-system). Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
- Loading branch information