Results 3 issues of mbhatia

Running the command: ```hubble observe --service namespace/service_name``` does not show any traffic pertaining to the service. bottom-left: hubble observe not working when using `--service` but works fine w/ `--pod` top-right:...

🐛 kind/bug
📬 kind/question

When creating a bootstrap token using `crit create token`, no output is returned to the user: ``` $ crit create token $ ``` This is inconvenient for the following reasons:...

enhancement

Given the following directory structure (default behavior of `crit up`), the `crit certs renew` command fails: ```sh /etc/kubernetes/ ├── admin.conf ├── controller-manager.conf ├── kubelet.conf ├── scheduler.conf ├── pki │   ├──...

bug