kuill icon indicating copy to clipboard operation
kuill copied to clipboard

A multitenant UI for kubernetes.

Results 9 kuill issues
Sort by recently updated
recently updated
newest added

Does this configuration work for full kubernetes or OpenShift clusters? I ran both the kuill-dependencies and kuill-example-deployment scripts "as is" out of the box in our dev OpenShift cluster and...

```bash $ kubectl apply -f kuill-example-deployment.yml $ kubectl -n kube-system describe pod kuill-5b7bd6c875-lsbqc Name: kuill-5b7bd6c875-lsbqc Namespace: kube-system Node: kube-node-120/192.168.10.120 Start Time: Thu, 01 Feb 2018 16:58:51 +0800 Labels: name=kuill pod-template-hash=1636827431...

```bash $ helm install . --name kuill $ kubectl logs -f kuill-kuill-6697f6c9c4-bnn7v time="2018-02-01T11:17:23Z" level=warning msg="OpenID+Connect authenticator is not enabled; the following required flags were missing: oidc-provider-name, oidc-provider, public-url, oidc-client-secret, oidc-client-id"...

We should be able to list things like - total volume usage - mem usage - cpu usage - total resource counts - total pods

enhancement

Additional code-splitting or dependency culling is needed to get the main js bundle back under 500k.

As a cluster administrator, I want to view and edit resource quotas for individual namespaces. I should be able to easily locate them from the main dashboard (via the resource...

enhancement

Perhaps the kubernetes API doesn't work this way, and `kubectl` is just doing this for you?