Code Monkey home page Code Monkey logo

Comments (4)

hbazerbashi avatar hbazerbashi commented on August 11, 2024

Hi,

I had a similar issue, and while reading a thread this comment actually solved my problem. So can you try adding a "/" at the end and try?

from eshopmodernizing.

lmiroslaw avatar lmiroslaw commented on August 11, 2024

from eshopmodernizing.

CESARDELATORRE avatar CESARDELATORRE commented on August 11, 2024

Why don't you simple use the following?:

CLI: kubectl proxy
Browser: http://localhost:8001/ui

from eshopmodernizing.

eiximenis avatar eiximenis commented on August 11, 2024

There are at least two bugs in different versions of k8s that result in the dashboard not accessible using http://localhost:8001/ui (which just performs a redirection)

One is solved appending a / at the end of the url once redirection is done (afaik happened in k8s 1.7.something)
Another is solved by changing the url section https:kubernetes-dashboard by http:kubernetes-dashboard (remove the s). Afaik this bug was in k8s 1.9.something

from eshopmodernizing.

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.