Commit Graph

634 Commits (1bd0de1919a1032f48f1624bd4a3806835f1a5df)

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
windsonsea 983eab4732 Fix lists in apparmor.md 2024-05-10 16:22:33 +08:00
Kubernetes Prow Robot 6d0046600f
Merge pull request #45549 from mietnik/patch-2
check-service-exists
2024-05-03 20:48:41 -07:00
Kubernetes Prow Robot ea4444a849
Merge pull request #43214 from shannonxtreme/apparmor-seccomp
Add new page for kernel-level constraints
2024-04-30 04:56:15 -07:00
Javad Ebadi f140892cfc
Improve Kubernetes tutorial around explaining Services (#43503)
* Adds a new lines to documents explaining that this section assumes we have created a kuberentes-bootcamp service with LoadBalancer type

* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>

* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>

* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>

* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Rephrase

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update scale-intro.html

Fixed typo: Sservice -> service

---------

Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-26 09:05:33 -07:00
Tim Bannister 487b7b17a2 Revise StatefulSet tutorial
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Divya Mohan <divya.mohan0209@gmail.com>
2024-04-22 09:48:30 +01:00
Tim Bannister 6385a62747 Ready Hello, Minikube page for vanilla Docsy 2024-04-20 20:40:54 +01:00
Kubernetes Prow Robot 61f8737cbd
Merge pull request #44540 from adityasamant25/configmaps-secrets
Document updating configuration via a ConfigMap
2024-04-17 14:13:26 -07:00
Shannon Kularathna 610753c768 Add page for kernel-level security concepts 2024-04-17 17:00:13 -04:00
Aditya Samant 3efc5cde2f
Updating Configuration via a Configmap
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-05 09:16:51 +05:30
Oluebube Princes Egbuna 0568c8af60 Merge remote-tracking branch 'upstream/main' into dev-1.30 2024-03-26 08:40:45 +01:00
Dennis Schubert f69cbbde73
Show the correct proxy URL in the deploy-intro. 2024-03-21 20:32:08 +01:00
Tim Allclair 4f11f83a45 AppArmor v1.30 docs update 2024-03-19 14:25:06 -07:00
mietnik ef8ca3629f
check-service-exists
Following tutorial step by step at this point service is not defined
2024-03-14 11:49:04 +00:00
Kubernetes Prow Robot f48e66caa7
Merge pull request #45471 from tallclair/apparmor
Refresh AppArmor documentation
2024-03-13 02:49:45 -07:00
Tim Allclair e6be053f74 Make AppArmor docs conform to style guide 2024-03-08 10:52:16 -08:00
Tim Allclair 49ace75b78 Refresh AppArmor documentation 2024-03-07 16:05:43 -08:00
Kubernetes Prow Robot 812a59bdfd
Merge pull request #44885 from pedantic-git/patch-1
Edit docker-specific image  name
2024-03-04 06:47:51 -08:00
Kubernetes Prow Robot 85c7968840
Merge pull request #44767 from Gauravpadam/20240116_scale_intro_styling_fix
Styling improvements for scale-intro.md
2024-02-13 22:16:11 -08:00
David M. Lentz 1a509fd3e4
Update deploy-intro.html
Fix typo
2024-01-24 20:08:15 -07:00
Quinn 5f0c60e0d6
Edit docker-specific image name
This documentation failed for me because I was running Minikube on Podman Desktop, and the image name `jocatalin/kubernetes-bootcamp` assumed that the registry was `docker.io`.

I think this slight modification would work for Docker and Podman alike. Let me know if you agree!
2024-01-24 17:28:59 +00:00
John Huang dc66ef3554
Add comments on Tutorial for not working on ARM architecture cluster (#44279)
* Add comments on Tutorial  for not working on ARM architecture cluster

* Update deploy-intro.html

* Update content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html

Co-authored-by: Tim Bannister <tim@scalefactory.com>

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-01-21 21:53:44 +01:00
Gauravpadam 181cbe0aa7 Styling improvements for scale-intro.md 2024-01-17 11:24:53 +05:30
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
John Gaughan 22de82adbd
Add clause about waiting for new pods before removing old ones
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-01-10 21:59:51 -05:00
John Gaughan 4f4519d245
Clarify explanation of rolling updates
I was tripped up while reading the paragraph that explains what a rolling update is and how it works. This commit makes some small phrasing and grammatical changes to make the explanation easier to read. 

Importantly, it replaces the word "updates" with "replaces", since rolling updates create *new* pods which replace the old ones, rather than updating the current pods.
2024-01-09 17:41:52 -08:00
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
Kubernetes Prow Robot bf40e12353
Merge pull request #44234 from adityasamant25/issue-43256
Improve user guidance in Kubernetes basics tutorials
2024-01-07 23:13:25 +01:00
Tim Bannister ca37e9ac68 Revise StatefulSet tutorial updates advice 2024-01-02 11:14:52 +00:00
John Gaughan 88820251b4
Grammar corrections 2023-12-30 17:17:02 -08:00
Kubernetes Prow Robot eabc417dc4
Merge pull request #44241 from haripriya9647/note
Add note to specify only AMD64 compatibility for example image
2023-12-28 14:59:24 +01:00
Kubernetes Prow Robot b57d839f8f
Merge pull request #44432 from sftim/20231219_revise_statefulset_tutorial
Write headings in sentence case for StatefulSet tutorial
2023-12-22 04:27:22 +01:00
Kubernetes Prow Robot 69d7cef2bb
Merge pull request #44402 from rohan-kapse/patch-9
Fix incorrect redirection for "PersistentVolumes" in "Running ZooKeeper"  tutorial
2023-12-22 04:21:31 +01:00
Kubernetes Prow Robot 337ef041fd
Merge pull request #44396 from tchiaspko/patch-1
Update configure-redis-using-configmap.md
2023-12-22 02:15:13 +01:00
Tim Bannister a0433c9a40 Write headings in sentence case 2023-12-20 15:14:16 +00:00
Haripriya f55c69129a updated note 2023-12-20 20:22:49 +05:30
Kubernetes Prow Robot 2af6d25176
Merge pull request #44036 from pranav-pandey0804/updated_source-ip__page
Capitalized the required words
2023-12-19 03:28:04 +01:00
Kubernetes Prow Robot d723817b6a
Merge pull request #44390 from sftim/20231216_revise_statefulset_tutorial
Add comments to shell snippets in StatefulSet tutorial
2023-12-18 01:38:28 +01:00
Kubernetes Prow Robot 87618b516c
Merge pull request #44116 from digininja/patch-2
show the output from metrics server
2023-12-18 01:12:08 +01:00
Rohan Kapse baa9da8695
Update zookeeper.md 2023-12-18 02:39:32 +05:30
Tim Bannister 939c2f5990 Add comments to shell snippets
Use POSIX-compatible comments to explain the context and expectations to
the person following the tutorial.
2023-12-17 17:10:11 +00:00
Tony Chia bd2c8d05c6
Update configure-redis-using-configmap.md
Fix missing configMap parent key
2023-12-16 21:13:25 -08:00
Haripriya b8c2e02763 note 2023-12-14 22:38:07 +05:30
Haripriya 6165f83b98 added note 2023-12-14 22:27:34 +05:30
Kubernetes Prow Robot c0648857e2
Merge pull request #43719 from PranitRout07/test1
Improve visibility for tutorial diagrams through color change
2023-12-09 20:50:40 +01:00
Kubernetes Prow Robot 4c04be3030
Merge pull request #43984 from sftim/20231117_statefulset_changes
Switch StatefulSet tutorial to HTTP manifest source
2023-12-08 03:57:02 +01:00
lakshmi prasuna 5f77eb1ecd
added hyperlink for pod and updated with a note. (#44051) 2023-12-07 14:45:51 +01:00
Kubernetes Prow Robot 0398a27328
Merge pull request #43692 from PranitRout07/test
Fix missing Step labels in 'Using a Service to Expose Your App' tutorial
2023-12-07 14:35:57 +01:00
Kubernetes Prow Robot 2bb38cbd20
Merge pull request #42025 from shurup/tutorials-fix-hello-minikube
Internal link fix for the Hello Minikube tutorial
2023-12-07 11:35:21 +01:00
Dmitry Shurupov a76c8e718f Small fixes for the hello minikube tutorial
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-12-07 11:21:22 +07:00