Commit Graph

43 Commits

Author SHA1 Message Date
Tim Bannister 1bd0de1919 Turn interactive tutorials into custom 404 pages
Katacoda has shut down for good, and we have not added a local /
in-project alternative playground in the time since. Serving a 404 helps
cement that these pages are no longer part of the site.
2024-05-11 19:04:35 +01:00
Aditya Samant 14bda6e902 Improved the Note at the start of the section by specifying the command to create the Service if not present.
Specified the Step 2 which was missing earlier.

Added the note inside a shortcode.
2024-01-16 15:27:50 +05:30
Kubernetes Prow Robot f4febd0922
Merge pull request #44151 from utkarsh-singh1/update-content-tutorial-kubernetes-basics
Fix markup for tutorials
2024-01-09 16:55:18 +01:00
utkarsh-singh1 6ad170bf17 Updated kubernetes tutorials from deploy-intro.html to update-intro.html
Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>
2023-11-30 12:00:37 +05:30
PranitRout07 ea1e980806 Assigned numbers to steps that were previously unlabeled.
Update content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html

Co-authored-by: Michael <haifeng.yao@daocloud.io>
2023-10-26 14:30:33 +05:30
steve-hardman da8f6e9a23 Fix sytle guide pending feedback 2023-09-28 12:55:11 +00:00
Kubernetes Prow Robot 462a4f7700
Merge pull request #41260 from fyu17/patch-1
Update expose-intro.html to add notes for minikube tunnelling with Docker
2023-09-24 01:42:56 -07:00
Fucheng Yu e08eb51af4
Update content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html
Co-authored-by: Nate W <natew@cncf.io>
2023-09-15 22:45:53 -04:00
Fucheng Yu 4b13a93940
Update content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html
Co-authored-by: Nate W <natew@cncf.io>
2023-09-15 22:45:45 -04:00
Fucheng Yu c89260f3f6
Update expose-intro.html 2023-09-07 22:07:19 -04:00
Fucheng Yu b7d0e96c9f
improve styling 2023-09-07 21:16:39 -04:00
Mauren Berti 9c0d101871
Fix link and add anchor to navigate to specific section.
Fix the target link in the expose-intro tutorial and add an anchor to deploy-intro so the link points to the specific page location.
2023-06-27 11:24:34 -04:00
Mauren Berti 0924c73c8f
Change from review: add a link to the previous tutorial.
* Include a link that points to the tutorial where the deployment in question was originally created, to allow the reader a better flow between tutorials.
2023-06-27 11:17:49 -04:00
Mauren Berti ad0169b0da
Remove reference to interactive tutorial in expose-intro.html
Remove reference to interactive tutorial in expose-intro.html as this is not going to be run from an interactive platform such as Katacoda anymore, but in the user's local workstation.
2023-06-15 15:23:31 -04:00
Mauren Berti bbbdb79885
Remove dangling </div> element.
Remove a dangling </div> element that is causing the following pages to break rendering:
* tutorials/kubernetes-basics/create-cluster/cluster-interactive.html
* tutorials/kubernetes-basics/deploy-app/deploy-interactive.html
* tutorials/kubernetes-basics/explore/explore-interactive.html
* tutorials/kubernetes-basics/expose/expose-interactive.html
* tutorials/kubernetes-basics/scale/scale-interactive.html
* tutorials/kubernetes-basics/update/update-interactive.html
2023-06-08 14:23:44 -04:00
Fucheng Yu af59b62a00
Update expose-intro.html
Adding node for minikube tunnelling with Docker
2023-05-22 04:19:01 -04:00
Tim Bannister 252bcf6c29 Adapt Kubernetes basics tutorials for local use
Avoid relying on Katacoda.

