kui
kui copied to clipboard
A hybrid command-line/UI development experience for cloud-native development
`kubectl get` drilldown to the sidecar, followed by a click of the edit button -- the resulting `kubectl edit` command ignores any context etc. arguments on the original `get` command...
Someone correct me If I am wrong. I have observed issue in this [components.md](https://github.com/kubernetes-sigs/kui/blob/master/docs/components.md) file. when I clicked on the some of components, these links are not working properly. ...
e.g. ```shell kubectl get deployment.apps/foo ``` then click on the foo row. this executes ```shell kubectl get deployment.apps/foo foo ``` which yields this error > error: there is no need...
Also for resources with only a last-applied-configuration annotation -- which we remove from the model for this view, hence we are left with the same no (remaining) annotations.
**Describe the bug** Kui hangs shortly after showing UI. Activity monitor shows 100% CPU use. This is a regression and/or broken config at my side, Kui used to work fine....
To do this, we would have to attach a file watcher on every yaml in the KUBECONFIG `f1:f2:f3`
And we used to have a long time ago a container status tab
the cmdline would be something like ```shell kubectl logs -l job-name=${thisJobName} ```