-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help access dashboard with v2 #4101
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: feloy The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## master #4101 +/- ##
==========================================
+ Coverage 46.35% 46.39% +0.03%
==========================================
Files 194 194
Lines 8922 8922
Branches 83 83
==========================================
+ Hits 4136 4139 +3
+ Misses 4532 4528 -4
- Partials 254 255 +1
Continue to review full report at Codecov.
|
@@ -31,6 +31,12 @@ Now access Dashboard at: | |||
[`http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/`]( | |||
http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/). | |||
|
|||
Or, if you are using the v2: | |||
|
|||
[`http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/`]( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'd have to add it also for latest v1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I'd rather mention v2 only in the README and move v1 access part to the docs. We could only mention that if you want to use v1
follow this guide.
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
No description provided.