kui icon indicating copy to clipboard operation
kui copied to clipboard

A hybrid command-line/UI development experience for cloud-native development

Results 52 kui issues
Sort by recently updated
recently updated
newest added

`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...

kind/bug
plugin-kubectl

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. ![kui](https://user-images.githubusercontent.com/98871024/190558348-bd46223f-5c5f-4e8d-aefa-18c6452541f8.PNG)...

kind/bug
help wanted
kind/documentation

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...

kind/bug
plugin-kubectl

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.

kind/bug
plugin-kubectl

**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....

kind/bug

To do this, we would have to attach a file watcher on every yaml in the KUBECONFIG `f1:f2:f3`

kind/bug
plugin-kubectl

And we used to have a long time ago a container status tab

kind/feature
plugin-kubectl

the cmdline would be something like ```shell kubectl logs -l job-name=${thisJobName} ```

kind/feature
plugin-kubectl