Git Product home page Git Product logo

Comments (9)

tbox1911 avatar tbox1911 commented on June 8, 2024

set create rbac creation to true (in values.yaml)

rbac:
create: true

or create your ClusterRole/ClusterRoleBinding

from kube-ops-view.

tscswcn avatar tscswcn commented on June 8, 2024

ERROR:kube_ops_view.update:Failed to query cluster 10-96-0-1:443 (https://10.96.0.1:443): 403 Forbidden (try 864, wait 60 seconds)

from kube-ops-view.

tscswcn avatar tscswcn commented on June 8, 2024

set create rbac creation to true (in values.yaml)

rbac:
create: true

or create your ClusterRole/ClusterRoleBinding

not found this yaml file

from kube-ops-view.

tscswcn avatar tscswcn commented on June 8, 2024

still have issue and the rbac.yaml include clusterrole and clusterrolebing, pleas help

from kube-ops-view.

filipegalo avatar filipegalo commented on June 8, 2024

I'm also getting the same error mentioned above.
ERROR:kube_ops_view.update:Failed to query cluster 10-96-0-1:443 (https://10.96.0.1:443): 403 Forbidden (try 47, wait 63 seconds)

For what I understand, kube_ops_view doesn't have the permissions to query the Kubernetes API. Maybe something related to the ServiceAccount created ? I already tripled checked the configurations and all looks good.

Any ideas?

from kube-ops-view.

tscswcn avatar tscswcn commented on June 8, 2024

maybe the apiserver has issue. I have deployed the kube_ops well in the case . I still don't know how to debug, can anybody guild us on this?

from kube-ops-view.

tbox1911 avatar tbox1911 commented on June 8, 2024

hi,
what I do:

go to : https://github.com/helm/charts/tree/master/stable/kube-ops-view
download "values.yaml" file
change:

rbac:
  create: true

Install the helm;
helm install kube-ops-view stable/kube-ops-view -f values.yaml

to acces web interface, start kubectl proxy and open:
http://localhost:8001/api/v1/namespaces/default/services/http:kube-ops-view:/proxy/#

from kube-ops-view.

filipegalo avatar filipegalo commented on June 8, 2024

image

Now I'm getting a 404 using helm to deploy kube-ops-view

from kube-ops-view.

tbox1911 avatar tbox1911 commented on June 8, 2024

look like you miss the metric-server on your minikube.

try minikube addons enable metrics-server

and re-test

kubectl top pod should works

from kube-ops-view.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.