Commit Graph

656 Commits (fce4691e08d08b55ee0859986d6ebc30d40d65d0)

Author SHA1 Message Date
Kubernetes Prow Robot 01a668bfb4
Merge pull request #47023 from vinayakankugoyal/armor2
KEP-24: Graduate Kubernetes' support for AppArmor to GA.
2024-07-24 18:19:18 -07:00
Vinayak Goyal 87a705579f KEP-24: Graduate Kubernetes' support for AppArmor to GA.
Signed-off-by: Vinayak Goyal <vinaygo@google.com>
2024-07-24 23:17:07 +00:00
Aaina26 50bddee591 Fixed a dead link in AppArmor doc 2024-07-18 11:13:48 +05:30
windsonsea 860edc844f Clean up updating-configuration-via-a-configmap.md 2024-07-17 09:47:22 +08:00
Kubernetes Prow Robot 9b9259727a
Merge pull request #46140 from cjcullen/patch-3
Update hello-minikube.md
2024-07-10 08:57:57 -07:00
CJ Cullen a3e1fef3a0
Update content/en/docs/tutorials/hello-minikube.md
Co-authored-by: Shubham <shubham.kuchhal@india.nec.com>
2024-06-27 10:43:11 -07:00
Robin Wood 41ae34b988
tell the user to use their own name, not the example. (#44115)
* tell the user to use their own name, not the example.

The example command won't work if just copy/pasted, the name in it needs updating to the one in the user's environment.

* Update content/en/docs/tutorials/hello-minikube.md

Co-authored-by: lakshmi prasuna <thummala.prasuna@india.nec.com>

* Update hello-minikube.md

Fixing line styling

* Updated to use a note.

* Removing stray left over line

---------

Co-authored-by: lakshmi prasuna <thummala.prasuna@india.nec.com>
2024-06-14 05:10:57 -07:00
Kubernetes Prow Robot 714e0533af
Merge pull request #46639 from shayaniox/main
Modify registry.k8s.io/nginx-slim version from 0.8 to 0.24
2024-06-07 06:11:28 -07:00
Osama Dar c2650d69a9
Update hello-minikube.md
Update the tutorial instructions to get the correct pod name
2024-06-05 14:32:08 +02:00
shayan e9c7b069d5 Modify registry.k8s.io/nginx-slim version from 0.8 to 0.24 2024-06-04 11:10:02 +03:30
shayan d5b194da5b
Modify the image node-hello to hello-app (#46582) 2024-06-01 16:13:16 -07:00
Kubernetes Prow Robot 005a562f0c
Merge pull request #45878 from tomoaki-ii/revise-statefulset-tuto
Correcting scenario inconsistencies and output checks
2024-06-01 14:10:02 -07:00
Robert Cronin 990c64b145
Update node-hello image to Google's newer image 2024-05-29 22:50:38 +10:00
steve-hardman 465af1f284
Fix guidance regarding Service creation in tutorial
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-05-24 01:08:42 +01:00
steve-hardman 73f10efb0d
Fix guidance regarding Service creation in tutorial 2024-05-23 16:59:24 +01:00
axlrosen 5a85483ed5
Update hello-minikube.md
When I ran `kubectl get deployments`, it showed no available nodes. So I thought I did something wrong. Eventually I ran it again and it matched the expected output. So, I would like to add a helpful hint to the documentation.
2024-05-18 16:17:38 +01:00
Hamza Coşkun e4abc3028e
fix typo in connect-applications-service.md
was: 'a labels'
now: 'a label'
2024-05-17 09:43:00 +03:00
tomoaki-ii aae1fec45e
Update basic-stateful-set.md
Update to container images #642
2024-05-14 15:55:30 +09:00
tomoaki-ii 271d4ee007
Update basic-stateful-set.md
Update to container images  #572&640-642
2024-05-14 14:11:12 +09:00
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
CJ Cullen 1833b33d91
Update hello-minikube.md
Add warning about kubectl expose on agnhost
2024-04-15 11:49:29 -07:00
tomoaki-ii c25ab084b3
Update basic-stateful-set.md
Revise get statefulset web  #115-116
Revise container images  #640-642
2024-04-12 16:01:03 +09:00
tomoaki-ii 6324d6304c
Update basic-stateful-set.md
statefulset web revise
2024-04-12 09:29:30 +09: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