Ader
7add440eeb
install-kubeadm.md
...
* Uniform case and adjustment description for smoother writing.(Kubelet → kubelet)
2020-12-26 11:40:21 +08:00
Mehmet Efe Umit
364b9e9f5d
Replaced the Old Diagrams in Expose Intro Page
2020-12-25 16:52:18 +03:00
Qiming Teng
17bd7c1521
Resync kubelet configuration
...
The kubelet configuration has been changed. however, we still need to
manually sync the changes.
2020-12-25 17:56:40 +08:00
Giridharaprasad
48d3dbe0d3
Update change-default-storage-class.md
2020-12-24 23:01:36 +05:30
Kubernetes Prow Robot
f77ac7b2ff
Merge pull request #25788 from sculley/fix-kubeadm-upgrade-docs-1.20
...
moved drain the node step to after call kubeadm upgrade step for worker nodes
2020-12-24 02:06:26 -08:00
Kubernetes Prow Robot
798904b618
Merge pull request #25780 from Cweiping/feature/support_pid_reserved_for_kube_and_system
...
support reserved pid for kube and system
2020-12-24 01:52:26 -08:00
Kubernetes Prow Robot
f25bd774e1
Merge pull request #25781 from lostsquirrel/patch-9
...
change token_id to token-id
2020-12-23 17:28:26 -08:00
Rajesh Jain
0747ad3dbf
Update overview.md
...
Use Kubernetes Common Labels (e.g. app.kubernetes.io/name, etc.) if appropriate instead of customized ones.
2020-12-23 14:39:51 -08:00
Sam Culley
8fcb55007b
moved drain the node step to after call kubeadm upgrade step for worker nodes
2020-12-23 20:40:32 +00:00
Dan Roscigno
64594a4c60
Correct camelcase of DaemonSet
2020-12-23 09:22:27 -05:00
Kubernetes Prow Robot
c6db174ca9
Merge pull request #25078 from shekhar-rajak/92636_cron_syntax
...
Add basic cron syntax in documentation
2020-12-23 05:28:26 -08:00
lostsquirrel
89b3cc978b
change token_id to token-id
2020-12-23 16:48:01 +08:00
Weiping Cai
fe8b7a2d7a
support reserved pid for kube and system
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
2020-12-23 15:41:42 +08:00
Johnny Lim
b537556b2d
Fix typo
2020-12-23 15:21:12 +09:00
Qiming Teng
03a336a946
Remove link to empty list for k8s metrics
2020-12-23 13:58:54 +08:00
Pierre Tessier
4bf6c31e4e
remove misleading instructions
...
There is no need to restart the kubelet as part of configuring kubeadm to set the cgroup driver. At this point in the setup instructions, the kubernetes cluster isn't even up and running yet, as kubeadm init hasn't been run. The previous step even says the kubelet is in a crashloop waiting for kubeadm.
2020-12-22 21:14:32 -05:00
Kubernetes Prow Robot
104bc0eab4
Merge pull request #25472 from daixiang0/patch-1
...
Update setup-konnectivity.md
2020-12-22 15:18:27 -08:00
Kubernetes Prow Robot
4b196158c5
Merge pull request #25767 from shevelevs/shevelevs/probes-http-headers
...
Fix examples for http probe headers
2020-12-22 14:36:26 -08:00
Kubernetes Prow Robot
fa2c834491
Merge pull request #25546 from reylejano/tasks-crictl
...
Edit 'warn' in Note box in crictl tasks page
2020-12-22 14:32:26 -08:00
Kubernetes Prow Robot
262ece059f
Merge pull request #25761 from ebriand/patch-5
...
Fix link to Volume Plugin FAQ
2020-12-22 12:50:26 -08:00
Kubernetes Prow Robot
458e55658d
Merge pull request #24776 from karras/docs_update_ubuntu_containerd_instructions
...
Docs: Add containerd setup instructions for Ubuntu 18.04/20.04
2020-12-22 12:30:26 -08:00
Sergey Shevelev
7e4e475611
Fix examples for http probe headers
2020-12-22 13:58:55 -05:00
Eric Briand
a2fa57e880
Fix link to Volume Plugin FAQ
2020-12-22 16:06:22 +01:00
Quinn Slack
0bc39aa27a
fix anchor link to "What's next" heading in operator docs
2020-12-21 20:46:53 -08:00
Frank Villaro-Dixon
d7e94dc7e0
Update client-libraries.md : add python pykorm lib
2020-12-21 12:11:10 +01:00
Kubernetes Prow Robot
7b82cafcd7
Merge pull request #25713 from ydFu/patch-1
...
Fix some typo in init-containers.md
2020-12-20 12:22:24 -08:00
Mike Patterson
ad85bdb054
Include missing cert export step
...
Updating the instructions to include missing step of getting issued cert exported from kubernetes, decoded, and ready for kubeconfig setup.
2020-12-20 11:36:20 -08:00
Kubernetes Prow Robot
7dbc63babc
Merge pull request #25499 from mikegehard/patch-1
...
Make wording in overview more in line with the description
2020-12-20 07:36:25 -08:00
Kubernetes Prow Robot
9b35120daa
Merge pull request #24602 from sftim/20201015_tweak_workloads_concept_overview
...
Tweak wording for Workloads overview
2020-12-19 03:58:26 -08:00
Ader
21c5750086
Fix some typo in init-containers.md
...
Fixed a typo in manage-resources-containers.md (Kubelet → kubelet)
2020-12-19 14:13:40 +08:00
Kubernetes Prow Robot
fad300a30e
Merge pull request #25457 from Kartik494/updatedoc
...
Retitle “Configuring kubelet Garbage Collection"
2020-12-18 18:40:25 -08:00
Nate W
ac8b4c5399
Updating /docs/tasks/tools/install-kubectl
...
Adding instructions for how to validate kubectl binaries against checksum files (Linux, MacOS, Windows)
Updating links to download from https://dl.k8s.io/
Updating Linux-specific install instructions to use install command, and
macOS-specific instructions to chown root the install to provide a trusted
kubectl.
Adding note annotation around optional download instructions
Markdown updates
* Updating numbered lists to use markdown syntax ("1." for each entry), should make it easier to add and remove list items in future
* Adding some syntax highlighting to the command snippets
Correcting "PowerShell" spelling
fixes: https://github.com/kubernetes/website/issues/25040
Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com >
2020-12-18 11:38:05 -08:00
kartik494
7f45bcc3a9
Retitle “Configuring kubelet Garbage Collection"
2020-12-18 20:04:02 +05:30
devincd
d52b0f58e8
Update container-lifecycle-hooks.md
2020-12-18 15:13:46 +08:00
Kubernetes Prow Robot
4aa068f137
Merge pull request #25473 from guzj11/patch-13
...
Update expose-external-ip-address.md
2020-12-17 17:44:25 -08:00
Pavel Nosov
815fe37905
Fix typo in manage-resources-containers.md
2020-12-17 20:43:17 +03:00
Kubernetes Prow Robot
839873d01d
Merge pull request #25624 from Cweiping/feature/add_note_port_forward
...
add note to kubectl port-forward
2020-12-17 00:39:09 -08:00
Eric Mountain
a52687184f
Scheduling plugins: fix typo for clarity
2020-12-17 09:32:46 +01:00
guzj11
fcef54f2c8
Update namespaces.md
...
update the unnumbered format
2020-12-17 16:02:16 +08:00
guzj11
c431442d8b
Merge branch 'master' into patch-13
2020-12-17 11:25:10 +08:00
Cweiping
aec2737f36
add note to kubectl port-forward
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
2020-12-17 09:35:17 +08:00
Kubernetes Prow Robot
b4fcee247c
Merge pull request #25649 from xaanmu/patch-1
...
Remove extra space between link and anchor text
2020-12-16 16:57:10 -08:00
Kubernetes Prow Robot
77362e21ec
Merge pull request #25498 from adambkaplan/ssh-auth-secret-caution
...
Caution Note for ssh-auth Secrets
2020-12-16 13:50:31 -08:00
Kubernetes Prow Robot
45135da395
Merge pull request #25289 from nate-double-u/20652-copy-edits
...
Updating docs/concepts/cluster-administration/system-metrics
2020-12-16 13:48:31 -08:00
Kubernetes Prow Robot
7db1ae5d45
Merge pull request #24589 from wking/overlapping-pdbs
...
content/en/docs/tasks/run-application/configure-pdb: Acceptable overlapping PDBs
2020-12-16 13:46:31 -08:00
Kubernetes Prow Robot
c004c33468
Merge pull request #25636 from guzj11/patch-44
...
Update debug-pod-replication-controller.md
2020-12-16 00:20:20 -08:00
Kubernetes Prow Robot
79cad927e5
Merge pull request #25643 from kbhawkey/fixup-formatting-expose-internal
...
minor formatting updates
2020-12-16 00:18:21 -08:00
Xiang Dai
b445946ce2
Update setup-konnectivity.md
...
Add missing volume config.
2020-12-16 11:45:41 +08:00
mateusz
c5006a6f1e
Space screwed up formatting
...
Removing space to clear up formatting and link not working.
2020-12-16 02:52:16 +00:00
Kubernetes Prow Robot
91e688cfd3
Merge pull request #25199 from annajung/modify-release-doc-instruction
...
Update documenting a feature for a release doc
2020-12-15 11:26:21 -08:00