Co-authored-by: Divya Mohan <divya.mohan0209@gmail.com>
2023-03-28 15:23:31 +01:00
Tim Bannister 3e5196834d Mark Kubernetes basics tutorials missing
No more Katacoda.
2023-03-28 15:23:31 +01:00
Nate W 26b24d762f Adding katacoda removal notices on pages with interactive tutorials
Signed-off-by: Nate W <natew@cncf.io>
2023-03-24 17:38:38 -07:00
Nikita Rybak 1dc0caa4bf Remove an incorrect warning when using katacoda tutorials
Signed-off-by: Nikita Rybak <nikita.rybak@gmail.com>
2023-01-02 18:28:40 +11:00
Tim Bannister ce46f1ca74 Move "Connecting Applications with Services" to tutorials section
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-11-09 22:31:05 +00:00
Kubernetes Prow Robot 1e1fd08cd5
Merge pull request #36498 from Krishnamohan-Yerrabilli/new_branch
Fix grammar in Using a Service to Expose Your App tutorial
2022-10-22 02:07:56 -07:00
Krishnamohan Yerrabilli 4594d02f8d
Update content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html
Suggestions applied

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-10-22 14:27:53 +05:30
Shivansh Yadav d75f302c1f
fix: CSS inconsistencies between docs/tutorials/kubernetes-basics and… (#34188)
* fix: CSS inconsistencies between docs/tutorials/kubernetes-basics and the rest of the pages

* fix: remove blank lines
2022-10-02 09:40:13 -07:00
Krishnamohan Yerrabilli 9bedc37607
Update expose-intro.html 2022-08-30 14:29:18 +05:30
Kubernetes Prow Robot d441837c51
Merge pull request #33880 from JohnTitor/patch-1
Fix some minor typos on expose-intro.html
2022-06-01 21:11:45 -07:00
Yuki Okushi d8f20c9e5b
Fix some minor typos 2022-06-02 06:57:20 +09:00
Tim Bannister a7c5ec8eda
Extend Katacoda removal warning
Also cover HTML-based interactive tutorials that do not launch Katacoda
from a button. This commit only updates the English localization.
2022-05-29 14:17:54 +01:00
Claudia J. Kang d534f730cf Fix the missing termination character with HTML5 named character reference
The HTML5 named character reference such as '&gt', '&lt' should be terminated
with semicolon character. This commit fixes the missing termination character
with the kubernetes-basics tutorials.
2021-08-01 00:05:16 +09:00
able.lv d439e57224 Fix a code block format in expose-intro.html 2021-07-22 19:40:05 +08:00
tylerphilips be1f5e6b35 update kubernetes-basics buttons 2021-06-25 20:53:28 -04:00
tylerphilips 7a02a387dc Added navigation buttons for training modules 1 to 4 2021-06-04 20:53:33 -04:00
Kubernetes Prow Robot ee85c6c6c6
Merge pull request #25488 from prankul88/expose-service-update
Update expose service intro
2021-03-17 15:07:19 -07:00
Mehmet Efe Umit 364b9e9f5d Replaced the Old Diagrams in Expose Intro Page 2020-12-25 16:52:18 +03:00
prankul88 613cb9d4f3 Update expose service intro 2020-12-08 14:54:49 +05:30
Ben Hall 040afda42a Remove Roboto from English docs
Signed-off-by: Ben Hall <ben@benhall.me.uk>
2020-09-09 08:52:21 +01:00
Tim Bannister 49eee8fd3d
Revise Pod concept (#22603)
* Revise Pod concept

Adapt the existing Pod documentation to suit the Docsy theme, by
promoting the Pod concept itself to /docs/concepts/workloads/pods/

Following on from this, update the Pod Lifecycle page to cover the
lifecycle of a Pod and follow on directly from the Pod concept,
for readers keen to understand things in detail.

This change also removes the automatic contents list from the Pod
overview page. Instead, the new page links to all the pages
inside the Pod section.

* Update links to Pod concept

Link to updated content

* Incorporate Pod concept suggestions

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Revise StatefulSet suggestion for Pod concept

Co-authored-by: Celeste Horgan <celeste@cncf.io>

Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-26 20:18:16 -07:00
Vinicius Barbosa 740e53d1e1
Update expose-intro.html (#19637) 2020-03-15 01:32:34 -07:00
Robin Dupret 9b55294ae4 Fix a broken anchor (#12215)
The title of this section has been changed so since the anchor is
automatically computed, links were broken.

Stems from da9722af.
2019-01-14 17:28:04 -08:00
Andrew Chen 2fc30aab67 Remove distracting, superfluous links from Learn Kubernetes Basics (#11593) 2018-12-06 18:36:02 -08:00
Ernesto Hegi 9c53721234 Update expose-intro.html (#11309)
Replaces the word fungible with an easier to read synonym like exchangeable.
2018-11-26 21:16:15 -08:00
June Yi 76c65a8418 Use absolute URLs and avoid aliases in the tutorial (#10924) 2018-11-13 17:36:06 -08:00
Steve Perry 21fd86ed4b Fix up Tutorials landing page and Tutorials left nav. (#8557)
* Fix up Tutorials landing page and Tutorials left nav.

* Add redirects. Fix bullet.
2018-05-15 15:29:27 -07:00