Dennis Schubert
f69cbbde73
Show the correct proxy URL in the deploy-intro.
2024-03-21 20:32:08 +01: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
Haripriya
5d1eb2af2a
added note
2023-12-07 00:27:29 +05:30
Aditya Samant
65e1dc9059
Issue 40645 - Added a note about minikube tunnel for Docker Desktop
2023-12-06 18:22:05 +05:30
Aditya Samant
81a6077759
43256 - Changes to consolidate and streamline Kubernetes basics tutorials to avoid redundancy and confusion
2023-12-06 16:59:08 +05:30
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
Delta X
310a1221ac
[en] Update cluster-level-pss.md show the code sample what user will apply
...
Add code sample link to show what user will apply.
2023-11-30 01:22:58 +08:00
Robin Wood
8f1c455717
show the output from metrics server
...
It seems a shame to install it and then not show it in use. The first thing I did after installing it and then seeing the next command was to uninstall it was to go and google what it is and how to get data from it.
2023-11-28 10:35:08 +00:00
pranav-pandey0804
8dd8d4a06d
Capitalized the required words
2023-11-22 19:59:29 +05:30
Tim Bannister
13039d826c
Switch StatefulSet tutorial to HTTP manifest source
...
kubectl can apply manifests direct from the web; let's teach that.
2023-11-17 19:00:24 +00:00
DeltaX
9c29ea92e9
Fix scale-intro.html outputs indentations of terminal.
...
Fix command code block without line break
Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2023-11-16 17:13:18 +08:00
yanggang
ad52e828b5
Fix KinD typos in en docs.
...
Signed-off-by: yanggang <gang.yang@daocloud.io>
2023-11-08 22:12:26 +00:00
dancer13
1d7e34fcf2
refactor(content.en.docs.tutorials.security.SecComp): add sha to kindes/node image
2023-10-31 09:48:12 +01:00
dancer1325
7df7e9dd7e
fix(content.en.docs.tutorials.security.SecCommp): switch to newer kindes/node version
2023-10-30 18:17:20 +01:00
PranitRout07
5c49e610e3
Changed yellow color to orange color for better visibility
2023-10-28 16:19:00 +05:30