kube-ops-view icon indicating copy to clipboard operation
kube-ops-view copied to clipboard

Kubernetes Operational View - read-only system dashboard for multiple K8s clusters

Results 81 kube-ops-view issues
Sort by recently updated
recently updated
newest added

Ops View has nice feature that it's easy filtering for pods. Problem is: It takes over keyboard too much. When I press `[1]` it filters for pod with `1` in...

Running the following command ``` docker run -it -p 8080:8080 -e CLUSTERS=http://docker.for.mac.localhost:8001 hjacobs/kube-ops-view ``` will give this error: ``` ERROR:kube_ops_view.update:Failed to query cluster docker-for-mac-localhost:8001 (http://docker.for.mac.localhost:8001): 401 Unauthorized (try 1, wait...

Metrics server is running fine with no warnings, installed with helm on k8s 1.11 ``` hostNetwork: enable: true args: - --logtostderr - --kubelet-insecure-tls=true - --kubelet-preferred-address-types=InternalIP image: tag: v0.3.1 ``` As...

Hi is there any UI enhancement for the project? Maybe forked project has done some work on it? Thanks

Hi! recently I released [KubeInvaders](https://github.com/lucky-sideburn/KubeInvaders) It can be useful for testing kube-ops-view and vice-versa ;)

# my https port is modified to 6443 not 443 ,how should i do ? ``` ERROR:kube_ops_view.update:Failed to query cluster 172-30-0-1:443 (https://172.30.0.1:443): 403 Forbidden (try 18, wait 63 seconds) 10.128.2.1...

question

I came across a mismatch between the announced version on https://github.com/hjacobs/kube-ops-view/blob/master/app/package.json#L3 is 1.0.0 and the tagged release version (0.11). Is the upper version being maintained, so that it can be...

Browser: Firefox 65.0.1 (64-bit) OS: Linux When attempting to view the dashboard on a high resolution screen the dashboard appears blank after flashing `Loading...` in the top corner When checking...

The helm chart when installed doesn't install a service account, clusterrole or clusterrole binding https://github.com/helm/charts/tree/master/stable/kube-ops-view After installing the chart you can't do anything, as the deployment runs under the default...