Tim Bannister
8230d25180
Mark Docker as third-party software
...
As per the content guide, Docker is (essential) third party software.
Alternatives exist but Docker is certainly the most common tool used for
this kind of task.
Anyway, mark that it's third party.
2021-10-13 00:10:56 +01:00
Tim Bannister
0ce669e40d
Revise “Pull an Image from a Private Registry”
...
- link to new-style API reference
- call a manifest a manifest
- use tooltips where appropriate
- other general tidying
2021-10-13 00:10:06 +01:00
Tim Bannister
24dab6c202
Tidy task about PV reclaim policy
...
- Use new API reference shortcode
- Tweak What's Next subheading to be a plural
2021-10-12 21:36:37 +01:00
Tim Bannister
9d77a6bf22
Revise task for practising NGINX Ingress controller
2021-10-12 20:33:40 +01:00
Qiming Teng
59ad3d65b0
Tweak the kubelet in user namespace page
...
This PR fixes some nits in the page and adds some links for the
convenience of users.
2021-10-12 09:10:18 +08:00
Jesang Myung
56506ce8db
Update configure-gmsa.md
...
add start backquote in line 261. It was missing.
2021-10-11 03:05:25 +09:00
xiao.li
abadaf1ead
Fix the page links to a section that doesn't exist
2021-10-01 14:25:25 -07:00
Shannon Kularathna
d6345808f4
Add information to API evictions
2021-10-01 15:26:01 +00:00
Kubernetes Prow Robot
e4e0bf43a8
Merge pull request #29102 from hoskeri/encrypt-data-doc
...
encrypt-data: Don't recommend AES-CBC
2021-09-30 14:27:15 -07:00
Kubernetes Prow Robot
4321ffd6d7
Merge pull request #29768 from radva/patch-1
...
Update translate-compose-kubernetes.md
2021-09-28 17:31:31 -07:00
Kubernetes Prow Robot
fc04dbea45
Merge pull request #29748 from JacobValdemar/patch-1
...
Remove unessesary indentation on code
2021-09-28 05:34:42 -07:00
Paco Xu
39d0870882
Add safe sysctl net.ipv4.ip_unprivileged_port_start
...
https://github.com/kubernetes/kubernetes/pull/103326
2021-09-28 14:46:25 +08:00
Jesse Butler
b940dce478
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-09-22 10:51:02 -04:00
Kubernetes Prow Robot
cfd025c0ac
Merge pull request #29682 from AkihiroSuda/minikube-rootless-docker
...
kubelet-in-userns.md: update for minikube
2021-09-22 02:50:02 -07:00
radva
5d0c9eae0e
Update translate-compose-kubernetes.md
...
update to latest release version since version 1.22 doesn't support 3.8
2021-09-21 17:53:57 +02:00
Jacob Valdemar
c724a097bd
Add Line Break element after tab widget
2021-09-21 07:09:11 +02:00
silenceshell
064d6676d1
kubeadm upgrade to latest patch release, not latest stable
2021-09-21 10:23:14 +08:00
Kubernetes Prow Robot
b56a0db979
Merge pull request #28355 from Kartik494/ingressControllerNamespace
...
Updating documentation to show ingress pods are deployed in ingress-nginx namespace for minikube v1.19.0 or later
2021-09-20 18:22:23 -07:00
Jacob Valdemar
0e47e6de2b
Merge branch 'main' into patch-1
2021-09-19 22:24:31 +02:00
Jacob Valdemar
2cac383a7c
Undo "Add another newline after the tab widgets"
2021-09-19 22:17:40 +02:00
Jacob Valdemar
cc8bda3f41
Add another newline after the tab widgets
2021-09-19 22:07:09 +02:00
Jacob Valdemar
483779104b
Undo accidental change to tabs name
2021-09-19 18:01:51 +02:00
Jacob Valdemar
6b610b8e33
Remove prefixed spaces in code environment
2021-09-19 17:55:11 +02:00
silenceshell
160d68bd43
kubeadm-upgrade should upgrade to current branch version other than the latest version
2021-09-19 11:00:41 +08:00
Kubernetes Prow Robot
fa882c6ac3
Merge pull request #29394 from Patil2099/cascade-fix
...
Replace cascade=false -> cascade=orphan
2021-09-14 17:46:41 -07:00
Shubham Kuchhal
2a6272ddf8
Fixed the link for Exemptions.
2021-09-14 18:18:31 +05:30
Akihiro Suda
bc0a2487f8
kubelet-in-userns.md: update for minikube
...
minikube now supports Rootless Docker driver.
minikube internally sets the KubeletInUserNamespace feature gate automatically
for supporting Rootless Docker driver.
https://minikube.sigs.k8s.io/docs/drivers/docker/
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2021-09-14 16:54:05 +09:00
Zovin Khanmohammed
c189c2d162
Update docs to reflect newly support shells with autocompletions ( #29610 )
...
* Update docs to reflect newly support shells with autocompletions
* Update Windows docs to use Powershell instead of zsh
* Adds a bit more explanation of the different lines.
* Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com >
* Apply PR suggestions
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-09-12 02:56:06 -07:00
Kubernetes Prow Robot
558f36cfe6
Merge pull request #28720 from anubha-v-ardhan/patch-2
...
Replace ha-master-gce.png with SVG
2021-09-10 03:27:59 -07:00
Anubhav Vardhan
c9568cbaaf
Update highly-available-control-plane.md
2021-09-10 09:44:25 +05:30
Anubhav Vardhan
2e361073b1
Update highly-available-control-plane.md
2021-09-09 20:20:49 +05:30
Sascha Grunert
c86b8a3e43
Add docs about auth differences between Docker and Kubernetes
...
The interpretation between Docker and Kubernetes varies when comparing
its implementations. This allows different use cases and should be
documented accordingly.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
Co-authored-by: Geoffrey Cline <gcline@amazon.com >
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2021-09-09 09:20:38 +02:00
Kartik Sharma
bd8f97816a
Merge branch 'main' into ingressControllerNamespace
2021-09-09 08:40:39 +05:30
Shubham
975bd9e9b7
Improvement: Remove Heapster content from HPA. ( #29547 )
...
* Improvement: Remove Heapster content from HPA.
* Add more descriptive link for Metrics Server.
2021-09-08 18:20:10 -07:00
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
Kubernetes Prow Robot
c596818637
Merge pull request #29549 from rf232/patch-1
...
Remove rf232(myself) from reviewers
2021-08-29 19:30:53 -07:00
S Nitesh Singh
1016cd383d
fix broken link in install kubectl windows page
2021-08-27 23:10:48 +05:30
Maria Camacho
f1b99bb92d
Update static-pod.md
...
Added a missing verb and full stop.
2021-08-26 19:30:42 +03: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
87235b508d
Merge pull request #29311 from mengjiao-liu/update-githubbranch-param
...
Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value
2021-08-16 06:03:18 -07:00
Kubernetes Prow Robot
ff44f2996b
Merge pull request #28978 from wesleyw72/cpu-management-burstable-cfs
...
Clarify that burstable pods also have their limit enforced by CFS quota
2021-08-15 03:39:46 -07:00
Kubernetes Prow Robot
cc493080cd
Merge pull request #29288 from dimabru/patch-1
...
docs: Update custom-resource-definition-versioning.md
2021-08-14 23:43:46 -07:00
Pankaj Patil
b4ef0b940e
Replace cascade=false -> cascade=orphan
2021-08-14 20:27:40 +05:30