Commit Graph

189 Commits

Author SHA1 Message Date
Qiming Teng 58a00cfb36 Remove duplicated contents for accessing the API server
The topic of accessing the API server can be found in two places. This
is not good.
2022-03-25 18:48:27 +08:00
Thomas Güttler 2176c33e62
second yaml snippet was not alligned to first one
This snippet had less indentation then the previous.

Now the second path is aligned to the second path
2022-03-21 21:15:38 +01:00
Qiming Teng cce96ae367 Migrate access cluster service page
The acess-cluster-service page, has nothing to do with administering a cluster.
A better home for this page should be the `/docs/tasks/access-application-cluster` subdirectory instead.
2022-03-16 16:45:10 +08:00
Tim Bannister 73cd38cdc6 Move kubectl overview to be section index
Also:
- use glossary definition in page introduction
- tidy broken link in What's Next section
- update links to refer to moved page
2022-03-03 10:03:00 +00:00
Jordan Liggitt 3d15ef3810 Stop recommending people scrape auto-generated service account tokens 2022-02-23 13:28:02 -05:00
Shu Muto c1da5f25ab
Update reviewers from SIG-UI
Also, bump kubernetes dashboard to v2.5.0.
2022-02-15 11:18:14 +09:00
Kubernetes Prow Robot 9118ba9df6
Merge pull request #31019 from championshuttler/fixLink
Fix the link to access cluster service in docs
2022-01-04 12:36:08 -08:00
Alex McCarthy f424739d9c
Fix grammar in kubernetes dashboard docs
Start a new sentence after a period.
2021-12-31 07:06:04 -10:00
Shivam Singhal 5fee22b574 Fix the link to access cluster service in docs 2021-12-18 12:25:34 +02:00
Kubernetes Prow Robot 24c84387ac
Merge pull request #29078 from vaibhav2107/cluster-services
Remove the duplicate content from access-cluster.md
2021-12-05 19:22:32 -08:00
Mohit Sharma 1660298346
fixed the list container images by pod section (#30207)
Signed-off-by: Mohit Sharma <imoisharma@icloud.com>
2021-12-05 17:18:32 -08:00
Vaibhav e8ff60d0e9 Update the reference statement in access-cluster-services.md 2021-11-18 10:49:08 +05:30
sandipanpanda 7a513e6dee
Fix broken anchor link of #type-nodeport in service.md (#30388)
* Fix broken anchor link of #type-nodeport in service.md

* Update anchor link from #nodeport to #type-nodeport

Update anchor link from #nodeport to #type-nodeport in overview.md

* Update anchor link from #nodeport to #type-nodeport

Update anchor link from #nodeport to #type-nodeport in ingress.md

* Update anchor link from #nodeport to #type-nodeport

Update anchor link from #nodeport to #type-nodeport in troubleshooting-kubeadm.md

* Update anchor link from #nodeport to #type-nodeport

Update anchor link from #nodeport to #type-nodeport in connecting-frontend-backend.md

* Update anchor link from #nodeport to #type-nodeport

Update anchor link from #nodeport to #type-nodeport in source-ip.md
2021-11-12 08:02:28 -08:00
Kubernetes Prow Robot dfbb64991f
Merge pull request #30117 from ztzxt/patch-1
Bump dashboard version to 2.4.0 from 2.3.1
2021-11-06 19:26:51 -07:00
Guangwen Feng 5a92aaf08b Fix typo
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-11-02 13:38:41 +08:00
ztzxt c864a62dff
Bump dashboard version to 2.4.0 from 2.3.1 2021-10-17 13:28:03 +03:00
Tim Bannister 9d77a6bf22 Revise task for practising NGINX Ingress controller 2021-10-12 20:33:40 +01:00
Kartik Sharma bd8f97816a
Merge branch 'main' into ingressControllerNamespace 2021-09-09 08:40:39 +05:30
Kubernetes Prow Robot af7f06193f
Merge pull request #27182 from sftim/20210323_update_task_create_external_load_balancer
Reword “Create an External Load Balancer” task
2021-09-08 17:54:11 -07:00
Michael McQuade 2aca8f917c
Use correct namespace
The namespace for this is `ingress-nginx`
2021-09-03 14:24:17 -05:00
Kubernetes Prow Robot d0959ca3f4
Merge pull request #29526 from tylerauerbeck/fix-dashboard-proxy
Fix proxy url to expose dashboard
2021-08-30 07:16:54 -07:00
Rob Franken b2f9611849
Remove rf232(myself) from reviewers
I have not been involved in kubernetes dashboard development for years
2021-08-26 13:23:51 +02:00
Tim Bannister 8563416062
Fix typo
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-08-24 23:59:23 +01:00
Tyler Auerbeck 08121d0c59 Fix proxy url to expose dashboard 2021-08-24 16:06:35 -04:00
Tim Bannister 289295c46c Update Dashboard task title and description 2021-08-23 22:57:03 +01:00
Tim Bannister 950600c510 Reword Dashboard task 2021-08-23 22:56:48 +01:00
Kubernetes Prow Robot 116839a094
Merge pull request #29316 from sysnet4admin/patch-2
Update web-ui-dashboard.md
2021-08-20 18:25:59 -07:00
Kubernetes Prow Robot 96069e6a32
Merge pull request #28607 from kahirokunn/patch-1
fix: k8s dashboard link.
2021-08-12 08:23:48 -07:00
Hoon Jo 11c7b70b41
Update web-ui-dashboard.md
I rquest to update dashboard/v2.3.1 from v2.2.0

Refer to below 
https://github.com/kubernetes/dashboard
2021-08-10 18:51:23 +09:00
Tim Bannister 39f2c3860d Reword “Create an External Load Balancer” task
- general cleanup
- update sample output
- use more tooltips
- avoid specifying specific cloud providers

The website repo doesn't maintain a definitive list of cloud providers that
pass Kubernetes conformance tests. It's certainly more than AWS and GCP as
the previous revision stated.
2021-07-24 02:19:40 +01:00
Vaibhav 816a5debe8 Remove the duplicate content from access-cluster.md 2021-07-22 18:54:41 +05:30
kahirokunn e6271ef41b
fix: k8s dashboard link.
k8s dashboard required https.
http does not currently have a corresponding endpoint.
So if you try to access it like this, you will get an error: "no endpoints available for service".
2021-06-24 21:54:12 +09:00
Shubham Kuchhal 21ca9a224f Add MongoDB deployment and service. 2021-06-21 18:27:52 +05:30
Grace Nguyen 04d0c72c32
Kube config warnings for code execution (#28248)
* Update configure-access-multiple-clusters.md

* Rewording kubeconfig warning

* Tabitha's suggestion

Co-authored-by: Tabitha Sable <51767484+tabbysable@users.noreply.github.com>

* Re-order sentences

* Copy update

Co-authored-by: Tabitha Sable <51767484+tabbysable@users.noreply.github.com>
2021-06-20 07:12:51 -07:00
Kubernetes Prow Robot 5dfcf92490
Merge pull request #28447 from tengqm/fix-file-modes
Remove exec permission on markdown files
2021-06-17 19:04:04 -07:00
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00
Qiming Teng 8282ae39a9 Fix some links in the tasks section
This PR fixes some links and typesetting nits in the tasks section.
There is no fundamental changes to the content.
2021-06-14 21:06:10 +08:00
kartik494 b16ccb3d1d Adding output for ingress-nginx namespace 2021-06-11 12:00:27 +05:30
Kubernetes Prow Robot 1f70fdbf44
Merge pull request #28030 from ms-choudhary/fix-list-images
Fix list all uniq container images
2021-06-05 06:16:38 -07:00
ms-choudhary e4550dc620 Fix: List all unique container images 2021-05-21 13:38:42 +05:30
Kubernetes Prow Robot 731cd8c138
Merge pull request #27885 from jihoon-seo/210506_Remove_duplicate_code_block
Remove duplicate code block
2021-05-18 07:53:31 -07:00
Ludovit Scholtz 61b73cede4
update dashboard version to 2.2.0 2021-05-12 16:35:26 +02:00
Jihoon Seo e2dfeef40a Remove duplicate code block 2021-05-06 09:50:40 +09:00
Kubernetes Prow Robot 6131c455fd
Merge pull request #26659 from jailton/en/docs/tasks
Update content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md
2021-03-26 04:44:43 -07:00
Kubernetes Prow Robot ec4840824d
Merge pull request #26472 from kbhawkey/cleanup-usage-just
clean up use of word: just
2021-03-26 04:34:43 -07:00
Derek Tamsen 525192372f
chore(access-cluster): update references of port_name to include usage of port number 2021-03-18 17:52:01 -07:00
Karen Bradshaw 3ff5ec1eff clean up use of word: just 2021-03-17 19:57:40 -04:00
Jailton Lopes 9068e70716
Update content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md
Update page port-forward-access-application-cluster.md to use MongoDB
examples instead of Redis examples

Commit 99029b9 removes the Redis examples.

Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-02-21 20:18:25 -03:00
Karen Bradshaw 3fd65482e8 clean up use of word: simply 2021-02-07 12:15:29 -05:00
Leonardo Murillo f7b29716fd
Enhancements in clarity to access-application-cluster/connecting-frontend-backend.md (#25927)
* Enhancements in clarity to docs/tasks/access-application-cluster/connecting-frontend-backend.md

* Code review comments

* Reverting name of service due to backed value in Dockerimage
2021-01-13 17:47:03 -08:00