Anjan
1d7ee57cbd
there is no need to create a kubernetes directory under ~/.local/bin
2022-03-18 12:30:16 +05:30
Guilhem Lettron
a0cdf50ac6
fix: YAML indentation and highlighting
2022-03-17 16:01:40 +01:00
Nate W
0289b52eca
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-03-16 11:38:29 -07:00
Kubernetes Prow Robot
cee9f23c32
Merge pull request #32223 from tengqm/mv-access-svc
...
Migrate access cluster service page
2022-03-16 02:11:50 -07:00
Qiming Teng
cce96ae367
Migrate access cluster service page
...
The acess-cluster-service page, has nothing to do with administering a cluster.
A better home for this page should be the `/docs/tasks/access-application-cluster` subdirectory instead.
2022-03-16 16:45:10 +08:00
Kubernetes Prow Robot
58c2cd247f
Merge pull request #32050 from marckhouzam/fix/zshNoAlias
...
No need for special handling for zsh aliases
2022-03-15 17:29:48 -07:00
Manish Kumar
018b3bcbf6
Update enforce-standards-admission-controller.md
2022-03-15 01:04:36 +05:30
Qiming Teng
a11ecef6f1
Wrap long lines and fix a few nits in the text
2022-03-14 20:36:51 +08:00
Qiming Teng
06f35a55d5
Fix link to use relative path
2022-03-14 20:29:23 +08:00
Qiming Teng
e9a8cc6eda
Reformat the indentation of lists and sample outputs
2022-03-14 20:22:22 +08:00
Qiming Teng
f1575f40c2
Fix link in change PV reclaim policy page
2022-03-14 20:20:04 +08:00
Qiming Teng
88d8ec551c
Wrap long lines for ease of change tracking
2022-03-14 20:15:54 +08:00
Qiming Teng
66a07b0bae
Fix links in resource metrics pipeline page
2022-03-14 20:06:29 +08:00
Kubernetes Prow Robot
c9debdcacb
Merge pull request #28954 from swiftslee/main
...
update some typo produced by scripts/verify-spelling.sh
2022-03-13 21:00:19 -07:00
Qiming Teng
6149835647
Tweak the downward API volume task page
...
This PR drops some outdated information about very old Kubernetes versions.
The last section is improved so that readers get a better idea why those pointers are provided.
2022-03-14 08:10:07 +08:00
Amit Sharma
ef297288fa
Updated configure-liveness-readiness-startup-probes.md
...
We don't need to pass -r flag with rm command to delete a file.
2022-03-12 14:13:06 +05:30
Qiming Teng
29f5e89770
Reformat the node local DNS cache page
2022-03-11 11:15:47 +08:00
Jihoon Seo
06aa7edaff
nit: kubectl -> kubectl-convert
2022-03-11 10:42:58 +09:00
Kubernetes Prow Robot
782d8bc2c9
Merge pull request #32126 from tengqm/update-coredns
...
Improve coredns page
2022-03-09 08:40:13 -08:00
Qiming Teng
15f643e5e8
Improve coredns page
...
This PR refactors the coredns page by removing some outdated statements.
2022-03-09 21:31:10 +08:00
Andrew Foster
77123a0e91
Remove kompose up and down command doc
2022-03-09 22:55:23 +11:00
Martin Tovmassian
d05fb625f4
[en] Update Bash alias auto-completion
2022-03-08 16:54:48 +01:00
Nate W
5a0f2583c6
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-03-07 16:23:45 -08:00
Kubernetes Prow Robot
a26ac80b38
Merge pull request #31816 from voelzmo/patch-2
...
Update proposal link to point to archive
2022-03-07 14:36:25 -08:00
Kubernetes Prow Robot
f4a81795e5
Merge pull request #32070 from yuvraj9/patch-1
...
Fixing typo error
2022-03-06 20:46:53 -08:00
Yuvraj Shekhawat
d884ce7ce0
Fixing typo error
2022-03-06 02:49:14 +05:30
Marc Khouzam
0976014b7e
No need for special handling for zsh aliases
...
Zsh completion is native since v1.22. Native zsh completion
automatically deals with aliases without needing
any extra configuration from the user.
Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
2022-03-04 13:57:49 -05:00
Tim Bannister
73cd38cdc6
Move kubectl overview to be section index
...
Also:
- use glossary definition in page introduction
- tidy broken link in What's Next section
- update links to refer to moved page
2022-03-03 10:03:00 +00:00
Kubernetes Prow Robot
b6643f3d51
Merge pull request #31593 from ctalledo/k8s-in-sysbox
...
Add Sysbox as an option to run kubernetes inside unprivileged containers or pods.
2022-03-02 18:30:46 -08:00
Kubernetes Prow Robot
beb39db14d
Merge pull request #31996 from RA489/upgradenote
...
kubeadm-upgrade: add note about verifying the kubelet service status
2022-03-02 17:08:46 -08:00
Thomas Guettler
7122a4498a
fix busybox image to 1.28 (issues with `nslookup`).
...
Changes where done with these commands:
reprec 'image: busybox(?!:)' 'image: busybox:1.28' */docs */examples
reprec -- '--image=busybox(?!:)' '--image=busybox:1.28' */docs */examples
Related issues:
https://github.com/docker-library/busybox/issues/48
https://github.com/kubernetes/kubernetes/issues/66924
2022-03-02 20:48:26 +01:00
Gerard
a9f7219210
Improve mentions of CS CA in managing-tls-in-a-cluster ( #30347 )
...
* Improve mentions of CS CA in managing-tls-in-a-cluster
* Update content/en/docs/tasks/tls/managing-tls-in-a-cluster.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update managing-tls-in-a-cluster.md
* Update managing-tls-in-a-cluster.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-03-02 05:43:14 -08:00
RA489
7f9869dab8
kubeadm-upgrade: add note about verifying the kubelet service status
2022-03-02 08:20:04 +05:30
cici37
002985c690
Reduce confusion by fixing field name in samples.
2022-03-01 13:01:47 -08:00
Kubernetes Prow Robot
ee0389d360
Merge pull request #28290 from shannonxtreme/api-eviction
...
Add information to API Evictions from Safely Drain a Node
2022-02-28 19:25:46 -08:00
Nate W
b7f8b0daae
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-02-28 16:18:31 -08:00
Kubernetes Prow Robot
dea4f2b103
Merge pull request #31763 from sgaist/patch-1
...
Add secure example for getting secret values
2022-02-27 17:44:57 -08:00
Kubernetes Prow Robot
d2a2af28ea
Merge pull request #31721 from mac-chaffee/main
...
Add upgrade notes to cpu-management-policies
2022-02-27 17:20:55 -08:00
mango
288a7aded9
docs: add etcd cluster upgrade guide to configure-upgrade-etcd ( #31833 )
...
* docs: add etcd cluster upgrade guide to configure-upgrade-etcd
* Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
Co-authored-by: championshuttler <shivams2799@gmail.com>
* Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
Co-authored-by: Rey Lejano <rlejano@gmail.com>
* put "For more details..."
* Update configure-upgrade-etcd.md
Co-authored-by: championshuttler <shivams2799@gmail.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-02-27 17:04:56 -08:00
Kubernetes Prow Robot
9f6eb38051
Merge pull request #30860 from tengqm/kubelet-credentialprovider
...
Add kubelet credentialprovider API reference
2022-02-27 09:19:18 -08:00
Yuvraj Chhetri
cd26a2bb6b
Updated files install-kubectl-linux.md , install-kubectl-macos.md , install-kubectl-windows.md ( #31916 )
...
* updated install-kubectl-windows.md
* Updated install-kubectl-windows.md
* Update install-kubectl-linux.md
* Update install-kubectl-macos.md
2022-02-26 18:23:17 -08:00
Maksim Nabokikh
38c9c82c76
Update configure-service-account.md
...
fix: Delete the double running from the service account docs
2022-02-26 19:58:32 +04:00
Mac Chaffee
d657a0d10a
Add upgrade notes to cpu-mgt-policies
...
Signed-off-by: Mac Chaffee <machaffe@renci.org>
2022-02-25 18:49:11 -05:00
Kubernetes Prow Robot
b7331def4c
Merge pull request #31781 from shannonxtreme/dockershim-debug-intro
...
Update samples to use containerd
2022-02-25 07:21:51 -08:00
Sergey Kanzhelev
152ccdae91
Dynamic Kubelet Configuration feature is removed
2022-02-25 07:09:20 +00:00
Kubernetes Prow Robot
fe955d4a9e
Merge pull request #31768 from brunosaboia/31543-add-multi-container-debug-info
...
Add multi-container info on pod failure docs
2022-02-24 20:01:56 -08:00
Tim Allclair
198ae37902
Rewrite PodSecurityPolicy migration guide ( #31782 )
2022-02-24 18:07:56 -08:00
Kubernetes Prow Robot
9de083393a
Merge pull request #31845 from liggitt/manual-token
...
Stop recommending people scrape auto-generated service account tokens
2022-02-24 09:46:31 -08:00
Bruno Saboia
d1f511f92c
Use explicit backticks for shell content
2022-02-24 09:09:06 -03:00
Kubernetes Prow Robot
0f6cb4fbfe
Merge pull request #31863 from Aayush987/typo_fix
...
Fixed typo in cpu-constraint-namespace.md & memory-default-namespace.md
2022-02-23 23:25:33 -08:00
Kubernetes Prow Robot
e025825f02
Merge pull request #31865 from mitul3737/new-branch
...
[en] Solved some typos "hostname of FQDN" and "PowerShell"
2022-02-23 16:39:33 -08:00
Shannon Kularathna
b03d603182
Remove docker mention in bugs guidance
2022-02-23 23:16:45 +00:00
Shannon Kularathna
b60aa414a0
Update samples to use containerd
2022-02-23 21:35:01 +00:00
Bruno Saboia
dd3e660cfe
Remove useless whitespace
2022-02-23 17:22:05 -03:00
Jordan Liggitt
3d15ef3810
Stop recommending people scrape auto-generated service account tokens
2022-02-23 13:28:02 -05:00
Md Shahriyar Al Mustakim Mitul
038256a86b
Solved some typos
2022-02-23 18:23:36 +06:00
Aayush Sharma
27caffcbf0
fixed typo
2022-02-23 16:53:10 +05:30
Bruno Saboia
24444fab32
Remove unecessary additional info
2022-02-22 16:48:57 -03:00
Bruno Saboia
25aa381f75
Put multi-container info outside numbered list
2022-02-22 12:55:58 -03:00
Kubernetes Prow Robot
e021e42245
Merge pull request #31667 from mk46/remove_kubenet
...
Removed kubenet reference from docs
2022-02-22 07:31:46 -08:00
Manish Kumar
7fc89637f3
Removed kubenet reference
2022-02-22 18:59:32 +05:30
Kubernetes Prow Robot
683fc53b84
Merge pull request #31687 from neolit123/1.24-update-legacy-kubelet-cm-refs
...
kubeadm: update legacy kubelet config map information and document feature gates
2022-02-22 02:49:46 -08:00
Nate W
e8b19637df
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-02-21 10:36:03 -08:00
Kubernetes Prow Robot
a3b30be299
Merge pull request #31558 from chrismetz09/metzResourceMetrics
...
update resource metrics pipeline section
2022-02-21 04:38:11 -08:00
Marco Voelz
9823ecda09
Update proposal link to point to archive
...
Original link says
```
Design proposals have been archived.
To view the last version of this document, see the Design Proposals Archive Repo.
Please remove after 2022-04-01 or the release of Kubernetes 1.24, whichever comes first.
```
2022-02-21 10:54:50 +01:00
Qiming Teng
fdd671626d
Add kubelet credentialprovider API reference
2022-02-21 08:56:27 +08:00
Sergey Kanzhelev
b375a00dd9
promote GRPCContainerProbe to beta
2022-02-19 22:29:56 +00:00
Tim Bannister
362da74120
Update links to Dockershim Removal FAQ
...
- Identify selected links to the Dockershim Deprecation FAQ
- Replace them with links to the updated FAQ
2022-02-17 17:41:55 +00:00
Lubomir I. Ivanov
26f6a21308
kubeadm: remove mentions of the the legacy kubelet-config-x.yy
...
The default kubelet configuration ConfigMap that kubeadm manages
is "kubelet-config" instead of "kubelet-config-x.yy" (where x.yy
is the Kubernetes version) in 1.24.
Cleanup references to the legacy naming in kubeadm documentation.
Generated contents in content/en/docs/reference/* are not updated.
2022-02-17 18:27:48 +02:00
Kubernetes Prow Robot
b72092e0bc
Merge pull request #31730 from SWADESNA/patch-2
...
Update memory-default-namespace.md
2022-02-17 07:19:37 -08:00
Samuel Gaist
73bd4563a8
docs: add secure example for getting secret values
...
The current example showing how to decode a secret
does it in several steps which is fine but if some level
of security is required will leak the encoded secret
value in the shell history thus making it retrievable.
This patch adds an example on how to retrieve that
value without exposing it.
2022-02-17 09:11:19 +01:00
Bruno Saboia
481eff6321
Add multi-container info on pod failure docs
2022-02-16 18:40:26 -03:00
Nate W
8b9e77db12
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-02-15 08:28:12 -08:00
Shu Muto
c1da5f25ab
Update reviewers from SIG-UI
...
Also, bump kubernetes dashboard to v2.5.0.
2022-02-15 11:18:14 +09:00
chrismetz09
3f74c2ae79
update component explanation
2022-02-14 11:01:39 -08:00
Kubernetes Prow Robot
7ae88efd7a
Merge pull request #31630 from tengqm/fix-links
...
Fix links in security context page
2022-02-14 07:31:31 -08:00
srout
deb2a9c96b
Update memory-default-namespace.md
2022-02-14 13:05:33 +05:30
Kubernetes Prow Robot
7dd728cf69
Merge pull request #31729 from SWADESNA/patch-1
...
Update memory-default-namespace.md
2022-02-13 23:25:28 -08:00
Kubernetes Prow Robot
1f4ca9f802
Merge pull request #31631 from tengqm/fix-gc-cascade
...
Fix the cascading deletion page
2022-02-13 23:09:28 -08:00
srout
a191d71627
Update memory-default-namespace.md
2022-02-14 12:37:58 +05:30
Kubernetes Prow Robot
4727e39e70
Merge pull request #31682 from tengqm/apiserver-encryption-v1
...
Add configuration reference for API server encryption
2022-02-12 20:45:46 -08:00
Qiming Teng
52696d80b0
Fix links in security context page
...
The links to AppArmor etc are using redirection records. This is a bad
practice because when translating the page to a different language, the
link will become invalid. So we should use the actual target in the
English source.
This PR also fixes some incorrect syntax directives for code snippets.
2022-02-13 08:05:30 +08:00
Kubernetes Prow Robot
dc88203bcc
Merge pull request #31720 from shannonxtreme/dockershim-debug-replication
...
Change language so that docker is an example
2022-02-12 06:57:47 -08:00
Shannon Kularathna
0e9e8b96cb
Change language so that docker is an example
2022-02-11 19:19:49 +00:00
Kubernetes Prow Robot
1592f3a445
Merge pull request #31595 from sftim/20220102_revise_managing_tls_in_a_cluster_task
...
Tidy page “Manage TLS Certificates in a Cluster”
2022-02-11 08:50:25 -08:00
Kubernetes Prow Robot
108bae87c2
Merge pull request #31668 from Shubham82/fix-typo
...
Fix typo in Horizontal Pod Autoscaling.
2022-02-11 08:16:26 -08:00
Shubham Kuchhal
929e8a2dfa
Fixed minor typo.
2022-02-11 20:58:06 +05:30
chrismetz09
10e7039a69
update resource metrics pipeline section
2022-02-11 07:09:01 -08:00
Debabrata Panigrahi
b03dfa8096
Docs to change Container runtime ( #30141 )
...
* Docs to change Container runtime
* Updated header
* Updated header
* Few changes made according to the reviews
* Updated few headings
* Updated few markdown changes
* Reverted a unwanted changes
* Removed the double extension in the filename
* Updated
* Updated according to review
* Final Updates
* Added instructions to remove docker engine
* Minor changes
* Minor updates on heading
* Minor updates on lists
* Minor updates on line 106
* Minor updates on line 106
2022-02-11 04:38:03 -08:00
Kubernetes Prow Robot
fef3dccc01
Merge pull request #31679 from shannonxtreme/dockershim-debug
...
Remove docker pull command in Debug > Troubleshoot Applications
2022-02-10 11:17:30 -08:00
Shannon Kularathna
c99901f11c
Remove docker pull command
2022-02-10 18:43:25 +00:00
Qiming Teng
3e58334b07
Add configuration reference for API server encryption
2022-02-10 11:27:52 +08:00
Kubernetes Prow Robot
78f0459d3f
Merge pull request #31628 from tengqm/fix-crictl
...
Fix crictl page
2022-02-09 18:53:46 -08:00
Qiming Teng
23286b6085
Fix crictl page
...
This PR fixes a link (at the bottom of the page) to reference.
It also fixes the indentation of the number lists, the incorrect syntax tag for code snippets.
2022-02-10 10:39:30 +08:00
Qiming Teng
d4f6e0be55
Fix the cascading deletion page
...
This PR fixes two problems in the cascading deletion page:
- The indentation of list items should be 2 spaces for unordered lists,
or 3 spaces for ordered lists. We should avoid using 4 spaces as
indentation because 4-spaces indentation has special meaning in
markdown.
- The garbage-collection page was moved to a new place. With redirect
records for English site, there seems no obvious problems. However,
for localization teams, such redirection records don't exist. It is
super easy to create a dangling link in localized pages.
2022-02-10 10:38:01 +08:00
Shubham Kuchhal
6937928969
Fix typo in Horizontal Pod Autoscaling.
2022-02-09 14:13:49 +05:30
Kubernetes Prow Robot
58fb4c2f83
Merge pull request #31572 from Nordix/multi-numa-doc
...
Update doc for reserved memory flag
2022-02-08 20:26:17 -08:00
Kubernetes Prow Robot
71389e6293
Merge pull request #31604 from neolit123/1.24-add-example-for-kubeconfig-user
...
kubeadm: add missing guide for "kubeconfig user"
2022-02-08 20:24:17 -08:00
Kubernetes Prow Robot
167cc75308
Merge pull request #31307 from JNat/patch-1
...
added Stack Overflow guidance
2022-02-08 06:04:54 -08:00
Nate W
f9dda7bc96
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-02-07 11:03:19 -08:00
Kubernetes Prow Robot
2ccb707a0b
Merge pull request #31629 from tengqm/fix-hostprocess-pod
...
Fix link in create hostprocess pod page
2022-02-07 10:29:43 -08:00
Kubernetes Prow Robot
1ceda4e31f
Merge pull request #31614 from Arhell/add-comma
...
[en] add comma
2022-02-07 10:09:43 -08:00
Kubernetes Prow Robot
b0a99f3952
Merge pull request #31388 from fluktuid/patch-1
...
set hpa examples to current networking api version
2022-02-07 10:01:43 -08:00
Ravindra Thakur
f38c09fa6a
Update doc for reserved memory flag
...
This change is to update the documentation for reserved-memory flag.
Now, for specifying memory reservations across multiple NUMA nodes,
semicolon needs to be used as separator.
Signed-off-by: Ravindra Thakur <ravindra.nath.thakur@est.tech>
2022-02-07 18:58:37 +05:30
Qiming Teng
71268c2e52
Fix link in create hostprocess pod page
...
When link target is on the same page, we don't need the path in links.
2022-02-05 12:56:13 +08:00
Arhell
af7a9a515c
[en] add comma
2022-02-04 01:47:35 +02:00
Lubomir I. Ivanov
75a33b2650
kubeadm: add missing guide for "kubeconfig user"
...
The command "kubeadm kubeconfig user" is missing
some examples and more details on why it is needed.
- Add a new section "Generating kubeconfig files
for additional users" under the kubeadm-certs page.
- Link to this section from the kubeadm-kubeconfig reference page.
- Link to this section from the create-cluster-kubeadm page.
2022-02-02 21:41:40 +02:00
Guy Menahem
4bdcf5dd16
fix: clarify that the HPA controller selects the pods based on labels
2022-02-02 21:00:03 +02:00
Kubernetes Prow Robot
189c471917
Merge pull request #31316 from shannonxtreme/dockershim-logmon-crictl
...
Migrate crictl to docker-cli mapping to references
2022-02-02 09:48:22 -08:00
Cesar Talledo
021f8be65b
Add Sysbox as an option to run kubernetes inside unprivileged containers or pods.
...
Sysbox is an open-source container runtime (similar to "runc") that supports
running VM-workloads such as Docker and Kubernetes inside unprivileged
containers or pods.
Sysbox containers always use the Linux user-namespace for isolation, plus
specially crafted proc and sys filesystems, some syscall interception,
filesystem ID-mapping, and more.
It's possible to run Kubernetes, K3s, K0s, inside containers or pods deployed
with Sysbox. This commit aims to make the Kubernetes community aware of this
option.
Signed-off-by: Cesar Talledo <ctalledo@nestybox.com>
2022-02-01 19:38:10 +00:00
Tim Bannister
ae4e63fac1
Tidy page “Manage TLS Certificates in a Cluster”
2022-02-01 19:15:12 +00:00
Jordan Liggitt
111c3eaabe
Update TLS doc to use example signer for arbitrary https server
2022-02-01 12:22:32 -05:00
Shubham
9af1c83002
Added the note for --service-account-issuer flag. ( #31237 )
...
* Added the note for --service-account-issuer flag.
* Modify the Note.
* Added Content for each Flag.
* Improvement: Modify the content.
2022-02-01 07:22:12 -08:00
Kubernetes Prow Robot
f53f7e9203
Merge pull request #31387 from avoidik/patch-2
...
Update encrypt-data.md - multi-master configuration notice
2022-02-01 05:48:18 -08:00
Viacheslav Vasilyev
241e635197
Update content/en/docs/tasks/administer-cluster/encrypt-data.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-02-01 15:31:21 +02:00
Viacheslav Vasilyev
ddd4a3defb
Update content/en/docs/tasks/administer-cluster/encrypt-data.md
...
Co-authored-by: Jim Angel <jimangel@users.noreply.github.com>
2022-02-01 12:38:35 +02:00
Kubernetes Prow Robot
e3ad96a6c4
Merge pull request #31466 from deepakcpakhale06/main
...
Updated overview section of ConfigMaps
2022-01-31 17:33:53 -08:00
Kubernetes Prow Robot
48401482bc
Merge pull request #31571 from prameshj/patch-8
...
Add a section about nodelocaldns memory limits.
2022-01-31 15:43:53 -08:00
Nate W
2fa88c51b6
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-01-31 11:57:45 -08:00
Kubernetes Prow Robot
b2063eedeb
Merge pull request #31546 from chrisnegus/remove-docker-cgroup-reference
...
Change docker cgroup driver example to containerd
2022-01-31 10:00:23 -08:00
Kubernetes Prow Robot
f8db38b98d
Merge pull request #30066 from sftim/20211012_tidy_manage_resources_tasks
...
Tidy task pages within Manage Memory, CPU, and API Resources
2022-01-31 07:58:23 -08:00
prameshj
9b0539eeb5
Incorporate review comments.
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Chris O'Haver <cohaver@infoblox.com>
2022-01-31 07:50:54 -08:00
Kubernetes Prow Robot
1d77a887e9
Merge pull request #31355 from Babapool/fix-binary-path
...
Mention the kubectl binary folder as PATH environment variable
2022-01-31 04:08:23 -08:00
prameshj
1b469285e8
Add a section about nodelocaldns memory limits.
2022-01-30 21:10:40 -08:00
Kubernetes Prow Robot
097b6c4b73
Merge pull request #31469 from AugustasV/telemetery_security_agents
...
Revise “Migrating telemetry and security agents from dockershim” task
2022-01-30 14:56:23 -08:00
AugustasV
80f4c27c66
correction
...
Signed-off-by: AugustasV <reg1nt1z@gmail.com>
2022-01-30 21:49:09 +01:00
Augustas
3bdfba74ed
Apply suggestions from code review
...
Thank you sftim for recommended changes.
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-30 21:37:06 +01:00
Christopher Negus
976004b957
Change docker cgroup driver example to containerd
2022-01-27 22:05:02 +00:00
Prasad Katti
eee745066d
Move command to a code-block
...
Put the command in a separate code block to keep things consistent
2022-01-26 22:20:54 -08:00
Kubernetes Prow Robot
37b7c6fd55
Merge pull request #31410 from chris-short/cbshort-issue-31394
...
Update static-pod.md
2022-01-26 07:34:01 -08:00
Chris Short
2e870ee761
console no worky; shortening lines
2022-01-26 10:20:32 -05:00
Chris Short
da296afc78
Merge branch 'cbshort-issue-31394' of github.com:chris-short/website into cbshort-issue-31394
2022-01-26 07:14:34 -05:00
Chris Short
2e812faacf
Update static-pod.md
...
Adding console to crictl ps output lines as suggested: https://github.com/kubernetes/website/pull/31410#discussion_r791186773
2022-01-26 07:14:31 -05:00
Kubernetes Prow Robot
5e35828808
Merge pull request #31309 from neolit123/1.24-update-kubeadm-docs-for-dockershim
...
kubeadm: adapt docs for 1.24 and dockershim removal
2022-01-25 08:44:32 -08:00
Lubomir I. Ivanov
3184c227c7
kubeadm: adapt docs for 1.24 and dockershim removal
...
Touch the following files:
- Implementation details: remove docker specifics, which is changing
in 1.24
- Create cluster: small language cleanup, remove note about 1.24
- Install kubeadm: Include two up-to-date tables for Linux / Windows
with known endpoints. Include cri-dockerd.
- Kubelet integration: (side cleanup) use "container runtime" instead of
"CRI runtime" (which is incorrect). Mention that only updating
"--container-runtime-endpoint=.." is required if the user wishes
to override the CR on a certain host. Dockershim->CR-foo migration
guides would make the "--container-runtime=remote" flag explicit
and we want to remove it at some point.
- Troubleshooting kubeadm: Remove some instances of Docker troubleshooting
that imply docker as default CR, or talk about old Docker versions.
Be more generic about container runtimes.
- Adding Windows nodes: move the containerd tab before the Docker
tab, as containerd is now the default. Remove note about being explicit
about --cri-socket. Add note that crictl is required for both
Docker and containerd. Add note that cri-dockerd is required if
the user wants to use Docker EE on Windows.
2022-01-25 18:35:58 +02:00
Kubernetes Prow Robot
6aa07e7918
Merge pull request #31407 from MdSahil-oss/main
...
Update update-daemon-set.md
2022-01-25 05:42:32 -08:00
Chris Short
2a32814359
Merge branch 'kubernetes:main' into cbshort-issue-31394
2022-01-24 15:07:23 -05:00
Kubernetes Prow Robot
5ae78ac97e
Merge pull request #31009 from mikemonteith/patch-1
...
Use --patch-file in documentation
2022-01-24 11:43:35 -08:00
Chris Short
a819c51c22
Update static-pod.md
...
- Fixed brain flatuence around which runtime I was testing
- Outputs changed
- Noted added about crictl ps's default behavior of outputting sha256sum in image name
- Image name in outputs have been shortened per Slack convo https://kubernetes.slack.com/archives/C02PZMA3R6E/p1643026840047600
2022-01-24 14:40:52 -05:00
Akpobome Oke Kelvin
7023b926a6
[en] Updated the page to be more docker specific ( #31421 )
...
* Update: Updated to be more docker specific
* Update content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update pull-image-private-registry.md
* Update pull-image-private-registry.md
* Update: fixes issue #31422
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-24 10:55:33 -08:00
deepakcpakhale06
0243eeb385
Updated overview section of ConfigMaps #30729
2022-01-23 10:58:40 +08:00
AugustasV
e0eb75215b
why_telemetery_agents_talk
...
Signed-off-by: AugustasV <reg1nt1z@gmail.com>
2022-01-22 22:42:49 +01:00
Shannon Kularathna
d01714e72b
Migrate mapping dockercli to crictl to Reference
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-21 20:58:10 +00:00
Kubernetes Prow Robot
3b28fbba1b
Merge pull request #31398 from PurneswarPrasad/patch-1
...
Changed the explicit mention of Docker due to deprecation in Tasks > …
2022-01-21 08:25:19 -08:00
Shivam Singhal
788591c7e1
Fix the download link to kubectl convert plugin for bash
2022-01-21 10:38:39 +02:00
Kubernetes Prow Robot
f59a649376
Merge pull request #31412 from marosset/gmsa-container-runtime
...
configure-gmsa.md updates
2022-01-20 09:25:36 -08:00
Md Sahil
f0a1484a70
Update update-daemon-set.md
2022-01-20 15:44:48 +05:30
Purneswar Prasad
dd2ea439e8
Removed all previous PR links with Docker reference
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-20 14:50:41 +05:30
shivam tyagi
e39fc674e4
Update
...
Signed-off-by: shivam tyagi <shivamt.ug19.ec@nitp.ac.in>
2022-01-20 07:42:14 +05:30
Purneswar Prasad
d44efbeefb
Removed the PR link from `manages`
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-20 06:59:55 +05:30
Mark Rossetti
6ffd07cbbc
Updates for EnableCompartmentNamespace fix for GMSA
2022-01-19 16:12:49 -08:00
Mark Rossetti
f13522be29
update supported container runtimes in configure-gmsa.md
2022-01-19 15:02:38 -08:00
Mark Rossetti
d2b9f0e09c
fix linting/whitespace in configure-gmsa.md
2022-01-19 14:40:09 -08:00
Chris Short
d158cdf028
Removing additional Docker mentions
2022-01-19 15:10:45 -05:00
Chris Short
40afa49efa
Update static-pod.md
...
Fixes Issue #31394
2022-01-19 14:16:57 -05:00
Md Sahil
2c30b68c77
Update update-daemon-set.md
...
<h3>What type of PR is this ?</h3>
Improve documentation.
<h3>Which type of issue this PR fixes</h3>
fixes 31311(issue).
2022-01-19 21:16:15 +05:30
Purneswar Prasad
bf6e6caa12
Changed the explicit mention of Docker due to deprecation in Tasks > Netwrking
2022-01-19 13:24:15 +05:30
Lukas Paluch
88a92b0d47
set hpa examples to current networking api version
2022-01-18 19:19:54 +01:00
Viacheslav Vasilyev
0ef0c8d570
Update encrypt-data.md - multi-master configuration notice
...
Add short notice about multi-cluster configurations
2022-01-18 12:40:37 +02:00
Kubernetes Prow Robot
9bdb086f30
Merge pull request #30331 from renan/MaxSurgeDefault
...
Fix default value for MaxSurge in RollingUpdates for DaemonSets beat feature
2022-01-17 13:12:49 -08:00
Kubernetes Prow Robot
19b327c3df
Merge pull request #31263 from brianpursley/fish-completion
...
Add instructions for enabling fish auto-completions for kubectl
2022-01-17 12:02:50 -08:00
Vitthal Sai
be56556f8f
Incorporates the feedback changes
2022-01-16 16:45:22 +05:30
Vitthal Sai
d8f4cefa59
Mention the kubectl binary folder as PATH environment variable
2022-01-15 22:14:53 +05:30
Lubomir I. Ivanov
b00ffa2093
kubeadm-upgrade: adjust note about node drain
...
The current entry under additional information about drain can
be confusing and users might jump into draining the nodes before
the upgrade steps (as a pre-req), following the
instructions in the external link. This is not accurate.
Adjust the entry text to explain that drain is a step as part of
the upgrade process and this additional information entry just
mentions why it is needed.
2022-01-13 15:36:30 +02:00
JNat
ce37f1b293
added Stack Overflow guidance
...
Added extra links to the guidance pertaining asking questions on Stack Overflow, to ensure users first read through guidance to ensure questions are both on-topic and well-written — both of which will improve these users' experience on Stack Overflow, and avoid having off-topic questions asked there.
2022-01-12 13:29:30 +00:00
Wang
02dc4a258a
Update migrating-telemetry-and-security-agents.md
2022-01-12 22:17:55 +09:00
brianpursley
ad015ad425
Add instructions for enabling fish auto-completions for kubectl
2022-01-09 20:36:19 -05:00
Kubernetes Prow Robot
77cc3857e6
Merge pull request #30662 from CarlosDomingues/patch-1
...
Use tee to write to /etc/bash_completion.d/kubectl
2022-01-08 06:28:19 -08:00
Kubernetes Prow Robot
1b75c44306
Merge pull request #31058 from championshuttler/notecleanup
...
Cleanup notes in Define a Command and Arguments docs
2022-01-05 12:23:49 -08:00
Kubernetes Prow Robot
988b1ba439
Merge pull request #30348 from afirth/2021-11-03-docs-for-kustomize-env-vars
...
[DOCS] Document the environment variable substitution feature of kustomize configMapGenerator
2022-01-05 12:07:47 -08:00
Kubernetes Prow Robot
bf39ea5ea5
Merge pull request #31202 from rsalmond/patch-1
...
Fix broken link to grpc liveness probe yaml
2022-01-04 21:26:32 -08:00
Kubernetes Prow Robot
9118ba9df6
Merge pull request #31019 from championshuttler/fixLink
...
Fix the link to access cluster service in docs
2022-01-04 12:36:08 -08:00
rob salmond
36bf4368c7
Fix broken link to grpc liveness probe yaml
2022-01-04 14:18:01 -05:00
Kubernetes Prow Robot
cc53157970
Merge pull request #31161 from CodingCanuck/patch-1
...
Fix grammar in kubernetes dashboard docs
2022-01-04 09:16:53 -08:00
Kubernetes Prow Robot
0de2680607
Merge pull request #31170 from ptux/fix-debug-application-en
...
fix glossary
2022-01-03 07:58:59 -08:00
afirth
b9da040a08
Document the environment variable substitution feature of configMapGenerator
2022-01-03 11:56:03 +01:00
Qiming Teng
83323d428d
Reformat the memory-manager page
...
This commit reformats the memory manager page:
- convert the page from DOS to UNIX format;
- wrap long lines where appropriate for ease of change tracking;
- remove useless trailing spaces and empty lines.
This commit contains **NO** changes to the text itself.
2022-01-03 11:36:37 +08:00
Qiming Teng
c1783b4b71
Tune memory manager page
...
This PR fixes the memory manager page by:
- removing links to non-existent sections;
- fixing links with bad anchors;
- fixing incorrect language tag for code snippets
2022-01-03 11:28:41 +08:00
ptux
cef7f2f546
fix glossary
2022-01-03 08:58:28 +09:00
Alex McCarthy
f424739d9c
Fix grammar in kubernetes dashboard docs
...
Start a new sentence after a period.
2021-12-31 07:06:04 -10:00
Kubernetes Prow Robot
66032f9bc6
Merge pull request #31079 from championshuttler/kep
...
Fix the description of the Summary API Source section
2021-12-25 17:43:14 -08:00
Shivam Singhal
9aa7f71e45
Fix the description of the Summary API Source section
2021-12-23 04:04:40 +02:00
Shivam Singhal
7a2863b99a
Cleanup notes in Define a Command and Arguments docs
2021-12-22 23:42:55 +02:00
Kubernetes Prow Robot
cdeca91910
Merge pull request #30166 from stefanlasiewski/patch-1
...
sha256sum requires 2nd space for the file type
2021-12-22 01:29:35 -08:00
Kubernetes Prow Robot
5782f65264
Merge pull request #31004 from clementnuss/patch-1
...
docs: add link to a new kubelet csr approver
2021-12-20 07:04:56 -08:00
Clément Nussbaumer
65eaccecf5
remove kubeler-rubber-stamp
...
Due to it not being compatible with K8s 1.22 anymore and not being maintained either
2021-12-20 14:10:13 +01:00
Edidiong Asikpo
80f38982fe
Added the {{% thirdparty-content %}} shortcode
2021-12-20 08:04:37 +01:00
Kubernetes Prow Robot
485518468b
Merge pull request #31028 from didicodes/telepresence
...
Update: Developing and debugging services locally
2021-12-19 22:19:25 -08:00
Edidiong Asikpo
d97147912f
Update local debugging documentation
2021-12-19 14:31:35 +01:00
Wang
f5df7772f4
Update audit.md
2021-12-19 19:08:46 +09:00
Shivam Singhal
5fee22b574
Fix the link to access cluster service in docs
2021-12-18 12:25:34 +02:00
Mike Monteith
f7d717d2fe
Use --patch-file in documentation
...
--patch-file is designed for file input, using a subshell `--patch $(cat filename.yaml)` is unecessary
2021-12-17 15:00:35 +00:00
Clément Nussbaumer
3e839ef963
docs: add link to a new kubelet csr approver
2021-12-17 09:59:46 +01:00
Kubernetes Prow Robot
003ffe4b56
Merge pull request #30702 from yoshwata/patch-1
...
The command empties the shell variable.
2021-12-14 02:47:45 -08:00
Qiming Teng
03b5de4e1c
Kubelet config v1alpha1 ( #30859 )
...
* Add config API for kubelet v1alpha1
The CredentialProvider struct is defined in the v1alpha1 config API
rather than v1beta1. The upstream generator is updated to include this
version (https://github.com/kubernetes-sigs/reference-docs/pull/268 ).
This commit adds references to the API as well.
* Wrap long lines in the page
2021-12-13 18:28:03 -08:00
yoshwata
321795000b
fix: here doc style and comment
2021-12-13 23:43:37 +00:00
yoshwata
f1bd7c48af
Update kustomization.md
...
I generated a file in a here document, but the shell variable part seemed to be empty.
2021-12-13 22:00:24 +00:00
Kubernetes Prow Robot
0b266eb4fe
Merge pull request #30784 from ChetHosey/patch-1
...
Correct separator in generated ConfigMap.
2021-12-11 08:29:58 -08:00
Chet Hosey
1abdc117c9
Correct separator in generated ConfigMap.
2021-12-10 12:15:16 -08:00
Tim Bannister
bf66a81980
Fix link to HPA API reference
...
Co-Authored-By: Christoph Neijenhuis <christoph.neijenhuis@commercetools.de>
2021-12-09 20:46:44 +00:00
Tim Bannister
3dd1eb1121
Add descriptions to tasks
2021-12-08 22:05:52 +00:00
Tim Bannister
5ab064ceea
Tidy resource management task pages
...
Revise tasks within “Manage Memory, CPU, and API Resources”:
- reword to avoid implying that API clients can create a container
(you can, but its done by creating a Pod)
- call a manifest a manifest
- use tooltips where relevant
- link to new API reference not the old one
- other improvements
2021-12-08 22:05:36 +00:00
Qiming Teng
b198199336
Configuration API for v1.23
2021-12-08 16:19:23 +08:00
Jesse Butler
45d37b71ab
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-12-07 09:28:42 -05:00
Tim Bannister
8983d73fff
Tidy HostProcess task page ( #30762 )
...
* Tidy HostProcess task page
* Use spaces for indentation
Tabs for indentation are less easy to work with between different
contributors. Switch to spaces.
* Fix table for HostProcess requirements
2021-12-06 13:07:33 -08:00
Kubernetes Prow Robot
d6865d1a1f
Merge pull request #30712 from funkypenguin/issue30661
...
Fix auditing example to permit log rotation
2021-12-06 06:04:32 -08:00
Jesse Butler
584421fe11
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-12-06 08:55:54 -05:00
Kubernetes Prow Robot
fdac57e01c
Merge pull request #30346 from sureshdsk/sureshdsk-patch-1
...
Update parallel-processing-expansion.md
2021-12-05 20:40:32 -08:00
Erico Fusco
f04516f995
Update kubeadm-upgrade.md ( #30135 )
...
* Update kubeadm-upgrade.md
`apt-mark hold` is still required when `apt-get` is used with `--allow-change-held-packages`.
`--allow-change-held-packages` unholds the package but it doesn't pin the new version.
* Add missing changes
* Update kubeadm-upgrade.md
Remove apt >1.1 examples.
2021-12-05 20:12:32 -08:00
Brandon Smith
1c90494c38
1.22 Windows HostProcess containers update ( #30699 )
...
* Transferred applicable modifications for 1.23 over to 1.22.
* kublet -> kubelet
* Update content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
2021-12-05 20:02:33 -08:00
Kubernetes Prow Robot
4187c652f8
Merge pull request #29152 from tiraboschi/crd_edit_status
...
Concretely explain how to patch CRD status
2021-12-05 19:24:32 -08:00
Kubernetes Prow Robot
24c84387ac
Merge pull request #29078 from vaibhav2107/cluster-services
...
Remove the duplicate content from access-cluster.md
2021-12-05 19:22:32 -08:00
Kubernetes Prow Robot
246d261529
Merge pull request #29841 from pacoxu/patch-7
...
Add safe sysctl net.ipv4.ip_unprivileged_port_start
2021-12-05 17:46:32 -08:00
prameshj
63420166a1
Update docs to clarify the dns configmap format. ( #29988 )
...
* Update docs to clarify the dns configmap format.
* Update content/en/docs/tasks/administer-cluster/nodelocaldns.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-12-05 17:28:32 -08:00
Mohit Sharma
1660298346
fixed the list container images by pod section ( #30207 )
...
Signed-off-by: Mohit Sharma <imoisharma@icloud.com>
2021-12-05 17:18:32 -08:00
Kubernetes Prow Robot
d2d722ae30
Merge pull request #30223 from slayer321/add-volume-example
...
docs: add PV duplicate example
2021-12-05 15:12:32 -08:00
Kubernetes Prow Robot
6ce3307738
Merge pull request #30690 from hangyan/patch-1
...
Remove kompose up and down command doc
2021-12-05 14:58:32 -08:00
Kubernetes Prow Robot
bbeb5184a7
Merge pull request #29739 from jtslear/jts/recommend-hpa-config
...
Add recommendation for Deployment when HPA is enabled
2021-12-05 14:56:32 -08:00
Kubernetes Prow Robot
702ae926dd
Merge pull request #30711 from sftim/20211123_improve_hpa_docs
...
Improve docs for HorizontalPodAutoscaler
2021-12-04 07:04:31 -08:00
Kubernetes Prow Robot
4f193feffe
Merge pull request #30710 from sftim/20211201_improve_probe_documentation
...
Improve documentation for container probes
2021-12-03 06:08:27 -08:00
Tim Bannister
e1bf8f22b2
Improve docs for HorizontalPodAutoscaler
...
Co-authored-by: Chris Negus <cnegus@redhat.com>
2021-12-03 12:11:45 +00:00
Kubernetes Prow Robot
3baac6dde3
Merge pull request #30705 from jlbutler/merged-main-dev-1.23
...
Periodic integration branch sync for 1.23
2021-12-02 18:02:26 -08:00
Tim Bannister
8a0f330654
Improve documentation for container probes
...
- mention gRPC probes in concept page
- revise explanation of gRPC probes in task page
- general tidying
2021-12-03 00:26:22 +00:00
Kubernetes Prow Robot
089d6ee918
Merge pull request #30108 from sftim/20211016_revise_dynamic_kubelet_config_task
...
Revise dynamic kubelet config task
2021-12-02 10:03:34 -08:00
Brandon Smith
b90d125e1c
kublet -> kubelet ( #30700 )
2021-12-02 09:45:34 -08:00
David Young
4f96e391b4
Fix auditing example
...
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2021-12-02 14:36:53 +13:00
Kubernetes Prow Robot
6f7f9810b0
Merge pull request #30547 from josephburnett/hpa-v2
...
Revise HPA documentation for stable HPA v2 API
2021-12-01 15:19:19 -08:00
Jesse Butler
018f9d05a2
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-12-01 12:23:10 -05:00
Kubernetes Prow Robot
4afed8f01f
Merge pull request #30664 from ashish-jaiswar/NewBranch
...
updated setup-konnectivity.md page
2021-11-30 22:09:17 -08:00
Kubernetes Prow Robot
f17f3884a2
Merge pull request #29740 from SergeyKanzhelev/grpcProbeDocsPlaceholder
...
gRPC probes support (KEP 2727)
2021-11-30 16:09:18 -08:00
Brandon Smith
6a684469cb
Windows HostProcess Beta 1.23 Documentation ( #30391 )
...
* Added initial version change
* Added more information for HostProcess in 1.23, removed content relating to 1.22 specifically.
* Made containerd mention specific to 1.6
* Added note about base images and removed annotation mentions
* Reworded prerequisites section.
2021-11-30 15:49:17 -08:00
John T Skarbek
df3184bd52
Add recommendation for Deployment when HPA is enabled
...
* Advertise that we need to remove `spec.replicas` when a Horizontal Pod
Autoscaler is active to prevent unnecessary changes in Pod counts during
Deployment object changes
* Make note that a Deployment that has this value set behave awkwardly if a
Deployment is scaled manually outside of the Deployment object
Signed-off-by: John T Skarbek <jtslear@gmail.com>
2021-11-30 18:37:10 -05:00
Sergey Kanzhelev
ef6668539c
gRPC probes
2021-11-30 23:35:27 +00:00
Kubernetes Prow Robot
84760237c6
Merge pull request #30626 from cici37/validation-rules
...
Add documentation for Validation Rules feature to Custom Resource Definitions task docs
2021-11-30 10:38:56 -08:00
Hang Yan
56035c1f8c
Remove kompose up and down command doc
...
kompose has drop support for `up` and `down` subcommand since v1.22.0.
Also update kompose versions
2021-11-30 23:19:13 +08:00
Ashish jaiswar
b546825c32
Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md
...
Co-authored-by: Meha Bhalodiya <mehabhalodiya@gmail.com>
2021-11-30 13:22:22 +05:30
Kubernetes Prow Robot
e5d4d25a77
Merge pull request #30604 from mengjiao-liu/kubelet-sysctl-allow-slashes
...
kubelet: sysctls allows slashes as a separator
2021-11-29 18:30:56 -08:00
Carlos Domingues
42e485b814
Use tabs and explicitly say this is for bash only
2021-11-29 22:23:54 -03:00
Carlos Domingues
7efe6cb612
Remove unecessary "echo"
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-11-29 22:11:31 -03:00
Kubernetes Prow Robot
48612bee86
Merge pull request #30553 from gnufied/kep-695-doc
...
Move ConfigurableFSGroupPolicy to GA
2021-11-29 13:51:21 -08:00
Hemant Kumar
2ebfcfea1a
Update docs for ConfigurableFSGroupPolicy
2021-11-29 14:03:26 -05:00
cici37
cd1726aa10
Adding details on CEL validation for CRD.
2021-11-29 09:06:40 -08:00
Joe Betz
a9641b6ccd
Add stub for validatiton rule documentation
2021-11-29 09:06:40 -08:00
sandipanpanda
269dad43a0
Fix broken link of Install Docker Engine - Enterprise on Windows Servers ( #30105 )
...
* Fix the broken link of Install Docker Engine
Fix the broken link of Install Docker Engine - Enterprise on Windows Servers. Updated the redirect URL from https://hub.docker.com/editions/enterprise/docker-ee-server-windows to https://docs.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=Windows-Server#install-docker
* Fix the broken link of Install Docker Engine
* Fix the broken link of Install Docker Engine
* Update adding-windows-nodes.md
* Update adding-windows-nodes.md
2021-11-29 01:09:22 -08:00
ashish-jaiswar
edc96615a6
updated setup-konnectivity.md
2021-11-29 10:11:47 +05:30
Carlos Domingues
cde216e2f4
Use tee to write to /etc/bash_completion.d/kubectl
2021-11-29 00:43:34 -03:00
Tim Bannister
c043aca0dc
Tidy page
2021-11-27 18:19:40 +00:00
Tim Bannister
282bc9187c
Revise what's next section
2021-11-27 18:19:40 +00:00
Mengjiao Liu
159234a0a6
kubelet: sysctls allows slashes as a separator
2021-11-25 11:14:56 +08:00
Kubernetes Prow Robot
199047637f
Merge pull request #29709 from fromanirh/cpumanager-policy-options-feature-gates
...
node: cpumanager: policy options to beta: document the options graduation process
2021-11-23 12:34:52 -08:00
Kubernetes Prow Robot
007e2ea63c
Merge pull request #30535 from haircommander/cri-stats
...
Document PodAndContainerStatsFromCRI feature
2021-11-23 09:02:17 -08:00
Francesco Romani
7d8483e0e4
node: cpumanager: document the graduation process
...
Document the graduation process and the maturity level
of the cpumanager policy options, and the new feature gate
involved. No changes regarding the existing options.
For more details: https://github.com/kubernetes/enhancements/pull/2933
Signed-off-by: Francesco Romani <fromani@redhat.com>
2021-11-23 18:01:15 +01:00
Peter Hunt
7c1e61a697
Document PodAndContainerStatsFromCRI feature
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2021-11-23 11:48:54 -05:00
Joseph Burnett
ee39fdc2ad
Update docs with HPA v2 stable.
2021-11-23 14:21:08 +01:00
Kubernetes Prow Robot
29c2aedd69
Merge pull request #30537 from robscott/topology-hints-1.23
...
Updating Topology Aware Hints docs for 1.23
2021-11-22 18:22:17 -08:00
Kubernetes Prow Robot
1c31b83f9d
Merge pull request #30294 from bradbeck/zsh-completion
...
Fix zsh completion setup
2021-11-22 18:14:16 -08:00
Kubernetes Prow Robot
8b9ed000f2
Merge pull request #28218 from kelvinn/patch-2
...
Fix incorrect command
2021-11-22 17:48:16 -08:00
Kubernetes Prow Robot
7714140cc6
Merge pull request #30500 from sysnet4admin/patch-5
...
Update managing-tls-in-a-cluster.md
2021-11-21 16:19:03 -08:00
Kubernetes Prow Robot
6e45595d3a
Merge pull request #29871 from verb/1.23-ec-beta
...
Promote EphemeralContainers to beta in website
2021-11-20 17:10:59 -08:00
Kubernetes Prow Robot
b6ae6e78f7
Merge pull request #29386 from bridgetkromhout/dev-1.23
...
Promote IPv4/IPv6 dual-stack support to Stable in 1.23
2021-11-20 11:04:59 -08:00
Kubernetes Prow Robot
04d20067e8
Merge pull request #30468 from klueska/kep-2902-distribute-cpus-policy
...
Add description of distribute-cpus-across-numa CPUManager policy option
2021-11-20 10:44:59 -08:00
Kubernetes Prow Robot
2b062f57e5
Merge pull request #29753 from verult/fsgroup-to-csi-beta
...
Updating DelegateFSGroupToCSIDriver feature to beta
2021-11-20 10:30:59 -08:00
Bridget Kromhout
a209e3d65e
Dual-stack to stable in 1.23
...
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2021-11-20 16:53:27 +00:00
Rob Scott
2474ff93aa
Updating Topology Aware Hints docs for 1.23
2021-11-19 16:17:10 -08:00
Vaibhav
e8ff60d0e9
Update the reference statement in access-cluster-services.md
2021-11-18 10:49:08 +05:30
Kevin Klues
378fc570b1
Add description of distribute-cpus-across-numa CPUManager policy option
...
Signed-off-by: Kevin Klues <kklues@nvidia.com>
2021-11-17 23:19:54 +01:00
Jesse Butler
d330226a95
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-11-17 12:55:09 -05:00
Kubernetes Prow Robot
9028af1ae3
Merge pull request #28226 from saschagrunert/image-config-json
...
Add docs about auth differences between Docker and Kubernetes
2021-11-17 03:49:54 -08:00
Hoon Jo
0cb7bc3295
Update managing-tls-in-a-cluster.md
...
In my humble view, `kubectl certificate approve my-svc.my-namespace` command may understand easily to follow up this procedure.
Update managing-tls-in-a-cluster.md
Change some text as Divya Mohan's guidance.
Update managing-tls-in-a-cluster.md
Change text as sftim's guidance.! Thank you so much!
2021-11-17 18:56:37 +09:00
Kubernetes Prow Robot
768905ec73
Merge pull request #30385 from kvaps/fix-konnectivity-audience
...
Refer ServiceAccountTokenVolumeProjection documentation instead of providing incorrect instructions.
2021-11-16 14:42:33 -08:00
Lee Verberne
771ee157a9
Promote EphemeralContainers to beta
2021-11-16 07:51:28 -05:00
Chiranga Alwis
45148c60e0
Review network policy ingress rules
...
Add missing note to review Kubernetes Network Policy Ingress rules during debugging Kubernetes Service issues
Update document link
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-11-15 11:49:39 +05:30
Kubernetes Prow Robot
d9a041eb7d
Merge pull request #30067 from sftim/20211013_tidy_pull_image_private_registry_task
...
Tidy task “Pull an Image from a Private Registry”
2021-11-12 19:46:46 -08:00
sandipanpanda
7a513e6dee
Fix broken anchor link of #type-nodeport in service.md ( #30388 )
...
* Fix broken anchor link of #type-nodeport in service.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in overview.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in ingress.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in troubleshooting-kubeadm.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in connecting-frontend-backend.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in source-ip.md
2021-11-12 08:02:28 -08:00
Akihiro Suda
e2f17b7579
Fix typos,config paths in kubelet-in-userns.md. Add link to port forwarder implementation ( #30410 )
...
* kubelet-in-userns.md: fix typoes
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
* kubelet-in-userns.md: fix unexpected config paths
Referring to `/etc/containerd/config.toml` makes sense only when the user has
read/write permissions to `/etc/containerd/config.toml` in the current mount
namespace, which is not always assumed in the context of this documentation.
The same applies to `/etc/crio/crio.conf`, too.
Partially revert PR 30020.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
* kubelet-in-userns.md: add back the link to example port forwarder implementation
Add back the link to `k3s/pkg/rootlessports/controller.go` removed in PR 30020.
As stated in `{{ <note> }}`, the corresponding section is written for developers
of Kubernetes distros, not for end users.
So we should retain the implementation details here.
Partially revert PR 30020.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-11-11 18:02:28 -08:00
Cheng Xing
1e0796c4e4
Delegate FSGroup to CSI beta
2021-11-10 17:02:51 -08:00
Jordan Liggitt
4b7784728a
PodSecurity beta updates
2021-11-10 10:30:51 -05:00
Ashley Davis
8ae9faaed1
[en] update link to cert-manager docs
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-11-10 14:18:23 +00:00
Kubernetes Prow Robot
5436d4af9d
Merge pull request #30398 from jihoon-seo/211109_Make_redirection_for_highly-available-control-plane
...
Make redirection for highly-available-control-plane
2021-11-09 18:33:26 -08:00
Kubernetes Prow Robot
2245b59156
Merge pull request #30387 from kvaps/omit-api-audiences
...
ServiceAccountTokenVolumeProjection: api-audiences flag can be omitted
2021-11-09 18:31:27 -08:00
Jihoon Seo
047c8577d5
Make redirection for highly-available-control-plane
2021-11-09 10:50:38 +09:00
Kubernetes Prow Robot
a45e1b3347
Merge pull request #30368 from TreeKat71/main
...
Typo `etcdutl` in configure-upgrade-etcd.md
2021-11-08 17:20:49 -08:00
Andrei Kvapil
69c6dc0a82
Refer ServiceAccountTokenVolumeProjection documentation instead of providing incorrect instructions.
...
Since Kubernetes v1.20 it is enabled by default.
2021-11-08 15:16:05 +01:00
Andrei Kvapil
02d9cec45e
api-audiences flag can be omitted
2021-11-08 11:52:11 +01:00
Kubernetes Prow Robot
dfbb64991f
Merge pull request #30117 from ztzxt/patch-1
...
Bump dashboard version to 2.4.0 from 2.3.1
2021-11-06 19:26:51 -07:00
Kubernetes Prow Robot
80b4fe0cac
Merge pull request #30069 from sftim/20211013_tweak_kubectl_skew_advice
...
Tweak advice about kubectl skew
2021-11-05 13:52:40 -07:00
Muller Hsu
f0c98092e9
Update configure-upgrade-etcd.md
...
Typo
Should be `etcdctl` not etcdutl
2021-11-05 17:53:56 +08:00
Suresh Kumar
2b61e464a6
Update parallel-processing-expansion.md
...
removed unwanted jinja tags
2021-11-03 19:33:09 +05:30
Kubernetes Prow Robot
f8276a4830
Merge pull request #30107 from chirangaalwis/patch-3
...
Update "multiple schedulers" example
2021-11-02 15:31:42 -07:00
chirangaalwis
7449bb36a0
Update config refs to KubeSchedulerConfiguration
2021-11-02 19:56:21 +05:30
Renan Gonçalves
b4b8893a93
Fix default value for MaxSurge
...
The implementation defines the default value for MaxSurge being 0, as to
preserve the current behavior of rolling updates in DaemonSets.
This change is just a copy-paste of the docblock defined in the types.go
file.
See:
- 10a3cc815b/pkg/apis/apps/types.go
- 10a3cc815b/pkg/apis/apps/v1/defaults.go (L87-L91)
2021-11-02 14:03:40 +01:00
Chiranga Alwis
c5cb03ab13
Shorten the description on field updating
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 14:01:35 +05:30
Chiranga Alwis
7b6d84ec7c
Use note short code to highlight the content
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 13:59:24 +05:30
Guangwen Feng
5a92aaf08b
Fix typo
...
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-11-02 13:38:41 +08:00
Kubernetes Prow Robot
f49e939aa7
Merge pull request #30247 from aysabzevar/main
...
add sudo to Red Hat-based distributions - en
2021-11-01 22:06:58 -07:00
Chiranga Alwis
514db9eb70
Improve and reorder the wording
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 10:31:38 +05:30
Chiranga Alwis
eedbfd5724
Add content best practices
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 10:28:51 +05:30
Brad Beck
b48ddd9e90
Fix zsh completion setup
2021-10-28 10:02:50 -05:00
Kubernetes Prow Robot
a3c025e979
Merge pull request #30274 from liggitt/podsecurity-typo
...
Fix typo in podsecurity config example
2021-10-27 13:08:25 -07:00
Jordan Liggitt
0dfdffe95f
Fix typo in podsecurity config example
2021-10-27 13:58:12 -04:00
Ali Yousefi Sabzevar
d895791f1f
fix the sudo problem with cat using tee - en
2021-10-27 14:22:35 +02:00
Richie McG
a7a4745b79
Revert an incorrect fix
...
corrections for etctutl command name incorrectly “fixed” #30215
2021-10-27 18:56:16 +09:00
Kubernetes Prow Robot
4a3f2ef536
Merge pull request #30198 from SergeyKanzhelev/dockershimUpdates
...
Find out what container runtime is used and mention private registries
2021-10-26 17:15:41 -07:00
Ali Yousefi Sabzevar
9a36c05f6a
add sudo to Red Hat-based distributions - en
2021-10-26 21:43:55 +02:00
Jesse Butler
4e755b2f2c
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-10-26 14:13:06 -04:00
Sergey Kanzhelev
4a6d4d5dd3
find out what container runtime is used and mention private registries
2021-10-26 16:26:59 +00:00
Kubernetes Prow Robot
d6fad21377
Merge pull request #30075 from nuno-faria/patch-1
...
Remove extra parenthesis
2021-10-25 11:21:03 -07:00
slayer321
d283c1f545
docs: add PV duplicate example
2021-10-25 09:52:46 -04:00
Kubernetes Prow Robot
7502b9e383
Merge pull request #29206 from sftim/20210803_revise_nginx_ingress_minikube_tutorial_task
...
Revise task for practising NGINX Ingress controller
2021-10-24 16:56:21 -07:00
Richie McG
64b5b16bac
Correct Typo
...
Correct typo form etcdutl to etcdctl on line 333
2021-10-23 17:29:03 +09:00
Kubernetes Prow Robot
f5049435ab
Merge pull request #30064 from sftim/20211012_link_pv_reclaim_policy_change_task_new_api_reference
...
Tidy task about PV reclaim policy
2021-10-22 17:00:50 -07:00
Kubernetes Prow Robot
286db402a2
Merge pull request #30123 from sftim/20211017_more_responsive_figure_sizing
...
Make figure sizing more responsive
2021-10-21 17:10:37 -07:00
Stefan Lasiewski
537c2e101b
sha256sum requires 2nd space for the type
2021-10-20 10:12:43 -07:00
chirangaalwis
35525d17b5
Add extra details for clarity
2021-10-18 20:44:13 +05:30
Chiranga Alwis
dcbf152118
Remove unnecessary reference to scheduler
...
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
2021-10-18 20:29:53 +05:30
Chiranga Alwis
9a0f0e25ea
Rearrange words for better meaning
...
Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
2021-10-18 20:28:17 +05:30
Kubernetes Prow Robot
3f824a8989
Merge pull request #28601 from RA489/update_etcd
...
Example with data dir for restore
2021-10-18 01:35:51 -07:00
RA489
c689362c08
Example with data dir for restore
2021-10-18 10:32:25 +05:30
Chiranga Alwis
10846473ac
Add reference to the created scheduler configuration CM
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-10-18 10:21:13 +05:30
Tim Bannister
dc84f0cb97
Mark figures' intended size
...
This commit activates Sass styling to make image sizes more responsive
on the rendered page.
2021-10-17 21:31:52 +01:00
ztzxt
c864a62dff
Bump dashboard version to 2.4.0 from 2.3.1
2021-10-17 13:28:03 +03:00
nuno-faria
d7ccf551bf
Create a separate sentence
2021-10-16 12:55:35 +01:00
chirangaalwis
8e250cf405
Update references to invalid --scheduler-name arg
2021-10-16 15:02:45 +05:30
chirangaalwis
95be4e5e65
Update multiple scheduler with HA guide
2021-10-16 14:55:30 +05:30
chirangaalwis
6ec90297d0
Update multiple scheduler deployment guide
2021-10-16 13:31:18 +05:30
Kubernetes Prow Robot
8fb866a9d2
Merge pull request #30020 from tengqm/fix-kubelet-userns
...
Tweak the kubelet in user namespace page
2021-10-14 17:54:54 -07:00
Tim Bannister
cccf7b2102
Tweak advice about kubectl skew
...
This change helps make the example apply more relevantly to older docs
releases.
2021-10-13 19:35:06 +01:00
nuno-faria
3ee7b1f354
Remove extra parenthesis
2021-10-13 12:02:00 +01:00
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
Kubernetes Prow Robot
96069e6a32
Merge pull request #28607 from kahirokunn/patch-1
...
fix: k8s dashboard link.
2021-08-12 08:23:48 -07:00
yuswift
7318b18c03
fix some typos
...
Signed-off-by: yuswift <yuswift2018@gmail.com>
2021-08-11 15:42:01 +08:00
Kubernetes Prow Robot
7331e54c09
Merge pull request #28623 from chenxuc/staticPod
...
static pod not support configmap or secret
2021-08-10 03:23:17 -07:00
Mengjiao Liu
f945335af6
Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value
2021-08-10 18:03:21 +08:00
Hoon Jo
11c7b70b41
Update web-ui-dashboard.md
...
I rquest to update dashboard/v2.3.1 from v2.2.0
Refer to below
https://github.com/kubernetes/dashboard
2021-08-10 18:51:23 +09:00
Kubernetes Prow Robot
20890d53b7
Merge pull request #29304 from hokadiri/patch-1
...
Update safely-drain-node.md
2021-08-10 02:11:18 -07:00
Kubernetes Prow Robot
2fbd6ceded
Merge pull request #28879 from Shubham82/correct-FQDN_for_dockerhub
...
Correct FQDN for DockerHub.
2021-08-10 00:35:20 -07:00
Hussein Kadiri
e6082aca98
Update safely-drain-node.md
2021-08-09 09:37:05 -07:00
Kubernetes Prow Robot
90f2d903fb
Merge pull request #29250 from jalagari/main
...
Selector expect map not string
2021-08-08 13:37:30 -07:00
Dima Brusilovsky
91f4f4adf7
Update custom-resource-definition-versioning.md
2021-08-08 18:47:19 +03:00
Kubernetes Prow Robot
b5c1e98957
Merge pull request #29241 from YuikoTakada/fix_relative_paths
...
Replace with relative path
2021-08-06 06:51:19 -07:00
Vijay Kumar Jalagari
2eda36ea27
Selector expect map not string
...
If we using string then k8s api is throwing validation error
``` (HorizontalPodAutoscaler.spec.metrics[0].object.metric.selector): invalid type for io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector: got "string", expected "map"; if you choose to ignore these errors, turn validation off with --validate=false ```
2021-08-05 16:10:36 +05:30
Yuiko Mouri
1ad2bce475
Fix missing link
2021-08-05 14:55:29 +09:00
Yuiko Mouri
8f301ea379
Replace with relative path
2021-08-05 11:54:46 +09:00
Victor Palade
61ac44bb11
Merge master into dev-1.22 to keep in sync
2021-08-04 19:43:06 +02:00
Kubernetes Prow Robot
c2b38df06f
Merge pull request #28138 from aanm/update-cilium-docs
...
Update cilium docs
2021-08-02 05:45:21 -07:00
Shubham Kuchhal
bcd6bc07ce
Fix Static Pod Link.
2021-08-02 15:27:02 +05:30
Kubernetes Prow Robot
f21c56522a
Merge pull request #29166 from ClaudiaJKang/fix-typo-kubectl-convert-macos
...
Fix kubectl-convert plugin typo on "Install kubectl on macOS"
2021-08-01 12:27:21 -07:00
Kubernetes Prow Robot
2b457e1612
Merge pull request #28944 from aliakbar-hemmati/fix-28875
...
Add explanations for control-plane pods restart after certificate ren…
2021-07-31 20:29:20 -07:00
Juhee Kang
97d371bcf7
Fix kubectl-convert plugin typo on "Install kubectl on macOS"
...
Compared with the other distro guide about installation kubectl, the macOS installation guide has a typo about validation of kubectl-convert.
This commits fixes the typo on "Install kubectl on macOS" documentation.
2021-07-30 22:16:44 +09:00
Kubernetes Prow Robot
2aa0117550
Merge pull request #29161 from steven-my/29096-update-location-for-preparenode-ps1
...
Update location of PrepareNode.ps1
2021-07-30 03:11:37 -07:00
Kubernetes Prow Robot
0df45a7130
Merge pull request #29154 from cslauritsen/patch-1
...
mark adjectival phrases with hyphens
2021-07-29 15:41:39 -07:00
Kubernetes Prow Robot
f470819727
Merge pull request #28583 from vaibhav2107/hpa-walkthrough
...
Update the command in /docs/tasks/run-application/horizontal-pod-auto…
2021-07-29 14:05:19 -07:00
Chad Lauritsen
abeaf3e5ea
mark adjectival phrases with hyphens
2021-07-29 12:46:32 -04:00
Victor Palade
252c44c53d
Merge master into dev-1.22 to keep in sync
2021-07-29 15:40:32 +03:00
Simone Tiraboschi
eca82e08f9
Concretely explain how to patch CRD status
...
Current documentation simply suggest
"Remove v1beta1 from the CustomResourceDefinition
status.storedVersions field."
but this cannot be done just with kubectl and
it's not so intuitive.
Adding an example to make it more clear.
Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
2021-07-29 13:50:42 +02:00
Steven Yan
6db181178f
Update location of PrepareNode.ps1
2021-07-29 16:35:26 +08:00
Kubernetes Prow Robot
ddf46cfd6b
Merge pull request #29124 from tallclair/podsecurity
...
[PodSecurity] Correct and clarify a few things
2021-07-28 11:26:47 -07:00
Tim Allclair
6ac692be8e
[PodSecurity] Correct and clarify a few things
2021-07-28 10:41:59 -07:00
Kubernetes Prow Robot
3e806911c0
Merge pull request #28830 from chenxuc/kubelet-config-file
...
improve example for kubelet config file
2021-07-27 18:35:35 -07:00
Junaid Ali
2fe20a8ac4
Fix link to decoding a secret
2021-07-27 23:34:13 +01:00
Kubernetes Prow Robot
1e9582afc3
Merge pull request #28780 from johngmyers/ca-naming
...
Use consistent terminology for the Kubernetes general CA
2021-07-27 10:34:47 -07:00
Victor Palade
3c95e6a96b
Merge master into dev-1.22 to keep in sync
2021-07-27 18:47:27 +03:00
Kubernetes Prow Robot
818def30ed
Merge pull request #29018 from SamWheating/sw-fix-sentence-in-hpa-docs
...
Fixing improper sentence in HPA documentation
2021-07-27 03:16:45 -07:00
cezaryzukowski
11c8889e6d
The Memory Manager graduates to Beta ( #28851 )
...
* Update gRPC messages documentation
* Revisions + extend docs
* Update content/en/docs/tasks/administer-cluster/memory-manager.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Revisions
* Update content/en/docs/tasks/administer-cluster/memory-manager.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Revisions
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-07-27 02:12:45 -07:00
Kubernetes Prow Robot
1f906ce67a
Merge pull request #28827 from AkihiroSuda/kep2033-kubelet-in-userns-aka-rootless
...
Add `KubeletInUserNamespace` feature gate
2021-07-27 00:54:46 -07:00
Brandon Smith
af2f72ad59
Windows HostProcess Container Documentation ( #28413 )
...
* Rebasing HostProcess security changes.
* Incorporated initial round of feedback
* Minor wording updates
* Finished up remaining todo items
* Apply suggestions from code review
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
* Moved HostProcess security documentation into PSS and create-host-process-pod docs
* Updated with for James' review
* Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: James Sturtevant <jsturtevant@gmail.com>
* Minor edits
* Modifications for additional feedback
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: James Sturtevant <jsturtevant@gmail.com>
2021-07-27 00:50:45 -07:00
chenxuc
8c9c9c543c
static pod not support configmap or secret
2021-07-27 14:51:45 +08:00
Akihiro Suda
2860fbf1ad
Add `KubeletInUserNamespace` feature gate
...
Enables support for running kubelet in a user namespace.
The user namespace has to be created before running kubelet.
All the node components such as CRI need to be running in the same user namespace.
- Tracking issue: kubernetes/enhancements issue 2033
- KEP: https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2033-kubelet-in-userns-aka-rootless
- Implementation: kubernetes/kubernetes PR 92863
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-07-27 15:18:46 +09:00
Kubernetes Prow Robot
d078b427b8
Merge pull request #28870 from shannonxtreme/gc-docs
...
Create garbage collection docs
2021-07-26 22:40:45 -07:00
Sam Wheating
498647c438
Removing paragraph about ReplicationController
2021-07-26 09:17:10 -07:00
Sam Wheating
e4d7ffb6d6
Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-07-26 09:14:03 -07:00
Kubernetes Prow Robot
09903e156f
Merge pull request #29076 from xinydev/update-kubectl-flag
...
Update kubectl deprecated flag delete-local-data to delete-emptydir-data
2021-07-26 04:20:33 -07:00
Vaibhav
03dea1a56f
Update the changes in access-cluster-services.md
2021-07-26 13:54:44 +05:30
Tim Bannister
39f2c3860d
Reword “Create an External Load Balancer” task
...
- general cleanup
- update sample output
- use more tooltips
- avoid specifying specific cloud providers
The website repo doesn't maintain a definitive list of cloud providers that
pass Kubernetes conformance tests. It's certainly more than AWS and GCP as
the previous revision stated.
2021-07-24 02:19:40 +01:00
Abhijit Hoskeri
ff63695666
encrypt-data: Don't recommend AES-CBC
...
CBC is not recommended any more due to vulnerability
to padding oracle attacks.
Promote secretbox instead.
2021-07-23 13:03:33 -07:00
XinYang
d095a148f2
Update kubectl deprecated flag delete-local-data
...
Signed-off-by: XinYang <xinydev@gmail.com>
revert changes
Signed-off-by: XinYang <xinydev@gmail.com>
update more
Signed-off-by: XinYang <xinydev@gmail.com>
2021-07-23 10:39:30 +08:00
Kubernetes Prow Robot
98a52cdede
Merge pull request #29080 from able8/fix-an-empty-prerequisites
...
Fix an empty prerequisites section in update-daemon-set.md
2021-07-22 18:07:16 -07:00
Able Lv
72af5fdf2f
Update content/en/docs/tasks/manage-daemon/update-daemon-set.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-07-23 08:58:37 +08:00
Kubernetes Prow Robot
0650476fb5
Merge pull request #28930 from ehashman/kep-2238-beta
...
KEP-2238 probe-level grace period changes for beta/1.22
2021-07-22 17:11:16 -07:00
able.lv
9c61f34abd
fix an empty prerequisites
2021-07-22 22:21:28 +08:00
Vaibhav
816a5debe8
Remove the duplicate content from access-cluster.md
2021-07-22 18:54:41 +05:30
Kubernetes Prow Robot
be5f25eade
Merge pull request #27891 from fromanirh/cpumanager-policy-options
...
cpumanager: document cpu manager policy options
2021-07-22 05:15:51 -07:00
Kubernetes Prow Robot
11ca5f06dc
Merge pull request #28530 from Shubham82/Add-MongoDB-yamls
...
Add MongoDB deployment and service.
2021-07-22 05:05:51 -07:00
Wiktor Kwapisiewicz
e8b498ee14
Fix secret name to be consistent with examples
2021-07-22 10:58:47 +02:00
Kubernetes Prow Robot
f92e3ec2ba
Merge pull request #28903 from sejr/feat/podsecurity
...
Add Pod Security Standards documentation
2021-07-22 01:57:52 -07:00
Kubernetes Prow Robot
b017081952
Merge pull request #28319 from ravisantoshgudimetla/maxSurge-beta
...
Introduce maxSurge as beta feature for DaemonSets
2021-07-21 21:57:51 -07:00
Kubernetes Prow Robot
297ef84338
Merge pull request #28882 from jiahuif/feature/leader-migration/to-beta
...
KEP-2436 Leader Migration: to beta
2021-07-21 11:31:51 -07:00
ravisantoshgudimetla
06599a6259
Make maxSurge as beta feature for DaemonSets
...
kubernetes/kubernetes#101742 merged which made this feature beta.
This is the companion docs PR for kubernetes/enhancements#2665
Co-authored-by: Karen Bradshaw <kbhawkey@gmail.com>
2021-07-21 12:20:20 -04:00
Samuel Roth
e0d4b53b1c
incorporating initial round of feedback
2021-07-21 15:33:46 +00:00
Francesco Romani
a376a29d7e
cpumanager: document cpu manager static policy options
...
The enhancement https://github.com/kubernetes/enhancements/issues/2625
want to add a new kubelet option to fine tune the behaviour of the
cpu manager policies, and to do so we add support for cpu manager policy
options themselves.
Signed-off-by: Francesco Romani <fromani@redhat.com>
2021-07-21 16:25:19 +02:00
Kubernetes Prow Robot
2007c90673
Merge pull request #28869 from verult/fsgroup-to-csi
...
Documentation for delegating FSGroup change to CSI driver
2021-07-21 07:04:08 -07:00
Kubernetes Prow Robot
1a7b4a5e2f
Merge pull request #26664 from bart0sh/PR0004-multisize-hugepages-GA
...
Graduate multiple sizes huge pages to GA
2021-07-21 06:58:08 -07:00
Kubernetes Prow Robot
793c66fffc
Merge pull request #28474 from SergeyKanzhelev/deprecateDynamicKubeletConfig
...
deprecation of DynamicKubeletConfig feature flag
2021-07-21 06:52:08 -07:00
Monis Khan
0d57c5dffa
Fix note about SA OIDC discovery doc default binding
...
Added in v1.19: https://pr.k8s.io/88344
Signed-off-by: Monis Khan <mok@vmware.com>
2021-07-20 17:19:54 -04:00
Elana Hashman
3f0103cd26
Update beta status for 1.22 probe-level grace periods
2021-07-20 11:09:36 -07:00
Cheng Xing
ac68a21c9a
Documentation for delegating FSGroup change to CSI driver
2021-07-19 14:28:07 -07:00
Indeed
e4505847a6
fix typo.
2021-07-19 12:44:37 -07:00
Indeed
b7a4d76be5
match Leader Migration beta implementation.
2021-07-19 12:44:37 -07:00
Sam Wheating
51c621a6ba
Fixing improper sentence in HPA documentation
2021-07-19 10:07:51 -07:00
Ed Bartosh
7a0f9bc01e
Graduate multiple sizes huge pages to GA
...
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2021-07-19 12:51:19 +03:00
Wesley Williams
723b94de50
Clarify that burstable pods also have their limit enforced by CFS quota
2021-07-16 18:10:38 +01:00
aliakbar
85cc70b333
Add explanations for control-plane pods restart after certificate renewal
2021-07-16 21:08:38 +04:30
Kubernetes Prow Robot
36df19e1d5
Merge pull request #28942 from ruffrey/patch-1
...
Fix incorrect mv command for kubectl-convert
2021-07-15 07:34:48 -07:00
Kubernetes Prow Robot
506ee6ff68
Merge pull request #28876 from tengqm/kubeadm-config-ref
...
Kubeadm config reference
2021-07-14 18:12:48 -07:00
ruffrey
f65f046cb5
Fix incorrect mv command for kubectl-convert
...
Looks like the `mv` installation command for `kubectl-convert` had been copied from `kubectl` install, but not fully changed
2021-07-14 09:45:25 -07:00
Anubhav Vardhan
436d3fe8c4
Update content/en/docs/tasks/administer-cluster/highly-available-control-plane.md
...
Co-authored-by: chrismetz09 <cymetz@gmail.com>
2021-07-14 08:48:53 +05:30
Shannon Kularathna
b1573ad314
Create garbage collection docs
2021-07-13 20:32:50 +00:00
Kubernetes Prow Robot
670116cc39
Merge pull request #28740 from bhumijgupta/add-kubectl-check-info
...
Add kubectl-convert plugin installation info
2021-07-12 14:29:42 -07:00
Kubernetes Prow Robot
8e737b26da
Merge pull request #27933 from toshokan/secrets-typo
...
[en] Fix secret -> secrets in titles
2021-07-10 18:34:46 -07:00
Christopher Negus
548ba073da
Merge main into dev-1.22 to keep in sync
2021-07-09 18:19:13 +00:00
Kubernetes Prow Robot
7a85763a8e
Merge pull request #28835 from DestyNova/patch-1
...
Make kubectl executable in non-root install docs
2021-07-09 05:08:53 -07:00
Shubham Kuchhal
a3b120928d
Correct FQDN for DockerHub.
2021-07-09 17:02:58 +05:30
Qiming Teng
6e6c1f8920
Redirect kubeadm config reference
...
Instead of redirecting users to the godoc site for kubeadm configuration options, we'd better point them to the generated reference.
2021-07-09 12:54:18 +08:00
Kubernetes Prow Robot
3f21885d6b
Merge pull request #28657 from RA489/update_ha
...
Update highly-available-control-plane
2021-07-08 16:50:53 -07:00
André Martins
e4615a2ffb
tasks/network: add Cilium in dual-stack supported plugins
...
Update installation steps with the latest stable release.
Signed-off-by: André Martins <aanm90@gmail.com>
2021-07-09 01:37:00 +02:00
Kubernetes Prow Robot
4c6a904242
Merge pull request #28360 from neolit123/1.22-add-v1beta3
...
kubeadm: use the new v1beta3 instead of v1beta2
2021-07-08 09:42:54 -07:00
Sergey Kanzhelev
a4fbeb27dc
deprecation of DynamicKubeletConfig feature flag
2021-07-08 00:11:52 +00:00
Oisín
ad5afa3dfa
Make kubectl executable in non-root install docs
...
Following the "if you do not have root access" installation docs for kubectl results in a "permission denied" error, so this change adds the appropriate chmod command to minimise confusion.
2021-07-07 14:00:33 +01:00
chenxuc
1542bedae4
improve example for kubelet config file
2021-07-07 20:31:41 +08:00
Shubham Kuchhal
752122089d
Update link for "Service Account Signing Key Retrieval KEP"
2021-07-06 15:06:14 +05:30
Aldo Culquicondor
96783a8119
Update release status of Indexed Job
...
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2021-07-05 15:00:21 -04:00
bhumijgupta
437e2a74f8
Add info to verify successfull installation and address other suggestions
...
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
2021-07-05 17:15:04 +05:30
Kubernetes Prow Robot
88275eab73
Merge pull request #28631 from chenxuc/move-page
...
move HostAliases page to tasks
2021-07-03 15:14:18 -07:00
Kubernetes Prow Robot
97e1fb57bf
Merge pull request #28109 from hardikshah197/issue#28062
...
Improvement for k8s.io/docs/concepts/overview/working-with-objects/namespaces/ link updated with v1 namespace
2021-07-03 15:04:18 -07:00
John Gardiner Myers
63405a399a
Use consistent terminology for the Kubernetes general CA
2021-07-03 13:50:42 -07:00
bhumijgupta
956eb48e72
Move kubectl-convert installation info under Optional kubectl configurations and plugins
...
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
2021-07-03 09:36:30 +05:30
bhumijgupta
34b701c10f
Add link to kubectl-convert in install tools footer
...
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
2021-07-01 23:58:59 +05:30
bhumijgupta
729414f650
Add kubectl-convert install info
...
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
2021-07-01 23:51:37 +05:30
Anubhav Vardhan
71507509b3
Update highly-available-control-plane.md
2021-07-01 14:47:28 +05:30
chenxuc
aad34c5acf
move HostAliases page to tasks
2021-06-30 16:30:38 +08:00
Shubham Kuchhal
21f7528b75
Update the Seccomp link.
2021-06-29 12:24:04 +05:30
Kubernetes Prow Robot
3f5a3fe6ed
Merge pull request #28492 from chrisnegus/add-view-csr
...
Added command to view CSR to Certificates page
2021-06-28 13:12:29 -07:00
RA489
74d913a919
Update highly-available-control-plane
2021-06-28 12:52:07 +05:30
Jihoon Seo
d5feed3ed7
Replace 'master' with 'control plane'
2021-06-25 17:39:22 +09:00
Kubernetes Prow Robot
0709b30d05
Merge pull request #28510 from chenxuc/28490
...
Correct command output in custom-resources example
2021-06-24 08:41:41 -07:00
kahirokunn
e6271ef41b
fix: k8s dashboard link.
...
k8s dashboard required https.
http does not currently have a corresponding endpoint.
So if you try to access it like this, you will get an error: "no endpoints available for service".
2021-06-24 21:54:12 +09:00
vaibhav
38f3e13c57
Update the command in /docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/
2021-06-23 20:15:01 +05:30
Victor Palade
1064c8dcff
Merge master into dev-1.22 to keep in sync.
2021-06-22 19:52:26 +02:00
Shubham Kuchhal
21ca9a224f
Add MongoDB deployment and service.
2021-06-21 18:27:52 +05:30
Kubernetes Prow Robot
12c57e6683
Merge pull request #28347 from Shubham82/fix-Certificate_Rotation_for_the_kubelet
...
Correct the Configure Certificate Rotation for the Kubelet docs.
2021-06-21 04:52:51 -07:00
Grace Nguyen
04d0c72c32
Kube config warnings for code execution ( #28248 )
...
* Update configure-access-multiple-clusters.md
* Rewording kubeconfig warning
* Tabitha's suggestion
Co-authored-by: Tabitha Sable <51767484+tabbysable@users.noreply.github.com>
* Re-order sentences
* Copy update
Co-authored-by: Tabitha Sable <51767484+tabbysable@users.noreply.github.com>
2021-06-20 07:12:51 -07:00
chenxuc
c2d7782e5a
Correct command output
...
For issue #28490 ,
update command output to avoid confusion.
2021-06-20 16:03:08 +08:00
Luke Ingalls
7f15418fae
docs: typo
2021-06-18 20:01:07 -06:00
Christopher Negus
69c9e63e9f
Added command to view CSR to Certificates page
2021-06-18 22:05:21 +00:00
Kubernetes Prow Robot
5dfcf92490
Merge pull request #28447 from tengqm/fix-file-modes
...
Remove exec permission on markdown files
2021-06-17 19:04:04 -07:00
Kubernetes Prow Robot
9d6baceb49
Merge pull request #28418 from HongjiangHuang/install-kubectl-notes
...
[en]: Add PATH note for install macos kubectl
2021-06-16 03:55:59 -07:00
Qiming Teng
e9703497a1
Remove exec permission on markdown files
...
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00
Albert
cd30245ed5
[en]: Add PATH note for install macos kubectl
2021-06-16 17:51:22 +08:00
Kubernetes Prow Robot
b7fa9ef8f2
Merge pull request #28425 from HongjiangHuang/duplicate
...
[en]: Remove duplicate content
2021-06-16 02:43:59 -07:00
Albert
482b53e3df
remove duplicate content
2021-06-15 21:54:35 +08:00
Kubernetes Prow Robot
3529fc6ebb
Merge pull request #28312 from antoinep92/patch-1
...
Document recovery from broken kubelet certificate
2021-06-14 22:08:00 -07:00
Kubernetes Prow Robot
45a1150178
Merge pull request #28056 from cynepco3hahue/fix_memory_manager_policies
...
memory manager: update policies names according to the code
2021-06-14 21:52:02 -07:00
Kubernetes Prow Robot
e5b5f45e7c
Merge pull request #28408 from tengqm/fix-links-1
...
Fix some links in the tasks section
2021-06-14 16:24:01 -07:00
hardikshah197
6fae06b5c8
changes made
2021-06-14 23:36:52 +05:30
Qiming Teng
8282ae39a9
Fix some links in the tasks section
...
This PR fixes some links and typesetting nits in the tasks section.
There is no fundamental changes to the content.
2021-06-14 21:06:10 +08:00
Brendan Burns
2a03ddea27
Remove Google SDK instructions. ( #28165 )
...
* Remove Google SDK instructions.
Ref: https://github.com/kubernetes/website/issues/20232
* Remove Google SDK instructions for MacOS
* Remove Google SDK instructions for Windows
* Delete install-kubectl-gcloud.md
2021-06-11 18:23:00 -07:00
Kubernetes Prow Robot
1f6e7cc742
Merge pull request #28120 from HeGaoYuan/patch-2
...
Update determine-reason-pod-failure.md
2021-06-11 15:03:01 -07:00
Ritu Panjwani
20efd69cd9
Merge master into dev-1.22 to keep in sync
...
Signed-off-by: Ritu Panjwani <panjwaniritu45@gmail.com>
2021-06-11 11:19:35 -07:00
kartik494
b16ccb3d1d
Adding output for ingress-nginx namespace
2021-06-11 12:00:27 +05:30
Shubham Kuchhal
deba5807c9
Fix typo
2021-06-10 18:15:32 +05:30
Shubham Kuchhal
3762e01c6d
Correct the Configure Certificate Rotation for the Kubelet docs.
2021-06-10 18:11:39 +05:30
Kubernetes Prow Robot
2f4a570f0c
Merge pull request #27573 from dancnfoo/patch-1
...
Update custom-resource-definition-versioning.md
2021-06-09 19:57:26 -07:00
Kubernetes Prow Robot
969706c388
Merge pull request #27371 from rosespecs/patch-1
...
Gramma fix for change-pv-reclaim-policy.md
2021-06-09 17:39:26 -07:00
Kubernetes Prow Robot
fd3422a561
Merge pull request #28047 from AsterYujano/patch-1
...
Update kustomization.md
2021-06-09 17:31:26 -07:00
Kubernetes Prow Robot
94b2004b82
Merge pull request #28097 from jmyung/patch-1
...
fix minor typo in configure-runasusername.md
2021-06-09 17:17:27 -07:00
Lubomir I. Ivanov
fa3efa1441
kubeadm: use the new v1beta3 instead of v1beta2
...
In 1.22 kubeadm is adding a new API version - v1beta3.
Adapt links and examples to use v1beta3 instead of v1beta2.
v1beta2 is not deprecated yet, but v1beta3 is preferred
at this point.
2021-06-10 02:51:16 +03:00
hardikshah197
44eea9958e
Merge branch 'master' into issue#28062
2021-06-09 15:54:35 +05:30
hardikshah197
23122963bc
link updated
2021-06-09 15:53:18 +05:30
hardikshah197
7f0111d68a
link restored
2021-06-09 15:34:39 +05:30
Kubernetes Prow Robot
d8f4b5c161
Merge pull request #28289 from PI-Victor/merged-master-dev-1.22
...
Merge master into dev-1.22
2021-06-08 19:31:47 -07:00
Kubernetes Prow Robot
0bf3cb6b6c
Merge pull request #27989 from makusu2/patch-1
...
Clarify what must be the same
2021-06-08 18:17:47 -07:00
Kubernetes Prow Robot
fbab5a864d
Merge pull request #28073 from vitaliyf/patch-1
...
Clarify that Docker registry secrets are using type kubernetes.io/dockerconfigjson
2021-06-08 14:24:08 -07:00
Kubernetes Prow Robot
2801962020
Merge pull request #28263 from yilmazsen/patch-1
...
Adding one line code for installation of kubectl
2021-06-08 07:17:14 -07:00
Antoine Poliakov
58fc28ecb8
Document kubelet client certificate recovery
...
break long lines
simplify wording (suggested by neolit123)
phrasing error/typo
don't mention creating a new kuebadm config file, not really relevant here
remove unnecessary stop from kubelet cert troubleshoot
minor phrasing improvement: *the* kublet
make the steps for fixing kubelet certs separate from other troubleshooting suggestions
move kubelet cert troubleshooting to a better place
improve note wording and add link
add missing dot
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
add missing dot
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
remove steps not related to the issue
Make instructions work on worker nodes too
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2021-06-08 09:18:02 +02:00
Kubernetes Prow Robot
cfa387a2df
Merge pull request #28166 from brendandburns/brendandburns-patch-1
...
Delete logging-stackdriver.md
2021-06-05 06:30:38 -07:00
Kubernetes Prow Robot
1f70fdbf44
Merge pull request #28030 from ms-choudhary/fix-list-images
...
Fix list all uniq container images
2021-06-05 06:16:38 -07:00
Kubernetes Prow Robot
ed7eb19f8b
Merge pull request #28294 from tengqm/fix-27953
...
Fix Windows sample command
2021-06-05 04:50:38 -07:00
Qiming Teng
d0689c9937
Fix Windows sample command
...
The script mentioned actually accepts simply the version string without
the 'v' character.
2021-06-05 17:24:22 +08:00
Marian Steinbach
56dbcd6731
Terminology: high-availability masters -> high-availability control plane ( #28225 )
...
* Change terminology: high availability masters -> high availability control plane
* Fix typo
* Add alias for old URI
* Rename file
2021-06-04 21:08:38 -07:00
Kubernetes Prow Robot
9f8abfadd0
Merge pull request #28246 from Shubham82/fix-Configure_Service_Accounts_for_Pods
...
Improvement in Configure Service Accounts for Pods Task
2021-06-04 21:04:37 -07:00
Kubernetes Prow Robot
7097e3a8d7
Merge pull request #28096 from gjkim42/expanded-dns-config
...
Add ExpandedDNSConfig feature gate
2021-06-04 20:50:38 -07:00
Victor Palade
996ebf5b76
Merge master into dev-1.22 to keep in sync
2021-06-04 19:09:34 +02:00
Yılmaz ŞEN
cd04c8a1f6
Adding one line code for installation of kubectl
...
Hi There, When I follow these instructions, I could not install correctly kubectl. After kubectl file downloading, That file needs to be given execution permission.
I want to contribute for that. Best regards.
2021-06-04 11:19:25 +03:00
Shubham Kuchhal
8d50647fdb
Improve Configure Service Accounts
...
Improvement in Configure Service Accounts for Pods Task
Signed-off-by: Shubham Kuchhal <shubham.kuchhal@india.nec.com>
Remove annotations field from metadata.
2021-06-03 20:57:10 +05:30
Jihoon Seo
dfaefa54aa
Nit: Fix hrefs of some links
2021-06-03 06:20:26 +09:00
Kelvin Nicholson
04b5916f26
Fix incorrect command
2021-06-01 22:15:18 +10:00
Brendan Burns
7af03687a0
Delete logging-stackdriver.md
2021-05-29 08:40:17 -07:00
Gunju Kim
30d4d4ee68
Add ExpandedDNSConfig feature gate
2021-05-27 20:20:30 +09:00
Kubernetes Prow Robot
5dfdc39076
Merge pull request #28049 from pacoxu/patch-6
...
kubeadm will default it to systemd in 1.22
2021-05-26 18:58:23 -07:00
Kubernetes Prow Robot
7d631e4f9e
Merge pull request #27810 from liggitt/eviction-v1
...
Update eviction example to use policy/v1
2021-05-26 09:23:38 -07:00
Kiran Mova
333b04b12f
remove alpha feature note from fsGroupChangePolicy
2021-05-26 17:45:20 +05:30
HeGaoYuan
40e305ac9d
Update determine-reason-pod-failure.md
...
cmd => command for more accurate
2021-05-26 12:57:38 +08:00
hardikshah197
d54878ec75
namespace source link updated
2021-05-25 16:46:19 +05:30
Jesang Myung
dd05e6211d
no right parenthesis in three parts.
2021-05-24 22:36:12 +09:00
Paco Xu
3d96b73457
kubeadm will default it to systemd in 1.22
...
https://github.com/kubernetes/kubernetes/pull/102133#issuecomment-844264623
Signed-off-by: pacoxu <paco.xu@daocloud.io>
2021-05-21 17:36:27 +08:00
ms-choudhary
e4550dc620
Fix: List all unique container images
2021-05-21 13:38:42 +05:30
Vitaliy
ccc61c87fc
Clarify that Docker registry secrets are using type kubernetes.io/dockerconfigjson
2021-05-20 18:49:59 -04:00
Kubernetes Prow Robot
8f8b147e52
Merge pull request #27739 from shannonxtreme/pod-eviction
...
Create pod eviction concept topic
2021-05-20 12:38:16 -07:00
Victor Palade
5cb4f973a4
Merge master into dev-1.22 to keep in sync
2021-05-20 19:17:30 +02:00
Steven Pitts
e72b6ace24
Update content/en/docs/tasks/configure-pod-container/quality-service-pod.md
2021-05-20 09:03:46 -04:00
Artyom Lukianov
0b826545e8
memory manager: update policies names according to the code
...
Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
2021-05-20 11:59:50 +03:00
Steven Pitts
0103741138
Update content/en/docs/tasks/configure-pod-container/quality-service-pod.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-05-19 17:23:05 -04:00
François
097292f485
Update kustomization.md
...
Fix typo for the *volumeMount* field
Running the previous snippets with `kubectl apply -k .` would generate this error:
```
error validating ".": error validating data: ValidationError(Deployment.spec.template.spec.containers[0]): unknown field "volumeMount" in io.k8s.api.core.v1.Container;
```
According to [this page](https://kubernetes.io/docs/concepts/storage/volumes/ ), the correct field is "volumeMounts".
2021-05-19 23:05:01 +02:00
Kubernetes Prow Robot
631bfd574a
Merge pull request #28025 from Priyankasaggu11929/patch-1
...
fix the `kubelet-config-1.21` configmap key value from `config` to `kubelet`
2021-05-19 08:34:52 -07:00
Kubernetes Prow Robot
b80558fe4a
Merge pull request #26957 from k-wall/patch-1
...
Behaviour when optional configmap appears after the pod starts
2021-05-19 02:38:51 -07:00
Kubernetes Prow Robot
5d2f1a317c
Merge pull request #27131 from perithompson/containerd-gsma
...
Added Windows Containerd GMSA Updates
2021-05-19 00:50:52 -07:00
Kubernetes Prow Robot
e233f16855
Merge pull request #27806 from danifr/fix_retainKeys_example
...
Add missing --type merge in retainkeys examples
2021-05-18 08:01:31 -07:00
Kubernetes Prow Robot
731cd8c138
Merge pull request #27885 from jihoon-seo/210506_Remove_duplicate_code_block
...
Remove duplicate code block
2021-05-18 07:53:31 -07:00
Kubernetes Prow Robot
99dbe4a628
Merge pull request #27939 from feitnomore/patch-2
...
Updating --cascade as false is deprecated on Kubectl 1.21
2021-05-18 07:49:31 -07:00
Priyanka Saggu
0bb7c6f713
fix the configmap key value from `config` to `kubelet`
2021-05-18 15:04:48 +05:30
Peri Thompson
39e22bec23
Added Windows Containerd GMSA Updates
2021-05-17 16:31:22 +00:00
Kubernetes Prow Robot
4f669fd2e3
Merge pull request #27815 from prameshj/patch-6
...
Fix sed command for NodeLocalDNS yaml in IPVS mode.
2021-05-16 05:47:59 -07:00
Kubernetes Prow Robot
adf144cf58
Merge pull request #27744 from sftim/20210427_write_vixie_in_title_case
...
Write Vixie in title case
2021-05-15 16:43:59 -07:00
Steven Pitts
c315df3c0f
Clarify what must be the same
...
When reading these sentences, I thought that each pod must have the same values as each other pod. In other words, pod1's memory limit must equal pod2's memory limit.
It looks like I misunderstood; "must be the same" means that the limit and request values on each individual pod must match.
Clarify what "must be the same".
2021-05-14 12:12:48 -04:00
Lee Verberne
ede985dccd
Update website for 1.22 ephemeral containers API
...
This removes the description of the ephemeral containers API from the
concepts section of the website. Most (all?) concepts don't have a
detailed description of their API in concepts. We added it for the
initial release of ephemeral containers because using the raw API was
the only way to add an ephemeral container.
This description of the API is no longer correct. Since it's now easy to
add an ephemeral container using `kubectl debug`, and this is too much
detail for a concepts section, we should remove the API description
entirely.
2021-05-14 14:49:41 +02:00
Shannon Kularathna
c184f20f76
Create pod eviction concept and glossary entries
...
- Created glossary entries for manual and kubelet eviction
- Created node-pressure-eviction.md and api-eviction.md
- Merged content from eviction-policy.md and out-of-resource.md
- Added note to kube-scheduler about node conditions
- Deleted eviction-policy and out-of-resource.md
- Redirected old topics
- Change topic weights
2021-05-13 18:34:58 +00:00
Brett Nekolny
eb0fbf236b
Add envs example for secretGenerator.
2021-05-12 17:29:17 -06:00
Ludovit Scholtz
61b73cede4
update dashboard version to 2.2.0
2021-05-12 16:35:26 +02:00
toshokan
c860159ea8
[en] Fix secret -> secrets in titles
2021-05-10 22:07:40 -04:00
Marcelo Feitoza Parisi
743b5d5db8
Updating --cascade=false to --cascade=orphan
...
Cascade=false is deprecated in kubectl 1.21, according to Bug #27920
2021-05-10 21:12:44 -03:00
Tim Bannister
a71c8e7943
Write Vixie in title case
...
The surname Vixie should be in title case as it is a proper noun, even
as part of the name of Vixie cron.
"vixie cron" (with a space in it) is not the name of any scheduling
tool; there are tools named vixie-cron but that is different from the
existing text.
2021-05-10 23:38:52 +01:00
Kubernetes Prow Robot
98ae77bdd6
Merge pull request #27424 from Shubham82/fix-secret_content_layout
...
Modified the output when retrieving Secrets.
2021-05-10 15:13:36 -07:00
Kubernetes Prow Robot
e7920ea134
Merge pull request #27737 from shannonxtreme/secret-kubectl
...
Correct formatting and style
2021-05-08 08:16:47 -07:00
Shannon Kularathna
e084eefad6
Update formatting and style
2021-05-07 20:22:29 +00:00
Rojo
7a2baf6865
Update content/en/docs/tasks/manage-kubernetes-objects/kustomization.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-05-06 21:12:33 +02:00
Rojo
38371d43e6
Added example to use configMapGenerator from .env file
2021-05-06 18:51:40 +02:00
Jihoon Seo
e2dfeef40a
Remove duplicate code block
2021-05-06 09:50:40 +09:00
prameshj
9d84de7fe4
Fix sed command for IPVS mode.
...
Verified that the new sed command generates - `args: [ "-localip", "169.254.20.10", "-conf", "/etc/Corefile", "-upstreamsvc", "kube-dns-upstream" ]`
2021-04-29 15:01:26 -07:00
Jordan Liggitt
f081886b75
Update eviction example to use policy/v1
2021-04-29 12:05:03 -04:00
Daniel Fernández
bd89e37865
Add missing --type merge in retainkeys examples
2021-04-29 13:33:10 +02:00
Kubernetes Prow Robot
74b73d6ae2
Merge pull request #27725 from davegarvey/patch-1
...
Add missing word 'be'
2021-04-27 14:37:38 -07:00
Jai Govindani
37ea6e0bf5
docs(probes): add version req info
...
Signed-off-by: Jai Govindani <jai@honestbank.com>
2021-04-27 21:07:31 +07:00
David Garvey
87364a0983
Add missing word 'be'
2021-04-26 13:53:16 +08:00
TAKAHASHI Shuuji
0e8792c2f7
Make minor changes on en/docs/tasks/network/validate-dual-stack
2021-04-25 14:17:00 +09:00
vaibhav
4522ec629b
Update the hyperlink address of High-Availability Clusters
2021-04-23 10:29:27 +05:30
Shannon Kularathna
2d528707cd
Correct v1.21 to v1.21.0
2021-04-21 17:12:27 -04:00
Kubernetes Prow Robot
dc77f26c4a
Merge pull request #27425 from Kartik494/improveDocs
...
Improvement in Docs
2021-04-21 05:22:10 -07:00
Kubernetes Prow Robot
9b300a4f4f
Merge pull request #27071 from neolit123/1.21-add-kubelet-serving-cert-guide
...
kubeadm: add guide for kubelet serving certs and metrics-server
2021-04-20 18:32:10 -07:00
Kubernetes Prow Robot
6f617aa649
Merge pull request #27554 from jihoon-seo/210414_Fix_some_errors
...
Update incorrect links
2021-04-20 18:30:10 -07:00
Vlad Romanenko
25066196e3
Fix broken link to 'debugging service'
2021-04-20 17:12:43 +01:00
Kubernetes Prow Robot
1dc0e0fcc4
Merge pull request #27467 from eddiezane/ez/remove-kubectl-psgallery
...
Remove out of date PSGallery kubectl install instructions
2021-04-20 01:02:33 -07:00
kartik494
59b166ed89
Improvement in Docs
2021-04-20 09:00:39 +05:30
Jihoon Seo
c76c3784aa
Fix some errors
2021-04-20 09:38:53 +09:00
Kubernetes Prow Robot
d342d4d9fe
Merge pull request #27551 from luolanzone/antrea-np
...
add Antrea as network policy provider
2021-04-19 17:06:32 -07:00
dancnfoo
a38531234f
Update custom-resource-definition-versioning.md
...
`stored` should be `storage`
2021-04-15 11:50:24 -07:00
Luo Lan
59a0ba9bc4
add antrea as network policy provider
2021-04-14 17:01:16 +08:00
Kubernetes Prow Robot
d1e6a6fd24
Merge pull request #26605 from tengqm/admission-config-ref
...
Add WebhookAdmission reference
2021-04-14 01:30:42 -07:00
Eddie Zaneski
0349ac0035
Remove PSGallery kubectl install instructions
...
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2021-04-13 19:56:53 -06:00
Kubernetes Prow Robot
fa42c3cd77
Merge pull request #27220 from xordspar0/patch-1
...
Document using generators in Deployments
2021-04-13 10:23:09 -07:00
Rebecca
f0d53f9f79
Update macOS installation instructions ( #27512 )
...
* Update macOS installation instructions
* Add tabs to example
* tabs render weird in infoboxes
2021-04-13 05:46:50 -07:00
Kubernetes Prow Robot
3dcdd86486
Merge pull request #27022 from CKchen0726/kustomize_broken_link_26834
...
[en] update some links in Kustomize Feature List
2021-04-12 04:29:59 -07:00
Kubernetes Prow Robot
22a0e39486
Merge pull request #26790 from neha-viswanathan/26681-fix-target-port
...
use targetPort instead of containerPort
2021-04-08 12:10:03 -07:00
Qiming Teng
108149fa2f
Add WebhookAdmission reference
...
This is a reference for WebhookAdmission config generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:
```shell
./genref -include apiserver-webhookadmission
```
2021-04-07 09:13:47 +08:00
Lubomir I. Ivanov
30c6e773e2
kubeadm: add guide for kubelet serving certs and metrics-server
...
Include a new section of the kubeadm certificate management page
to talk about kubelet serving certificates and how to make
them signed. Also include a note about using secure connection
with the metrics-server.
2021-04-07 01:19:21 +03:00
Tim Bannister
965aa51daf
Merge master into dev-1.21 to keep in sync, plus latest API reference
...
This sync merge includes API reference updates.
2021-04-06 21:38:24 +01:00
Shubham Kuchhal
2b822af36a
Modified the output when retrieving Secrets.
2021-04-06 11:07:59 +05:30
Tim Bannister
c9ca131355
Tidy docs about EndpointSlice & related features
...
Co-authored-by: Rey Lejano <52760880+reylejano@users.noreply.github.com>
2021-04-05 15:53:21 +01:00
Keith Wall
a5f6961507
Address review comments.
2021-04-05 12:50:52 +01:00
Qiming Teng
94e021ccf6
Add reference for audit API group
...
This is a reference for audit.k8s.io/v1 API group generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:
```shell
./genref -include apiserver-audit
```
2021-04-02 10:01:12 +08:00
Tim Bannister
8f913ba982
Note PodSecurityPolicy deprecation
2021-04-01 18:15:09 +01:00
Tim Bannister
90c9da9c86
Tidy sysctl task page for GA
2021-04-01 18:12:17 +01:00
Qiming Teng
79845b0c4a
Add kubelet config reference
...
This is a reference for kubelet config generated from
github.com/tengqm/genref tool using the following command:
./genref -include kubelet-config
2021-04-01 21:53:14 +08:00
rosespecs
dc413834ea
Gramma fix for change-pv-reclaim-policy.md
...
Changing `is` to `will` here makes more grammatical sense.
2021-04-01 10:52:56 +01:00
Kubernetes Prow Robot
bfa3449b05
Merge pull request #27032 from robscott/topology-aware-hints
...
Adding documentation for Topology Aware Hints
2021-03-31 16:49:21 -07:00
Rob Scott
b9ec368cfc
Adding documentation for Topology Aware Hints
2021-03-31 15:28:48 -07:00
Kubernetes Prow Robot
fd721b8e95
Merge pull request #26970 from jiahuif/feature/leader-migration/task
...
(KEP-2436) Task: Controller Manager Leader Migration
2021-03-30 15:30:58 -07:00
Indeed
a7fdd13090
(KEP-2436) task: Controller Manager Leader Migration.
2021-03-30 13:41:41 -07:00
Kubernetes Prow Robot
eba27a0e2a
Merge pull request #27285 from ganeshniyer/patch-3
...
Made small typo corrections
2021-03-30 09:45:57 -07:00
Kubernetes Prow Robot
e7a3482b6a
Merge pull request #26786 from neolit123/1.21-cgroup-drivers-new-page
...
kubeadm: add separate page for configuring / migrating cgroup driver
2021-03-30 09:21:57 -07:00
ganeshniyer
e6e3f00a44
Corrected a clarification based on the review
...
removed [ and ] in the command ETCDCTL_API=3 etcdctl --endpoints=https://127.0.0.1:2379 \
--cacert=<trusted-ca-file> --cert=<cert-file> --key=<key-file> \
snapshot save <backup-file-location>
2021-03-30 21:30:49 +05:30
Morten Torkildsen
d341b96fb3
Promote Pod Disruption Budgets to GA
2021-03-29 19:58:50 -07:00
Kubernetes Prow Robot
aea393a0d0
Merge pull request #27070 from swetharepakula/eps-ga-docs
...
EndpointSlice API GA Doc Updates for 1.21
2021-03-29 15:49:56 -07:00
Marc Bihlmaier
3ccdb3426a
Update kubelet-config-file.md ( #27192 )
...
* Update kubelet-config-file.md
add note and link to kubeadm/kubelet-integration
* Update content/en/docs/tasks/administer-cluster/kubelet-config-file.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-29 06:00:45 -07:00
ganeshniyer
5c589626fd
Made small typo corrections
...
(1) the help option for etcdctl is -h and not --h. Corrected the same
(2) in the snapshot command, the --endpoints option's value has been corrected to reflect the right endpoint.
2021-03-29 14:04:48 +05:30
Kubernetes Prow Robot
b8a717edf1
Merge pull request #27083 from soltysh/cronjob_ga
...
Update docs for CronJob GA
2021-03-28 23:08:44 -07:00
Kubernetes Prow Robot
ba7aced52b
Merge pull request #26981 from pacoxu/sysctl-ga
...
Promote Sysctl to ga
2021-03-27 08:32:43 -07:00
Kubernetes Prow Robot
d2df5edeff
Merge pull request #27249 from bharath-123/fix-node-docs
...
Explicitly specify kubernetes system daemons in doc
2021-03-27 03:00:43 -07:00
Kubernetes Prow Robot
aeca0c62bc
Merge pull request #27227 from alecrajeev/Fix-Horizontal-Autoscaling-Link
...
Fix link for Horizontal Pod Autoscaler enhancement
2021-03-27 02:58:43 -07:00
Kubernetes Prow Robot
bf966609d6
Merge pull request #27140 from perithompson/Update-Windows-Reviewers
...
Updated Windows docs reviewers
2021-03-27 02:24:43 -07:00
Kubernetes Prow Robot
61c6f2f5dd
Merge pull request #27097 from vaibhav2107/link-helm
...
Update the link to install service catalog using Helm
2021-03-27 02:12:43 -07:00
Bharath Vedartham
fa5ef755a2
Explicitly specify kubernetes system daemons
2021-03-27 13:52:54 +05:30
Kubernetes Prow Robot
4c9d2d7841
Merge pull request #27084 from ehashman/kep-2238-alpha
...
Add documentation for Liveness Probe Grace Periods
2021-03-26 21:18:43 -07:00
Neha Viswanathan
927b5af65f
update
2021-03-26 14:37:54 -07:00
Elana Hashman
3105d524e3
Add documentation for probe-level grace period overrides
2021-03-26 13:37:37 -07:00
Victor Palade
ca046d9b1f
Merge master into dev-1.21 to keep in sync
2021-03-26 21:29:52 +01:00
Neha Viswanathan
b8be2e723c
use targetPort instead of containerPort
2021-03-26 13:21:22 -07:00
Maciej Szulik
dba902447c
Update docs for CronJob GA
2021-03-26 16:51:42 +01:00
Jordan Christiansen
31dcd91c9f
Document using configMapGenerators in Deployments
2021-03-26 08:08:12 -05:00
Kubernetes Prow Robot
12d45e7519
Merge pull request #26760 from neha-viswanathan/26470-update-helm-repo
...
Update Helm charts repo to ArtifactHub
2021-03-26 04:54:43 -07:00
Kubernetes Prow Robot
d8bed613ff
Merge pull request #26701 from juampynr/patch-6
...
Add example to restore snapshot
2021-03-26 04:50:43 -07:00
Kubernetes Prow Robot
400d6cae16
Merge pull request #26700 from juampynr/patch-5
...
Demonstrate how to use secure communication
2021-03-26 04:48:43 -07:00
Kubernetes Prow Robot
6131c455fd
Merge pull request #26659 from jailton/en/docs/tasks
...
Update content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md
2021-03-26 04:44:43 -07:00
Kubernetes Prow Robot
999175b4d6
Merge pull request #26546 from khansuhel/patch-1
...
Update horizontal-pod-autoscale.md
2021-03-26 04:40:43 -07:00
Kubernetes Prow Robot
ec4840824d
Merge pull request #26472 from kbhawkey/cleanup-usage-just
...
clean up use of word: just
2021-03-26 04:34:43 -07:00
Kubernetes Prow Robot
00d15424e9
Merge pull request #26444 from derektamsen/chore/apiserver-access-portname-portnumber
...
chore(access-cluster): update references of port_name to include usage or port number
2021-03-26 04:32:43 -07:00
pacoxu
3d7aaefe21
promote sysctl to GA: update sysctl feature gate status
...
Signed-off-by: pacoxu <paco.xu@daocloud.io>
Co-authored-by: Elana Hashman <ehashman@users.noreply.github.com>
2021-03-26 10:23:25 +08:00
Alec Rajeev
10be302dce
Fix link for Horizontal Pod Autoscaler enhancement
2021-03-25 21:34:59 -04:00
Kubernetes Prow Robot
a8ebc3c3f6
Merge pull request #27103 from sftim/20210317_tweak_indexed_job_task
...
Tweak task for Indexed completion Job example
2021-03-25 17:11:49 -07:00
Kubernetes Prow Robot
3ce2661a68
Merge pull request #27161 from ganeshniyer/patch-2
...
Update configure-upgrade-etcd.md to give an example use-case for snap…
2021-03-25 16:21:49 -07:00
Kubernetes Prow Robot
502742296d
Merge pull request #26730 from cezaryzukowski/dev-1.21
...
The Memory Manager official documentation
2021-03-25 04:51:30 -07:00
Swetha Repakula
02afb71016
Update EndpointSlice Docs
...
* Deprecate `endpointslices.discovery.k8s.io/v1beta1`
* Removes `content/en/docs/tasks/administer-cluster/enabling-endpointslices.md`
and redirects requests to that page to
`content/en/docs/concepts/services-networking/endpoint-slices.md`
2021-03-24 14:48:02 -07:00
ganeshniyer
c10d270dc3
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
...
Co-authored-by: Rey Lejano <52760880+reylejano@users.noreply.github.com>
2021-03-24 21:35:19 +05:30
ganeshniyer
d00a40c724
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
...
Co-authored-by: Rey Lejano <52760880+reylejano@users.noreply.github.com>
2021-03-24 21:34:58 +05:30
Kubernetes Prow Robot
8f81a069fe
Merge pull request #27128 from sdwerwed/patch-1
...
Avoid using namespace that is a reserved object
2021-03-23 15:40:06 -07:00
Cezary Zukowski
5927f96029
The Memory Manager official documentation
...
Signed-off-by: Cezary Zukowski <c.zukowski@samsung.com>
2021-03-23 08:35:20 +01:00
Akihito INOH
d7c2dd670b
Fix errors of linkchecker.py in tasks folder
...
This commit fixes `Should use relative paths` errors which are shown by `linkchecker.py`
on `en/docs/tasks/*`.
2021-03-23 11:13:46 +09:00
ganeshniyer
57b7232ccb
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-22 17:17:20 +05:30
ganeshniyer
483857e11b
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-22 17:17:04 +05:30
ganeshniyer
955acb710d
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-22 17:16:56 +05:30
Juampy NR
66e666f307
Add indentation to the cert parameters
2021-03-22 11:36:40 +01:00
ganeshniyer
8e8b2819ac
Update configure-upgrade-etcd.md to give an example use-case for snapshot using options given by etcdctl
2021-03-22 11:52:56 +05:30
Peri Thompson
64c16a5836
Updated Windows doc reviewers
2021-03-19 18:40:30 +00:00
Shubham Kuchhal
41dff008af
Improvement: Managing Secret using kubectl
2021-03-19 12:41:19 +05:30
sdwerwed
388a2730f1
Avoid using namespace that is a reserved object
2021-03-19 02:16:25 +01:00
Derek Tamsen
525192372f
chore(access-cluster): update references of port_name to include usage of port number
2021-03-18 17:52:01 -07:00
Kubernetes Prow Robot
e19bef4f17
Merge pull request #25804 from gprasath/patch-3
...
Update change-default-storage-class.md
2021-03-18 10:11:20 -07:00
Rey Lejano
9d56683e8b
Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 3/17/21
...
Fixed merge conflict with /docs/reference/command-line-tools-reference/kube-apiserver.md and preferred master
2021-03-17 21:29:04 -07:00
Karen Bradshaw
3ff5ec1eff
clean up use of word: just
2021-03-17 19:57:40 -04:00
tibetsam
1b12bb9cc4
remove usage of the "certificates" API for cert renewal ( #26841 )
...
* remove usage of the "certificates" API for cert renewal
"--use-api" option is removed from kubeadm alpha certs renew command since k8s 1.19
* Update kubeadm-certs.md
* Update content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2021-03-17 13:23:20 -07:00
Tim Bannister
09cf80c310
Tweak task for Indexed completion Job example
...
Tidying for changes in commit 552566fcfa
2021-03-17 18:13:15 +00:00
Kubernetes Prow Robot
bfb10f4d5e
Merge pull request #26958 from alculquicondor/indexed-job
...
Documentation for Indexed completion mode
2021-03-17 06:24:56 -07:00
vaibhav
34f1f44e47
Update the link to install service catalog using Helm
2021-03-17 14:00:09 +05:30
Aldo Culquicondor
552566fcfa
Documentation for Indexed completion mode
...
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2021-03-16 16:54:44 -04:00
Kubernetes Prow Robot
bc451ce8f9
Merge pull request #27055 from atoato88/fix-install-kubectl-redirect
...
Replace redirect links of install kubectl
2021-03-15 17:00:34 -07:00
Kubernetes Prow Robot
d267f3b079
Merge pull request #26954 from Kappie37/patch-1
...
Update broken link in access-cluster-api.md
2021-03-15 12:28:34 -07:00
Kubernetes Prow Robot
47b2ba580c
Merge pull request #27027 from vaibhav2107/link-page
...
Linking a page
2021-03-15 11:41:31 -07:00
Vaibhav Goel
75fa920cf3
Update content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-15 12:39:28 +05:30
Jihoon Seo
bf312020cf
Fix broken link
2021-03-15 11:14:11 +09:00
Akihito INOH
f553cbbebc
Replace redirect links of install kubectl
...
/docs/tasks/tools/install-kubectl/ is redirected to
/docs/tasks/tools/
This commit replace the redirect links for installing kubectl
with direct links.
2021-03-15 08:22:29 +09:00
Kubernetes Prow Robot
8d779533c6
Merge pull request #26945 from jihoon-seo/patch-3
...
Fix typo (Linux -> macOS)
2021-03-12 17:41:04 -08:00
ChandaniM123
f4dee4c08b
Merge remote-tracking branch 'upstream/master' into dev-1.21
2021-03-12 18:13:48 -05:00
vaibhav
b87508b7fb
Linking a page
2021-03-12 21:31:00 +05:30
Kubernetes Prow Robot
0a196b3643
Merge pull request #26952 from tmoschou/update-apt-repo-setup-install-steps
...
Update Ubuntu/Debian installation instructions to use Signed-By option
2021-03-10 08:07:15 -08:00
Kappie37
e317531fad
Update content/en/docs/tasks/administer-cluster/access-cluster-api.md
...
remove unnecessary 'https://kubernetes.io ' from a link
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-09 09:57:28 +01:00
CKchen0726
cf19c5d74b
modify some links in Kustomize Feature List
2021-03-09 12:30:35 +08:00
Terry Moschou
b1686cc43a
Switch to curl, remove code formatting on the product names, use OS family name on tabs
2021-03-09 11:47:15 +10:30
k-wall
2edc0b8e59
Document behaviour when optionally referenced configmap appears after the pod starts
2021-03-08 21:13:16 +00:00
Sandeep Rajan
5fcc8b2961
remove mentions of kube-dns in kubeadm docs
2021-03-08 11:54:58 -05:00
Kappie37
5f7439095e
Update access-cluster-api.md
...
Update not working link to the correct one about Accessing the API from within a Pod
2021-03-08 13:53:16 +01:00
Terry Moschou
21382af32e
Update Ubuntu/Debian installation instructions to use Signed-By option ( #26906 )
...
The use of `apt-key` to install has also been removed as it is now deprecated
and will be last available in Debian 11 and Ubuntu 22.04.
Also updates the Docker repository setup instructions in container-runtimes.md,
to now refer to the respective instructions at https://docs.docker.com/engine/install/
which has already made the move to use the signed-by option.
2021-03-08 21:23:53 +10:30
Jihoon Seo
4af3585b05
Fix typo (Linux -> macOS)
2021-03-08 15:56:59 +09:00
Nikhita Raghunath
e5a17756a4
Remove feature-state tag for categories for CRDs
...
The Categories field for CRDs was documented as beta in 1.10 in #7439
mainly because CRDs were in beta back then.
The `feature-state` tag for this section was added in #2754 , however
this section doesn't need a `feature-state` tag because the field is not
gated by any feature gate:
90851a0fb5/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types.go (L247-L251)
It is now safe to remove the feature-state tag. Moreover, CRDs are now
GA so the beta state is not accurate.
2021-03-07 15:01:32 +05:30
Victor Palade
70096affc5
Merge remote-tracking branch 'upstream/master' into dev-1.21
2021-03-05 17:05:24 +01:00
Tom Kivlin
87e3291aaa
Update install-kubectl.md to use tabs for the different Operating Systems ( #26682 )
...
* top-level tags and change to included files
* revert content to main windows page
* include gcloud and update toc
* add leading blank line
* add text to avoid YAML error from Netlify
* remove YAML delimiter error
* removed redundant weight key
* add front matter and toc shortcode
* test to see if toc is fixed in included page
* update macos toc to show difference
* use static toc instead of shortcode
* uniqueness for gcloud install headers
* Move to model suggested in https://github.com/kubernetes/website/pull/26682#discussion_r585091797
* correct link to included/install-kubectl-gcloud.md
* correction of links to per-OS pages
* try a different way to use path to per-OS links
* correction of brainfart
* remove .md from link destination for per-OS pages
* modify how auto-competion steps are displayed
* remove redundant file
* correction of include - change % to <
* remove closing tag as not needed
* try and hide this directory from the ToC on the left
* remove erroneous "include="
* addressing feedback: https://github.com/kubernetes/website/pull/26682#discussion_r586325123
* addressing feedback: https://github.com/kubernetes/website/pull/26682#discussion_r586326346
* addressing feedback: https://github.com/kubernetes/website/pull/26682#discussion_r586326604
* addressing feedback: https://github.com/kubernetes/website/pull/26682#discussion_r586327212
* https://github.com/kubernetes/website/pull/26682#discussion_r586327856
* consistent verb usage as per feedback: https://github.com/kubernetes/website/pull/26682#discussion_r586328497
* update redirects as existing page is being deleted
2021-03-04 19:04:21 -08:00
Lubomir I. Ivanov
235509450a
kubeadm: add a new page
...
- Add the new page "Configuring a cgroup driver"
The page includes details on how to configure the cgroup driver
using kubeadm. It also includes a migration guide for users to
move to the "systemd" driver.
- Link to the new page from install-kubeadm.md and container-runtimes.md
2021-03-05 00:37:30 +02:00
Naoki Oketani
3c4f29e406
chore: fix an invalid location.hash
...
The current link results in redirection and location.hash does not work well.
2021-03-04 21:21:37 +09:00
Neha Viswanathan
3ff51d4843
Update Helm charts repo to ArtifactHub
2021-03-03 20:13:13 -08:00
Kubernetes Prow Robot
f1e80a9a66
Merge pull request #26405 from geoffcline/gdc-patch-4
...
update guidance on DNS resolution for services
2021-03-02 19:15:19 -08:00
uhari03
7639bfbf83
Move accessing API from within pod to tasks ( #26601 )
...
* Move accessing API from within pod to tasks
* Remove reviewers, version check; Add whatsnext
* Move to run applications
* Fix what's next section link
2021-03-02 19:05:20 -08:00
Geoffrey Cline
5ead4bf8e8
revise docs for service DNS
2021-03-02 20:08:14 +00:00
Henry Liu
77ecc224b8
change callout from warning to caution
2021-03-02 15:11:18 +08:00
Juampy NR
d353fcf367
Fix typo ( #26781 )
...
* Fix typo
* Reword fixed typo
2021-03-01 14:30:15 -08:00
Kubernetes Prow Robot
88588e708a
Merge pull request #26387 from caleb15/patch-1
...
add warning about counterintuitive readiness probe
2021-03-01 13:10:16 -08:00
Kubernetes Prow Robot
881f0e6075
Merge pull request #26727 from psibi/patch-2
...
docs: Update the name of the secret in the output
2021-03-01 12:27:26 -08:00
Kubernetes Prow Robot
242bc24103
Merge pull request #26496 from sibucan/patch-1
...
Mention the range of time in which a kubelet might renew a certificate
2021-02-28 13:46:39 -08:00
Kubernetes Prow Robot
eb45cd203a
Merge pull request #26296 from bradjones1/clarification/environment-variable-order
...
Clarify language regarding environment variable order
2021-02-28 12:40:39 -08:00
ChandaniM123
65de0bda77
Merge remote-tracking branch 'upstream/master' into dev-1.21
2021-02-26 20:30:32 -05:00
Sibi Prabakaran
6a246ed922
docs: Update the name of the secret in the output
...
I found it confusing that the name of secret is different that the one created. Hopefully this helps.
2021-02-26 16:02:46 +05:30
Neha Viswanathan
41220636ec
Migrate https://kubernetes.io/docs/concepts/cluster-administration/certificates/ to tasks section
2021-02-24 18:33:38 -08:00
Juampy NR
ce8d33face
Add example to restore snapshot
2021-02-24 10:22:38 +01:00
Juampy NR
a7c7662fb9
Demonstrate how to use secure communication
2021-02-24 10:06:02 +01:00
Michael Taufen
a0d509156d
Update ServiceAccountIssuerDiscovery docs for GA
2021-02-22 12:51:00 -08:00
Jailton Lopes
9068e70716
Update content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md
...
Update page port-forward-access-application-cluster.md to use MongoDB
examples instead of Redis examples
Commit 99029b9
removes the Redis examples.
Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-02-21 20:18:25 -03:00
Kubernetes Prow Robot
b7fd9bc6e2
Merge pull request #26564 from tengqm/fix-26542
...
Fix links to etcd public documentation
2021-02-21 10:43:42 -08:00
Naoki Oketani
e038da9e5e
chore: fix an invalid location.hash
2021-02-18 19:19:56 +09:00
Kubernetes Prow Robot
7a8ef52dfe
Merge pull request #26565 from tengqm/fix-26494
...
Fix dockerhub API URL
2021-02-16 02:27:05 -08:00
Qiming Teng
18c22d133e
Fix dockerhub URL
2021-02-16 12:17:57 +08:00
Qiming Teng
3b916b3366
Drop outdated information from the page
2021-02-16 11:31:31 +08:00
Qiming Teng
9cac41b0a8
Fix links to etcd official documentation
2021-02-16 11:29:50 +08:00
Qiming Teng
092cbba2c3
Wrap long lines and fix the indentation of lists
2021-02-16 10:56:50 +08:00
Suhel Khan
b4cb812a1d
Update horizontal-pod-autoscale.md
...
With `v2beta2` controller can take replication decision on memory and custom metric utilisation as well.
2021-02-15 11:14:18 +05:30
sibucan
f58d7b5d1a
Mention time range where kubelet might renew cert
...
The docs don't mention when the kubelet will attempt to renew a cert,
which causes concern when one notices that certain certificates are being
renewed and others are not. Adding the time frame adds certainty, so that
if an user notices a kubelet cert expiring in less than 30d, they know
something is misconfigured and should be looked at.
2021-02-13 10:16:43 -05:00
Kubernetes Prow Robot
d5105b529e
Merge pull request #26464 from oke-py/style
...
style: separate commands from output
2021-02-12 02:10:47 -08:00
Kubernetes Prow Robot
e512e4ef78
Merge pull request #25619 from zwindler/patch-1
...
fix: errors in base64 and sed commands
2021-02-12 01:10:47 -08:00
Naoki Oketani
e13caad951
fix an invalid location.hash
2021-02-11 20:04:59 +09:00
Naoki Oketani
e0e68de173
style: separate commands from output
2021-02-11 18:29:01 +09:00
Kubernetes Prow Robot
107f4a7d73
Merge pull request #26452 from jacksgt/patch-1
...
Clarify selection of default HPA scaling policy
2021-02-10 23:20:15 -08:00
Jack Henschel
a33e903e3a
Clarify selection of default HPA scaling policy
...
Without first mentioning where the number 40 is coming from, it was a bit unclear why 40 would be the threshold value for policy selection in this case.
I hope this patch clarifies it.
2021-02-11 09:03:54 +02:00
Naoki Oketani
a1f5566dc0
remove command from output block
2021-02-10 21:33:19 +09:00
Kubernetes Prow Robot
8377d08841
Merge pull request #25986 from schollii/master
...
Clarify binaryData handling by kubectl create and describe
2021-02-10 02:16:59 -08:00
Jack Henschel
ddf8d77d7a
Fix column alignment in debug-service.md
...
Previously, the columns showing one of kubectl's output were misaligned and thereby confusing.
2021-02-10 10:39:32 +01:00
Kubernetes Prow Robot
c24f62c16a
Merge pull request #26389 from kbhawkey/fixup-simply-usage
...
clean up use of word: simply
2021-02-09 02:02:40 -08:00
Paran Lee
af40c89b7b
Update Kompose version from 1.21.0 to 1.22.0
2021-02-07 22:46:46 -09:00
Karen Bradshaw
3fd65482e8
clean up use of word: simply
2021-02-07 12:15:29 -05:00
Kubernetes Prow Robot
58312c232d
Merge pull request #24603 from ljnaresh/bug-21436
...
Replace alpine with busybox image for better response from nslookup
2021-02-06 08:33:11 -08:00
Kubernetes Prow Robot
947281bcd2
Merge pull request #26323 from nasirhm/kompose_up_removal_line
...
Modify Kompose Page: remove the up command
2021-02-06 06:23:11 -08:00
Brad Jones
9ba5ddd01f
Clarify language regarding environment variable order
2021-02-05 11:18:16 -07:00
Kubernetes Prow Robot
d2e7f4acab
Merge pull request #26352 from kbhawkey/fixup-remove-word-easy
...
clean up use of word: easy
2021-02-04 10:48:26 -08:00
Kubernetes Prow Robot
8a8f87f708
Merge pull request #26256 from Cweiping/feature/fix_pid_pressure
...
fix default value of nodefs.inodesFree on linux
2021-02-04 10:42:25 -08:00
Caleb Collins-Parks
bee671b579
add warning about counterintuitive readiness probe
...
As evidenced by https://github.com/kubernetes/kubernetes/issues/27114 the naming leads one to think that a liveness probe executes after a readiness probe. This is not the case.
2021-02-04 10:37:31 -08:00
Kubernetes Prow Robot
6966decdfe
Merge pull request #26196 from Xorima/patch-1
...
documentation to static-pods for naming of pods
2021-02-03 14:28:28 -08:00
Jason Field
618dcb3cfa
Update content/en/docs/tasks/configure-pod-container/static-pod.md
...
Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
2021-02-03 22:23:13 +00:00
Karen Bradshaw
c4ef1d4b81
Apply suggestions from code review
...
Thanks for the review. Good suggestions!
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2021-02-03 14:28:28 -05:00
Kubernetes Prow Robot
6e95a6b5ad
Merge pull request #24769 from kbhawkey/kb-task-monitoring-stackdriver
...
remove stackdriver, elastic task pages
2021-02-02 21:14:28 -08:00
Kubernetes Prow Robot
071e987af2
Merge pull request #25893 from surajssd/update-kubelet-config-link
...
Reconfigure Kubelet: Update kubelet config link
2021-02-01 17:14:27 -08:00
Karen Bradshaw
7d9916af0c
clean up use of word: easy
2021-02-01 15:14:25 -05:00
Kubernetes Prow Robot
58c53ba961
Merge pull request #26262 from chymy/flannel-net-0128
...
Fix net-conf.json fommat err
2021-02-01 03:59:49 -08:00
Kubernetes Prow Robot
19321b7bec
Merge pull request #26337 from xieyanker/patch-1
...
Fix delete secret
2021-02-01 03:37:49 -08:00
Kubernetes Prow Robot
810a23b0ae
Merge pull request #25997 from konryd/patch-1
...
Fix explanation for --[hpa]-stabilization
2021-02-01 02:03:49 -08:00
xieyanker
663e149adb
Fix delete secret
2021-02-01 15:38:04 +08:00
nasirhm
72f4f64d04
🔧 Modify Kompose page, to remove up
...
Signed-off-by: nasirhm <nasirhussainm14@gmail.com>
2021-01-31 18:50:40 +05:00
Suraj Deshmukh
41de0def52
Reconfigure Kubelet: Update kubelet config link
...
The old link points to the code base of 1.11. Since then there have been
several changes to the configuration, either new flags added or removed.
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2021-01-30 12:46:26 +05:30
Weiping Cai
6f777c9e64
fix pid pressure
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2021-01-29 09:40:02 +08:00
chymy
52b80e0dc1
Fix net-conf.json fommat err
...
Signed-off-by: chymy <chang.min1@zte.com.cn>
2021-01-28 10:04:36 +08:00
Jason Field
4d337aea9e
documentation to static-pods for naming of pods
...
This will add documentation around how a static pod will be named
2021-01-27 20:43:52 +00:00
Kubernetes Prow Robot
b1f370dd13
Merge pull request #26229 from rikatz/spell-correction
...
Fix some spell checking
2021-01-27 09:51:40 -08:00
Kubernetes Prow Robot
4f244bcbf6
Merge pull request #25787 from SergeyKanzhelev/migrateFromDockershim
...
Migrating from dockershim documentation
2021-01-26 16:29:39 -08:00
ljnaresh
e239d8089f
Replace alpine with busybox image for better response from nslookup
2021-01-24 23:15:20 +01:00
Ricardo Pchevuzinske Katz
2346581566
Fix some spell checking
...
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
2021-01-24 16:27:42 -03:00
Karen Bradshaw
a09fc68df4
change capitalization of daemon name
2021-01-22 11:39:10 -05:00
Kubernetes Prow Robot
68e6b45f9d
Merge pull request #24772 from kbhawkey/node-problem-detector-cleanup
...
clean up node problem detector task page
2021-01-21 14:23:01 -08:00
Sergey Kanzhelev
b10decb87c
migrating from dockershim
2021-01-20 01:41:13 +00:00
Kubernetes Prow Robot
a5630c5dde
Merge pull request #25259 from nate-double-u/25040-sha256-checks
...
Updating install-kubectl.md with instructions for validating kubectl binaries against checksum files
2021-01-19 11:51:59 -08:00
Karen Bradshaw
d3f374c0d8
clean up node problem detector task page
2021-01-15 14:24:22 -05:00
Kubernetes Prow Robot
34e8b55faf
Merge pull request #26027 from tengqm/clean-podpreset
...
Clean PodPreset docs, examples and links
2021-01-15 07:39:51 -08:00
Kubernetes Prow Robot
826a91fe9a
Merge pull request #26074 from Haleygo/issue-97929
...
upgrade cfssl installations
2021-01-14 11:20:56 -08:00
Kubernetes Prow Robot
a5b0f7be9a
Merge pull request #25597 from apelisse/clarify-preserve-unknown
...
Clarify compatibility guarantees around spec.preserveUnknownFields
2021-01-14 11:18:55 -08:00
Antoine Pelisse
fb1a0ca2e2
Address feedback
2021-01-14 10:54:51 -08:00
Qiming Teng
a11047c153
Clean PodPreset docs, examples and links
2021-01-14 13:26:29 +08:00
Haleygo
14bcdc0bc7
only change en
2021-01-14 09:50:00 +08:00
Leonardo Murillo
f7b29716fd
Enhancements in clarity to access-application-cluster/connecting-frontend-backend.md ( #25927 )
...
* Enhancements in clarity to docs/tasks/access-application-cluster/connecting-frontend-backend.md
* Code review comments
* Reverting name of service due to backed value in Dockerimage
2021-01-13 17:47:03 -08:00
Kubernetes Prow Robot
6f0ac8755e
Merge pull request #26040 from tengqm/fix-kustomization
...
Fix examples in kustomization
2021-01-13 17:43:03 -08:00
Kubernetes Prow Robot
52897eda23
Merge pull request #25377 from squarebracket/patch-1
...
Fix minor typo
2021-01-13 10:08:37 -08:00
Oliver L Schoenborn
c398ae4821
Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-01-12 19:57:21 -05:00
Kubernetes Prow Robot
490f1ea10f
Merge pull request #25764 from pacoxu/patch-2
...
add notes for that strategic merge patch is unsupported for CR
2021-01-12 10:02:36 -08:00
Kubernetes Prow Robot
bda76049d8
Merge pull request #24957 from aojea/nodelocaldnsipv6
...
expand nodelocaldns docs with IPv6
2021-01-12 09:50:36 -08:00
Paco Xu
ea69888c16
add notes for that strategic merge patch is unsupported for Custom Resource objects
...
Signed-off-by: pacoxu <paco.xu@daocloud.io>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-01-12 14:18:23 +08:00
Qiming Teng
2879377f15
Fix examples in kustomization
2021-01-11 09:31:50 +08:00
Konrad Delong
3d23d1799b
fixes explanation for --[hpa]-stabilization
...
The current explanation is misleading (for example: for consistently decreasing resource usage, the HPA stabilization does not impact the frequency of its actuation). This has confused users recently ( https://github.com/kubernetes/kubernetes/issues/96671 )
2021-01-07 10:40:49 +01:00
David Ansari
fc159daa17
Fix pod name
2021-01-07 10:29:58 +01:00
Oliver L Schoenborn
26300785f5
Clarify binaryData handling by kubectl create and describe
2021-01-06 21:33:07 -05:00
ydFu
8a479c01e8
Add Code blocks in configure-service-account.md
...
* Add Code blocks in the Markdown spec to make it easy to read.
* Uniform case and adjustment description for smoother writing.
Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-01-06 11:06:12 +08:00
ydFu
8d50a4c4d7
Add Code blocks in limit-storage-consumption.md
...
* Add Code blocks in the Markdown spec to make it easy to read.
Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-01-05 11:58:16 +08:00
Naoki Oketani
89578d9146
Cloud Controller Manager: fix a broken link
2021-01-02 19:16:37 +09:00
Kubernetes Prow Robot
40728c2fba
Merge pull request #25844 from tengqm/fix-hugepage-gate
...
Fix feature gate for hugepage
2020-12-31 08:33:51 -08:00
Qiming Teng
ad59de018d
Wrap lines properly
2020-12-31 11:47:58 +08:00
Qiming Teng
89ecb8cfb6
Fix feature gate for hugepage
...
The text says "disable" because the gate is in Beta, but the example
says "enable". That is awkward.
2020-12-31 11:46:33 +08:00
morihaya
e57ff3eb52
Add a default description to path of HTTP probes
2020-12-30 21:36:08 +09:00
Giridharaprasad
48d3dbe0d3
Update change-default-storage-class.md
2020-12-24 23:01:36 +05:30
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
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
Sergey Shevelev
7e4e475611
Fix examples for http probe headers
2020-12-22 13:58:55 -05: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
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
guzj11
fcef54f2c8
Update namespaces.md
...
update the unnumbered format
2020-12-17 16:02:16 +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
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
Xiang Dai
b445946ce2
Update setup-konnectivity.md
...
Add missing volume config.
2020-12-16 11:45:41 +08:00
Kubernetes Prow Robot
d77eabb727
Merge pull request #25381 from cdemers/patch-1
...
Update port-forward-access-application-cluster.md
2020-12-15 08:39:49 -08:00
guzj11
8ca4d7d74d
Update debug-pod-replication-controller.md
...
fix the url
2020-12-15 21:46:11 +08:00
Denis GERMAIN
75c599829d
fix: errors in base64 and sed commands
...
* All base64 commands need `-w0` argument or else the base64_encoded_ca bash variable will contain space chars (" ") where newlines were
* All sed command are missing final "/" at the end of the expression. Command fails with the following error
```bash
/bin/sed: -e expression #1 , char 95: unterminated `s' command
```
2020-12-14 17:21:50 +01:00
Antoine Pelisse
a51a653764
Clarify compatibility guarantees around spec.preserveUnknownFields
2020-12-13 20:43:29 -08:00
janitha09
7fdc4b6edb
Update kustomization.md
...
command: ["start", "--host", "\$(MY_SERVICE_NAME)"]
The back slash causes an error. So removed it.
The error detail below
```
Error: rawResources failed to read Resources: YAML file [deployment.yaml] encounters a format error.
error converting YAML to JSON: yaml: line 18: found unknown escape character
```
```
kubectl version
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:50:19Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:41:49Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"linux/amd64"}
```
2020-12-11 21:12:09 -05:00
Evgeny Shmarnev
e436cf704f
State that no more than one handler is allowed per lifecycle event
2020-12-10 17:14:45 +01:00
Rey Lejano
cc7c0155d7
Edit redundant 'warn' in Note box in crictl tasks page
2020-12-10 07:29:32 -08:00
Karen Bradshaw
06ad25e38d
remove stackdriver, elastic task pages
...
clean up links and redirects
2020-12-09 17:33:16 -05:00
Rey Lejano
c86ca1a570
add note shortcode to 'Debugging Kubernetes nodes with crictl'
2020-12-08 15:49:18 -08:00
Kubernetes Prow Robot
caa05b9456
Merge pull request #25245 from SergeyKanzhelev/pid-available
...
add `pid.available` to the eviction signals list
2020-12-08 15:11:34 -08:00
Sergey Kanzhelev
d1dc73cb3a
add `pid.available` to the eviction signals list
2020-12-08 22:58:23 +00:00
Kubernetes Prow Robot
620ba6d484
Merge pull request #25109 from qiutongs/master
...
Add a mapping table from docker cli to crictl in crictl debugging doc
2020-12-08 14:45:34 -08:00
Qiutong Song
aa880306c6
Address comments
...
Signed-off-by: Qiutong Song <songqt01@gmail.com>
2020-12-08 22:35:57 +00:00
Qiutong Song
3e8e1d924e
Address comments
...
Signed-off-by: Qiutong Song <songqt01@gmail.com>
2020-12-08 20:49:13 +00:00
Qiutong Song
cb55041b1a
Add a mapping table from docker cli to crictl in crictl debugging doc
...
Signed-off-by: Qiutong Song <songqt01@gmail.com>
2020-12-08 20:44:55 +00:00
Anna Jung (VMware)
7f43aceddb
Merge remote-tracking branch 'upstream/master' into dev-1.20
2020-12-07 10:39:57 -06:00
Kubernetes Prow Robot
b905af1f34
Merge pull request #24911 from roycaihw/restore-etcd
...
document one should restart all system components after restoring etcd
2020-12-07 07:19:27 -08:00
Lee Verberne
09665e40ef
Fix typo in Debug Running Pods task
2020-12-07 14:02:20 +01:00
Kubernetes Prow Robot
03cf213bf1
Merge pull request #25348 from talonx/patch-1
...
Corrected the field names in the secret
2020-12-04 14:45:26 -08:00
Haowei Cai
c6175427bb
document one should restart all system components after restoring etcd
2020-12-04 10:45:29 -08:00
Charle Demers
590cac5fb5
Update content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-12-04 10:35:39 -05:00
Charle Demers
36ab3f3fae
Update content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-12-04 10:33:56 -05:00
Kristin Martin
86d9492ccb
Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20
2020-12-03 11:58:44 -08:00
Charle Demers
e651788efd
Update port-forward-access-application-cluster.md
...
Add documentation about the simplified port mapping notation
2020-12-03 14:30:43 -05:00
Chuck Wilson
4d9cbb7797
Fix minor typo
2020-12-03 12:36:42 -05:00
Andrew Sy Kim
dbdde629c8
Add docs for configuring kubelet credential provider plugins
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-12-02 19:53:52 -05:00
Kubernetes Prow Robot
f2a78fa5d5
Merge pull request #23119 from devries/statefulset-mysql-language
...
Replace master/slave with primary/replica in MySQL StatefulSet example
2020-12-02 01:04:50 -08:00
Hrishikesh Barua
43d071e8eb
Corrected the field names in the secret
2020-12-02 14:25:30 +05:30
Kubernetes Prow Robot
5307e266bb
Merge pull request #24904 from derekwaynecarr/hugepages-downward-api
...
Add documentation for downward API hugepages
2020-12-01 08:58:50 -08:00
Derek Carr
6b4ab17902
Add documentation for downward API hugepages
2020-12-01 11:07:35 -05:00
Kubernetes Prow Robot
79a60308e9
Merge pull request #24921 from roycaihw/apiserver-identity
...
document kube-apiserver identity
2020-11-29 10:56:48 -08:00
Antonio Ojea
e1bd7c0950
expand nodelocaldns docs with IPv6
2020-11-26 09:06:31 +01:00
Nate W
f205837b9a
Updating docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes
...
Adding the successThreshold default value of startupProbe in the Configure Probes section.
fixes: https://github.com/kubernetes/website/issues/24049
Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
2020-11-25 17:29:21 -08:00
reylejano-rxm
d8ae37587e
Merge remote-tracking branch 'upstream/master' into dev-1.20 to keep in sync - 11-25-2020
2020-11-25 07:03:22 -08:00
Kubernetes Prow Robot
6fa3e91eb8
Merge pull request #24781 from k-wiatrzyk/dev-1.20-tm-scope
...
Update Topology Manager documentation to include the scope feature
2020-11-24 13:38:39 -08:00
Haowei Cai
2ad9e0239d
document kube-apiserver identity
2020-11-24 13:35:56 -08:00
Krzysztof Wiatrzyk
4255393696
Update Topology Manager documentation to include the scope feature
...
Signed-off-by: Krzysztof Wiatrzyk <k.wiatrzyk@samsung.com>
2020-11-24 14:10:35 +01:00
Kubernetes Prow Robot
8c61a3f2b0
Merge pull request #24423 from neolit123/1.20-amend-ca-rotation-page
...
manual-ca-rotation: adjust note for "--client-ca-file"
2020-11-23 10:45:02 -08:00
Kubernetes Prow Robot
41024edb5b
Merge pull request #25151 from Jefftree/defaults
...
Add section on Built-in Defaulting
2020-11-23 10:17:01 -08:00
Jefftree
3dc68c924b
Add section for defaulting and nullable
2020-11-23 11:49:35 -05:00
Kubernetes Prow Robot
de2de57166
Merge pull request #24935 from robscott/endpointslice-ga
...
Updating EndpointSlice docs for 1.20
2020-11-23 07:01:35 -08:00
RA489
815832f03a
Update kind doc
2020-11-23 09:50:45 +05:30
Rob Scott
c927e9a573
Updating EndpointSlice docs for Kubernetes 1.20
...
This include the new EndpointSliceNodeName and EndpointSliceTerminating
feature gates as well as the deprecation of the Topology field.
2020-11-20 16:43:35 -08:00
Kubernetes Prow Robot
cb7c4b6431
Merge pull request #23042 from sftim/20200809_update_audit_task
...
Update cluster auditing task page
2020-11-20 08:18:50 -08:00
Mark Rossetti
b41ee25727
doc updates for graduating Windows + containerd support to stable ( #24862 )
...
fixing content in tabs on adding-windows-nodes.md
reworking tabbed content on adding-windows-nodes.md
intro-windows-in-kubernetes.md
Updating Windows pause image details
PR feedback for adding-windows-nodes.md
Updating comments got GMSA on containerD
2020-11-20 07:10:51 -08:00
Kubernetes Prow Robot
2c2cdeb5d8
Merge pull request #24908 from neolit123/1.20-upgrade-docs
...
kubeadm: update the upgrade documentation for 1.20
2020-11-20 06:58:51 -08:00
Tim Bannister
59dcd57cc9
Revise cluster management task
...
After removing the sections of the page that are not in line with the
content guide, there is little left.
Edit pages that link to removed task to no longer link there.
Redirect using 302 status so that there is a future opportunity to reinstate
the page or something like it.
- Avoid links to removed cluster management task
- Broaden applicability of “Safely Drain A Node”
- Add (stub) cluster upgrade task page
- Add a basic page about upgrading your cluster.
- Add a task page about enabling or disabling HTTP APIs
2020-11-20 10:22:25 +00:00
Lubomir I. Ivanov
b675adf796
kubeadm: upgrade the upgrade documentation for 1.20
...
Update the kubeadm upgrade documentation:
- Re-order the steps to drain / upgrade kubelet/kubectl / uncordon
- Remove the detailed output from apply and plan.
- Use {{ skew ... }} markers so that we can avoid more verbose changes
to the document.
- Apply minor / general cleanup (whitespace, missing ':')
2020-11-19 22:06:45 +02:00
Somtochi Onyekwere
ba77c903ed
Merge remote-tracking branch 'upstream/master' into dev-1.20
2020-11-19 17:09:49 +01:00
TAKAHASHI Shuuji
52a54dbf01
Update the URL of krew plugin list
2020-11-18 22:59:14 -05:00
Sylvain COULOMBEL
1ec78b1f28
Improve configmap usage as pod command and args
2020-11-17 21:54:25 +01:00
Toni Tauro
ccbab9c9d6
Update dead Link to Docker EE Installation
...
Link to official documentation. Mirantis Link is dead (404)
2020-11-17 14:33:43 +01:00
Tim Bannister
304661b156
Update cluster auditing task page
...
Tidying; also drop details of third-party audit configuration
- aggregated API servers
- remove examples of log shipping with fluentd and Logstash
These examples would find a better home in a blog article or elsewhere
on the web. For example, a new blog article that provides detailed
advice about how to deploy log aggregation, configure log shipping into
the aggregator, and protect the audit logs from tampering.
2020-11-16 22:34:04 +00:00
Lubomir I. Ivanov
c6ac783000
manual-rotation-of-ca-certificates: use kube-controller-manager naming
2020-11-16 23:09:07 +02:00
Lubomir I. Ivanov
61e330d06d
manual-ca-rotation: adjust note for "--client-ca-file"
...
- Instead of telling the users to remove the flag, tell them
that they can point to a copy of the new CA for --client-ca-file
--cluster-signing-cert-file that is not in a bundle with the old CA.
- Don't reference the kubeadm issue. If sig-auth has a tracking
issue for --client-ca-file / --cmanual-ca-rotation: adjust note for "--client-ca-file"
- Instead of telling the users to remove the --client-ca-file flag,
tell them that they can point to a copy of the new CA.
Mention the same for --cluster-signing-cert-file.
- Don't reference the kubeadm issue. If sig-auth has a tracking
issue for --client-ca-file / --cluster-signing-cert-file and bundles
we can add that at some point.
2020-11-16 23:09:07 +02:00
Andrei Kvapil
798b5c9f2a
Add missing steps to configure konnectivity-server ( #24141 )
...
* Add missing steps to configure konnectivity-server
* Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* update konnectivity manifests
* remove tcp configuration
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-12 23:52:23 -08:00
Kubernetes Prow Robot
9d0d7f021f
Merge pull request #24991 from fonsecas72/default-headers-http-probe
...
HTTP Probe - Update documentation about default headers
2020-11-12 11:38:26 -08:00
Lubomir I. Ivanov
d0c6d303c3
kubeadm: promote the "kubeadm certs" command to GA ( #24410 )
...
The command resided under "kubeadm alpha certs".
It will be promoted to GA in 1.20 as "kubeadm certs".
The existing command "kubeadm alpha" will
remain present for one more release, but it will be hidden
from documentation as it is deprecated.
2020-11-12 11:28:25 -08:00
Hugo Fonseca
2300a3e0fe
HTTP Probe - Update documentation about default headers
2020-11-12 15:47:40 +00:00
Kubernetes Prow Robot
3450e8be44
Merge pull request #24913 from mattcary/placerholder-fsgroup
...
Promote ConfigurableFSGroupPolicy feature to beta
2020-11-11 16:24:50 -08:00
Irvi Aini
bb33373bb3
Merge branch 'master' into dev-1.20
2020-11-11 14:55:30 +01:00
Kubernetes Prow Robot
1885c0b283
Merge pull request #24692 from SergeyKanzhelev/ExecProbeTimeout
...
ExecProbeTimeout feature gate introduction
2020-11-11 05:43:48 -08:00
Sergey Kanzhelev
1f306541c7
Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-11 01:39:07 -08:00
Sergey Kanzhelev
1a13c6ba45
Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-11 01:38:45 -08:00
Sergey Kanzhelev
d81ee2342a
Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-11 01:38:09 -08:00
Bridget Kromhout
8a3244fdd1
Dual-stack docs for Kubernetes 1.20
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Lachlan Evenson <lachlan.evenson@microsoft.com>
2020-11-10 16:10:45 -06:00
Sergey Kanzhelev
220a7b201b
ExecProbeTimeout feature gate introduction
2020-11-10 00:10:11 +00:00
Matthew Cary
c5ffbec1ea
placeholder CL for fsgroup policy beta
2020-11-09 21:14:47 +00:00
Lee Verberne
179c821b02
Update kubectl debug docs for 1.20 release ( #24847 )
...
* Update kubectl debug docs for 1.20 release
* Apply suggestions from code review
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-11-09 04:46:25 -08:00
ruiwen-zhao
75456274f9
Explicitly mention init containers in the QoS doc
2020-11-06 19:19:38 +00:00
Kubernetes Prow Robot
afa5196363
Merge pull request #24825 from novas0x2a/patch-1
...
document HPA's implicit deactivation
2020-11-04 16:26:53 -08:00
Kubernetes Prow Robot
b436a816e9
Merge pull request #24889 from reylejano-rxm/merged-master-dev-1.20
...
Merge master into dev-1.20 to keep in sync - 11-4-20
2020-11-04 12:46:53 -08:00
Shihang Zhang
3590d73008
TokenRequest and TokenRequestProjection are GA now ( #24823 )
2020-11-04 11:24:53 -08:00
reylejano-rxm
48266bd653
Merge remote-tracking branch 'upstream/master' into dev-1.20
2020-11-04 10:32:10 -08:00
Jakob
8c68745c0f
improve structure of finalizer section in CRD guide ( #24851 )
...
- It's now more precise regarding the format of finalizers (which have to
consist of a namespace and a name, separated by a forward slash or they
will get rejected by the apiserver, with the exception of built in ones)
- It's less repetitve in general
2020-11-04 08:00:05 -08:00
Karen Bradshaw
dd618cff39
clean up turnkey cloud solutions
2020-11-03 15:40:26 -05:00
Kubernetes Prow Robot
974932e170
Merge pull request #24756 from fonsecas72/95641
...
Documenting new default headers in HTTP probes
2020-11-03 07:02:16 -08:00
Arjun Naik
b838012e1e
Added docs about container resource metric source for HPA ( #23523 )
...
* Added docs about container resource metric source for HPA
Signed-off-by: Arjun Naik <arjun.rn@gmail.com>
* Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
Co-authored-by: Guy Templeton <guyjtempleton@googlemail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Guy Templeton <guyjtempleton@googlemail.com>
2020-11-02 11:44:15 -08:00
Mike Lundy
862482e4d1
Apply suggestions from code review
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-31 12:00:00 -07:00
Hugo Fonseca
f5a8dbe61e
HTTP Probe - Documenting about default headers
2020-10-31 17:12:42 +00:00
Mike Lundy
0f4db0dc90
document HPA's implicit deactivation
2020-10-30 14:56:32 -07:00
Kristin Martin
d2c63597e5
Merge remote-tracking branch 'upstream/master' into dev-1.20
2020-10-28 14:24:02 -07:00
Kubernetes Prow Robot
fe005183f0
Merge pull request #24685 from mbelsky/mbelsky-patch-1
...
Reduce steps count to list the env vars
2020-10-25 04:21:00 -07:00
Max Belsky
8cc80bf469
Update content/en/docs/tasks/inject-data-application/define-environment-variable-container.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-23 10:51:14 +03:00
eagleusb
45ec60bed5
Merge master into dev-1.20 to keep in sync
2020-10-22 17:44:02 +02:00
Kubernetes Prow Robot
167a19e0b8
Merge pull request #24682 from DKImprowised/patch-1
...
Update configure-access-multiple-clusters.md
2020-10-22 06:47:35 -07:00
Max Belsky
dccbc5f3cd
Reduce steps count to list the env vars
2020-10-22 16:42:36 +03:00
Kubernetes Prow Robot
b2c714b279
Merge pull request #24678 from tengqm/links-tasks
...
Fix links in the tasks section
2020-10-22 02:09:35 -07:00
dharmendraImprowised
d8912d5da1
Update configure-access-multiple-clusters.md
2020-10-22 14:28:47 +05:30
Qiming Teng
740eb340d4
Fix links in the tasks section
...
This PR fixes links where the target is a redirection. The special case
is about minikube, which has been deleted recently. The dangling link
now points to `/docs/tasks/tools/` which makes no sense. This PR change
the target for `minikube` to `https://minikube.sigs.k8s.io/docs/ `.
2020-10-22 15:01:45 +08:00
Michael McCune
de655df255
fix case for scale subresource fields
...
This change corrects the capitalization for the code blocks referring to
`statusReplicasPath` and `labelSelectorPath` to make the descriptive
text consistent with the code values.
2020-10-21 12:37:58 -04:00
Neha Viswanathan
a8b6551c22
update kubernetes-incubator references
2020-10-20 23:10:28 -07:00
Tim Bannister
78351ecaf5
Transfer “Controlling Access to the Kubernetes API” to the Concepts section
...
Readers from several different backgrounds will find it useful to know
about how Kubernetes controls access to its API. Promote this overview
to the Security subsection of Concepts.
2020-10-20 23:41:56 +01:00
jornshen
c24b5ef19d
Add kubeadm to “Install Tools”
2020-10-19 16:16:58 +08:00
Kubernetes Prow Robot
55582e1f70
Merge pull request #24533 from sftim/20201012_learning_environment_redirect
...
Redirect "Learning environment" to Install Tools task
2020-10-17 10:52:13 -07:00
W. Trevor King
71cdde7857
content/en/docs/tasks/run-application/configure-pdb: Acceptable overlapping PDBs
...
The previous "must be careful not to create" wording was making folks
uncomfortable about brief overlap periods while transitioning between
two PDBs [1].
[1]: https://bugzilla.redhat.com/show_bug.cgi?id=1861104#c29
2020-10-15 12:45:18 -07:00
Kubernetes Prow Robot
a2659dc137
Merge pull request #24578 from Tej-Singh-Rana/k8s-tej
...
Replaced URL
2020-10-15 01:10:24 -07:00
Tej-Singh-Rana
0cef76025f
Replaced URL
2020-10-15 13:26:59 +05:30
reylejano-rxm
34695f9380
dev-1.20 branch version for pod-lifecycle.md for feature state for k8s version
2020-10-14 09:35:18 -07:00
Kubernetes Prow Robot
f1ac8efcb8
Merge pull request #23887 from mtaufen/said-beta-docs-1.20
...
Update docs for ServiceAccountIssuerDiscovery beta
2020-10-14 06:55:55 -07:00
Kubernetes Prow Robot
720812a0ce
Merge pull request #23755 from sftim/20200908_revise_task_safely_drain_node
...
Revise node draining task page
2020-10-12 22:14:26 -07:00
Kubernetes Prow Robot
c7bc04463a
Merge pull request #23873 from matt-sm/patch-1
...
Update horizontal-pod-autoscale-walkthrough.md
2020-10-12 21:42:26 -07:00
Matt Smith
c3e87ab296
Update horizontal-pod-autoscale-walkthrough.md
2020-10-13 12:51:26 +11:00
Kubernetes Prow Robot
9b8bf10f3a
Merge pull request #24402 from SumoLogic/master
...
Add explicit info about pod limits being applied to requests
2020-10-12 17:39:22 -07:00
Kubernetes Prow Robot
6a2dae1579
Merge pull request #24262 from gjtempleton/Configurable-Scaling-Example-Clarification
...
Clarify HPA Scaling Policies
2020-10-12 17:37:22 -07:00
Kubernetes Prow Robot
caa4490191
Merge pull request #23128 from beccabau/patch-1
...
grammatical changes to resource metrics pipeline
2020-10-12 17:25:22 -07:00
Kubernetes Prow Robot
d853b50d6f
Merge pull request #24405 from T0MASD/patch-1
...
Update managing-tls-in-a-cluster.md
2020-10-12 17:13:22 -07:00
Tim Bannister
a6b52520cd
Redirect "Learning environment" to Install Tools task
2020-10-13 01:02:21 +01:00
Kubernetes Prow Robot
b55fda3e91
Merge pull request #24490 from AlphaWong/patch-1
...
doc: update corefile
2020-10-12 16:59:23 -07:00
Kubernetes Prow Robot
401c4fc0fa
Merge pull request #24519 from JornShen/improve_diagram_of_compute_resources
...
Improve diagram for “Reserve Compute Resources for System Daemons”
2020-10-12 11:08:48 -07:00
Kubernetes Prow Robot
c655e02bb9
Merge pull request #24518 from shuuji3/fix-markup-error
...
Fix a markup error on tasks/administer-cluster/running-cloud-controller
2020-10-12 08:36:48 -07:00
jornshen
e9f483808b
Improve diagram for “Reserve Compute Resources for System Daemons”
2020-10-12 20:30:58 +08:00
TAKAHASHI Shuuji
9b55db0286
Fix a markup error.
2020-10-12 16:42:03 +09:00
Qiming Teng
9fa03cbdf1
Move example-ingress.yaml
...
The commit (a79db9d5de
) made the sample
YAML for Ingress a standalone file, but it was placed into a NEW
`examples/ingress` directory. This PR moves it to
`examples/service/networking` subdirectory where all other Ingress
examples are located. Having a single file under a dedicated directory
seems not good.
2020-10-12 11:17:08 +08:00
Alpha
087513d4c9
doc: update corefile
...
I think `CoreFile` replace the keyword `proxy` with `forward` in their config file
2020-10-11 16:27:04 +08:00
Kubernetes Prow Robot
a320a9e1aa
Merge pull request #24416 from nate-double-u/23354-update-install-minikube
...
Remove content/en/docs/tasks/tools/install-minikube.md
2020-10-10 00:24:47 -07:00
Weiping Cai
a79db9d5de
fix example-ingress.yaml format error
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-10-10 10:03:46 +08:00
Nate W
b65ddd16f6
Remove content/en/docs/tasks/tools/install-minikube.md
...
As per conversations in issue https://github.com/kubernetes/website/issues/23354 ,
* Removing content/en/docs/tasks/tools/install-minikube.md page
* Adding a 302 temporary redirect for /docs/tasks/tools/install-minikube/
* Updating content/en/docs/tasks/tools/_index.md with the suggestion to add buttons to make these links more visual/see-able, including aria-labels
Additionally:
* Updating minikube capitalization throughout page
* Updating text throughout page for line length
* Correcting back ticks use throughout page
Signed-off-by: Nate W <nwaddington@cncf.io>
2020-10-09 13:50:03 -07:00
Tomas Dabašinskas
ea3ed2b6e1
Update managing-tls-in-a-cluster.md to include fields in certificate signing request (or CSR) required by kubernetes.io/kubelet-serving signer policy
2020-10-08 10:13:52 +03:00
Christopher Montoro
7fc8f1a220
Update the example for kubectl port-forward
...
Clarify that `REMOTE_PORT` is interpreted as identifying a _Service_ port when provided `TYPE` is `service`.
Also, highlight support for specifying a named port as `REMOTE_PORT`.
2020-10-07 22:02:37 -04:00
Kubernetes Prow Robot
11ee97d567
Merge pull request #24140 from qiutongs/master
...
Add a new known issue to the out-of-resource doc: active_file memory is not considered as available memory
2020-10-07 14:22:17 -07:00
perk
4d94040676
Add explicit info about pod limits being applied to requests
2020-10-07 11:14:05 +02:00
Kubernetes Prow Robot
56a4d9ba6c
Merge pull request #24293 from kjw3/patch-1
...
Fix missing command in helm search statement
2020-10-06 10:48:43 -07:00
Kubernetes Prow Robot
f145181adc
Merge pull request #24051 from rikatz/patch-2
...
Add curl to required packages in kubectl install
2020-10-06 06:54:20 -07:00
Kubernetes Prow Robot
f9f21ac636
Merge pull request #24297 from pjhwa/fix-24296
...
Fix issue with tasks/administer-cluster/out-of-resource/
2020-10-02 10:12:48 -07:00
GuyTempleton
5b15a7108f
Clarify HPA Scaling Policies
...
Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-02 18:09:13 +01:00
Kubernetes Prow Robot
9e01fb5560
Merge pull request #24037 from RULCSoft/fix-typos
...
Fix typos
2020-10-02 07:25:20 -07:00
Kubernetes Prow Robot
5bf9d97d6e
Merge pull request #24231 from santadasu/patch-1
...
Correct a typo in horizontal-pod-autoscale file
2020-10-01 14:45:19 -07:00
Qiutong Song
3a0302d128
Address comments and take the suggested wording
2020-10-01 14:02:43 -07:00
Jerry Park
45a5a5210f
Fix issue with tasks/administer-cluster/out-of-resource/
2020-10-01 13:13:59 +09:00
Kevin Jones
6fe4034d87
Fix missing command in helm search statement
2020-09-30 22:44:10 -04:00
Kubernetes Prow Robot
0445c38154
Merge pull request #24225 from miry/update-ingress-example-with-new-api-en
...
[en] Use apiversion networking.k8s.io/v1 for ingress
2020-09-29 18:23:25 -07:00
santadasu
5ede1e94c5
Correct a type in horizontal-pod-autoscale file
...
None
2020-09-29 14:28:39 -07:00
Michael Nikitochkin
599e1db6dc
Use apiversion networking.k8s.io/v1 for ingress for EN
...
There is a warning deprecation message for kubernetes v1.19:
```
Warning: networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
```
Switched apiversion in the example to `networking.k8s.io/v1`
2020-09-29 18:03:58 +02:00
Qiutong Song
fd97fcd9d5
Add a new known issue to the out-of-resource doc: active_file memory is not considered as available memory
2020-09-25 13:49:35 -07:00
Andres Caro
9fd549b12c
Update the run command to refer to pod creation
...
The "run" command refers to deployment creation and it should refer to pod creation
2020-09-24 08:05:24 -05:00
Kubernetes Prow Robot
efa6d3de30
Merge pull request #24074 from dkarlovi/patch-1
...
Make the dashboard URL a clickable link
2020-09-24 05:16:05 -07:00
Alpha
eafae3d991
doc: fix broken link
2020-09-24 18:50:32 +08:00
Dalibor Karlović
8c626d69d3
Make the dashboard URL a clickable link
2020-09-23 18:36:24 +02:00
Ricardo Katz
f4fe5eafd8
Add curl to required packages in kubectl install
2020-09-22 15:34:29 -03:00
Jorge Vallecillo
1213635880
Fix typos
2020-09-21 15:36:01 -06:00
Sushil Kumar
cf14321b76
Fixed typo
...
Fixed typo s/kustomizae/kustomize
2020-09-19 12:18:16 -07:00
Kubernetes Prow Robot
820f47016a
Merge pull request #23986 from howieyuen/fix-format
...
[en] fix code block rendering mistake
2020-09-18 20:12:28 -07:00
Hao Yuan
dfda08a978
fix code block cannot be rendered in title
2020-09-18 21:29:19 +08:00
Kubernetes Prow Robot
9f0a206fe0
Merge pull request #23757 from dougsland/docs-doug
...
[docs] fix client-go example
2020-09-17 19:00:45 -07:00
Kubernetes Prow Robot
729249487f
Merge pull request #23957 from elvinjgalarza/master
...
Fix outbound link to Cilium K8s Installation Guide
2020-09-17 12:44:45 -07:00
Kubernetes Prow Robot
8e4951c67c
Merge pull request #23898 from varadaprasanth/patch-2
...
Update run-stateless-application-deployment.md
2020-09-15 23:25:19 -07:00
Kubernetes Prow Robot
2d340079bf
Merge pull request #23900 from varadaprasanth/patch-4
...
Pod object is formatted
2020-09-15 18:03:20 -07:00
Michael Taufen
da08874e48
Update docs for ServiceAccountIssuerDiscovery beta
...
https://github.com/kubernetes/enhancements/issues/1393
2020-09-15 11:05:42 -07:00
varadaprasanth
d455c7f5fd
Update horizontal-pod-autoscale.md
...
pod is replaced with 'Pod' as per the documentation naming conventions
2020-09-15 15:33:13 +05:30
varadaprasanth
19d46f796d
Update horizontal-pod-autoscale-walkthrough.md
...
pod is replaced with 'Pod' as per the documentation naming conventions.
2020-09-15 15:22:59 +05:30
varadaprasanth
42f23e75b7
Update run-stateless-application-deployment.md
...
Pod name is changed from pod, as per the documentation naming conventions.
2020-09-15 14:59:08 +05:30
Elvin J. Galarza
2d7b6b85f5
Fix outbound link to Cilium K8s Installation Guide
...
Updated the outbound link to Intro to Cilium K8s and Installation Guide to reflect the new link on the Cilium site.
2020-09-14 22:57:40 -04:00
Kubernetes Prow Robot
f53a4c700d
Merge pull request #23406 from oomichi/update-link-of-kuztomization
...
Update the link of kustomization file
2020-09-14 08:00:59 -07:00
Matt Smith
e85fabe3ed
Update horizontal-pod-autoscale-walkthrough.md
...
As per the error described in https://github.com/LevelUpEducation/kubernetes-demo/issues/31 , guidance was to add the generator explicitly:
`kubectl run --generator=run-pod/v1 -i --tty load-generator --image=busybox /bin/sh`
But I prefer the example from the run docs https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_run/ :
`kubectl run -i --tty busybox --image=busybox --restart=Never`
2020-09-14 19:59:45 +10:00
Kubernetes Prow Robot
c901c84e55
Merge pull request #23782 from tengqm/create-secret-tasks
...
Separating tasks from Secret concept
2020-09-13 17:20:57 -07:00
Kubernetes Prow Robot
99439157bb
Merge pull request #23744 from tengqm/improve-obj-mgmt
...
Improve object management page by adding a hint
2020-09-13 13:02:57 -07:00
Qiming Teng
995b067fdb
Separating tasks from Secret concept
...
There are many contents in the (*very big*) Secret concept page which
are actually tasks. This PR proposes a separation of some contents
into separate tasks, so that we have a (hopefully) better organization
of the content and we make room for improvement to the concept itself.
Note that the creation of the `configmap-secret` directory (instead of
`secret`) is an intent to create a folder for both ConfigMap and Secret,
both of which are about configurations though there are quite some
differences between them.
2020-09-13 21:06:58 +08:00
Qiming Teng
7ff239625b
Improve object management page by adding a hint
...
The current instruction doesn't work if one is using `generateName`
field when creating an object.
2020-09-10 08:39:21 +08:00
Douglas Schilling Landgraf
bdafcf5aa4
[en]: add missing context module for the go example
...
The client-go example is missing the param context.
This patch adds the missing param.
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2020-09-08 20:59:00 -04:00
Douglas Schilling Landgraf
ed8ffbda4c
[en]: Add package main to client-go example
...
The package main is missing from the example.
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2020-09-08 20:56:13 -04:00
Tim Bannister
b838ea7a3e
Revise node draining task page
2020-09-08 21:32:45 +01:00
Qiming Teng
321342b3f0
Fix nits in CRD task
2020-09-08 18:45:38 +08:00
gm7y8
b330bb0256
Move eviction-policy from tasks to concepts
...
add what's next to eviction policy
2020-09-07 23:44:28 +01:00
Roman Marusyk
f4028e2a01
Removes IPVS prerequisites
2020-09-04 12:21:34 +03:00
Celeste Horgan
47dd26bf09
Add 3rd party content warning
...
Signed-off-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Tim Bannister <tim+github@scalefactory.com>
2020-09-01 10:39:06 -07:00
Christopher De Vries
b7f8f824b0
Incorporate suggested language change from Tim Bannister with a couple changes.
2020-08-27 12:46:25 -04:00
Kubernetes Prow Robot
fc3a6220bf
Merge pull request #23096 from sftim/20200812_tidy_troubleshooting
...
Tidy troubleshooting task
2020-08-26 15:01:02 -07:00
Kubernetes Prow Robot
70b75e16f0
Merge pull request #22981 from shuuji3/en/replace-special-quote-with-normal-ones
...
Replace special quote characters with normal ones
2020-08-26 14:55:02 -07:00
Kubernetes Prow Robot
723b0863c6
Merge pull request #22754 from sftim/20200726_document_customresourcedefinition_stable
...
Document CustomResourceDefinition as stable
2020-08-26 14:53:03 -07:00
Kubernetes Prow Robot
06a9e0f39d
Merge pull request #22490 from missingcharacter/patch-1
...
Remove `cluster/update-storage-objects.sh` reference
2020-08-26 14:51:04 -07:00
Kubernetes Prow Robot
5a1cbbae00
Merge pull request #23116 from bgsilvait/patch-1
...
Update manifests with the correct API version
2020-08-26 14:00:21 -07:00
Kenichi Omichi
54471cde97
Update the link of kustomization file
...
The page of kustomize/docs/glossary.md has been moved from
https://github.com/kubernetes-sigs/kustomize to
https://kubernetes-sigs.github.io/kustomize/api-reference/glossary/
This updates the link.
2020-08-24 23:51:52 +00:00
Savitha Raghunathan
95c94c03d5
resolving conflicts
2020-08-23 12:13:37 -04:00
Tim Bannister
85aaea2a99
Document CustomResourceDefinition as stable
...
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-08-22 14:14:47 +01:00
Tim Bannister
420155905a
Fix cluster auditing task page
2020-08-19 00:29:06 +01:00
Becca Bau
f6eafd9480
Update content/en/docs/tasks/debug-application-cluster/resource-metrics-pipeline.md
...
Avoiding Latin phrasing
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-08-18 18:32:45 -04:00
Kubernetes Prow Robot
143405e792
Merge pull request #22822 from mokua/patch-8
...
Update custom-resource-definitions.md
2020-08-18 14:13:10 -07:00
Kubernetes Prow Robot
a860aee1d7
Merge pull request #23073 from habibrosyad/patch-22980
...
Relocate 'qosClass' under 'status' in examples
2020-08-16 14:22:18 -07:00
Tim Bannister
84b05958b2
Tidy troubleshooting task
2020-08-15 14:07:07 +01:00
Christopher De Vries
4bb76cd0fb
Change secondary to replica and use primary as an adjective consistently
2020-08-14 08:04:50 -04:00
Becca Bau
2a19a35ad9
grammatical changes to resource metrics pipeline
...
Made some grammatical changes to the text.
2020-08-13 18:09:35 -04:00
Christopher De Vries
044d11de32
Replace master/slave with primary/secondary where possible
2020-08-13 08:59:24 -04:00
Bruno Gabriel da Silva
d8b3ec4f63
Update manifests with the correct API version
...
Change the API from deployment manifests apps/v1beta1 -> apps/v1
As per doc (https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/ )
Deployment in the extensions/v1beta1, apps/v1beta1, and apps/v1beta2 API versions is no longer served
Migrate to use the apps/v1 API version, available since v1.9. Existing persisted data can be retrieved/updated via the new version.
2020-08-13 11:06:12 +01:00
Anna Jung
dfb15d9f30
Fix syntax issue with ingress demo
2020-08-12 08:47:34 -05:00
Kubernetes Prow Robot
d95a497cbf
Merge pull request #23047 from aallbrig/ingress-minikube-example-snippet-fix
...
Ingress snippet conforms to ingress spec
2020-08-12 06:25:45 -07:00
Qiming Teng
b8541d2127
Tune links in tasks section (1/2)
2020-08-12 18:32:22 +08:00
Daniel Schnetler
d6e371fc57
Update _index.md
2020-08-11 23:15:20 +02:00
Anna Jung
09d0f598fa
Merge master into dev-1.19 to keep in sync
2020-08-11 08:34:02 -05:00
TAKAHASHI Shuuji
c6a96128c4
Replace special quote characters with normal ones.
2020-08-11 21:05:22 +09:00
M. Habib Rosyad
31d3d215e6
relocate 'qosClass' under 'status' in examples
2020-08-11 16:55:30 +07:00
Andrew Allbright
c8c662b99e
Ingress snippet conforms to ingress spec
2020-08-10 05:37:59 -04:00
Kubernetes Prow Robot
a8d831318c
Merge pull request #23017 from tengqm/links-tasks-2
...
Tune links in tasks section (2/2)
2020-08-09 17:24:19 -07:00
Qiming Teng
92ae1a9cf8
Tune links in tasks section (2/2)
2020-08-08 16:15:28 +08:00
TAKAHASHI Shuuji
7b3322d426
Add a code block fence for example-ingress.yaml.
2020-08-06 11:56:33 +09:00
Richard Mokua
4719ff5ef3
Update custom-resource-definitions.md
...
Fixed indentation on line 676
2020-08-05 07:13:32 +02:00
jimoosciuc
5c6727bc1a
Update custom-resource-definition-versioning.md
...
Fixed an issue on CustomResourceDefinition yaml
2020-08-04 17:00:03 +08:00
Savitha Raghunathan
53c71ad3f9
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-08-03 16:09:39 -04:00
TAKAHASHI Shuuji
36d9239fb1
Fix broken links to pages under /en/docs/tasks/administer-cluster/manage-resources/
2020-08-01 17:45:36 +09:00
Richard Mokua
1c76afc2bc
Update custom-resource-definitions.md
...
The example on line 746-754, should has an image tag; with the image tag, the validation will fail with the error "validating data: ValidationError(CronTab.spec): unknown field "image"". Solution : Adding the image field on the CustomResourceDefinitions.
2020-07-30 07:56:34 +02:00
Savitha Raghunathan
e2a861c2f9
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-07-27 19:10:42 -04:00
Kubernetes Prow Robot
1b0c69187c
Merge pull request #21895 from mokua/patch-7
...
Update audit.md
2020-07-27 06:42:20 -07:00
Richard Mokua
9c24d96885
Update audit.md
...
volume mount indentation correction
2020-07-27 12:54:43 +02:00
Richard Mokua
8e69d20a2f
Update audit.md
...
correct indentation on the policy file and log file hostPath volumes
2020-07-27 08:02:20 +02:00
Tim Bannister
49eee8fd3d
Revise Pod concept ( #22603 )
...
* Revise Pod concept
Adapt the existing Pod documentation to suit the Docsy theme, by
promoting the Pod concept itself to /docs/concepts/workloads/pods/
Following on from this, update the Pod Lifecycle page to cover the
lifecycle of a Pod and follow on directly from the Pod concept,
for readers keen to understand things in detail.
This change also removes the automatic contents list from the Pod
overview page. Instead, the new page links to all the pages
inside the Pod section.
* Update links to Pod concept
Link to updated content
* Incorporate Pod concept suggestions
Co-authored-by: Celeste Horgan <celeste@cncf.io>
* Revise StatefulSet suggestion for Pod concept
Co-authored-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-26 20:18:16 -07:00
Cweiping
c80c9c40c1
fix page configure-multiple-schedulers/#enable-leader-election style error ( #22642 )
...
* fix https://kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/#enable-leader-election style error
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
* fix https://kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/#enable-leader-election style error
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-07-26 20:16:16 -07:00
Kubernetes Prow Robot
9880cbd671
Merge pull request #22318 from tengqm/fix-19996
...
Fix pages that reference removed API groups
2020-07-26 19:38:18 -07:00
Kubernetes Prow Robot
f8868b300b
Merge pull request #22644 from HoussemDellai/edit-hpa-docs
...
Replaced ADD with COPY in Dockerfile
2020-07-26 19:08:17 -07:00
Kubernetes Prow Robot
bf447ce552
Merge pull request #22626 from Arhell/upd-page
...
remove backticks from “Change the Reclaim Policy of a PersistentVolum…
2020-07-26 19:06:17 -07:00
Kubernetes Prow Robot
1b9a074fff
Merge pull request #22675 from sftim/20200723_improve_task_tools_overview
...
Revise overview for Install Tools tasks
2020-07-26 19:00:17 -07:00
Roberth Strand
a5e1ede968
Wrong formatting on curl command for downloading latest release of kubectl ( #22738 )
...
* Update install-kubectl.md
Wrong formatting on the first curl command
* Update content/en/docs/tasks/tools/install-kubectl.md
Correct syntax
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-26 18:46:16 -07:00
Tim Bannister
0f519e614a
Revise overview for Install Tools tasks
...
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-07-26 15:23:28 +01:00
Kubernetes Prow Robot
214a9ca745
Merge pull request #22698 from mweibel/patch-1
...
windows: update link to docker engine installation
2020-07-25 10:58:16 -07:00
Kubernetes Prow Robot
e21e35d403
Merge pull request #22313 from tengqm/remove-falco
...
Remove Falco from website
2020-07-24 10:28:22 -07:00
Michael Weibel
7f71c6c053
windows: update link to docker engine installation
...
the existing link unfortunately is a dead link and doesn't redirect to the new place properly. Linking directly probably makes sense.
2020-07-24 12:25:58 +02:00
dmcquiston8
ece290e431
Update debug-application.md
2020-07-22 18:19:35 -04:00
Arhell
531a496c14
remove backticks from “Change the Reclaim Policy of a PersistentVolume” page
2020-07-23 00:38:48 +03:00
Houssem Dellai
c84caa795a
Replaced ADD with COPY in Dockerfile
...
COPY is more safe than ADD
2020-07-22 15:34:00 +02:00
Qiming Teng
280afd8896
Remove Falco from website
...
This content is dual hosted 3rd party content.
2020-07-22 20:59:37 +08:00
Ben Gadbois
a491d86a0c
audit: typo fix
2020-07-20 14:30:44 -07:00
Kubernetes Prow Robot
3841d72380
Merge pull request #21278 from hasheddan/seccomp
...
Add documentation for Seccomp GA
2020-07-20 12:14:39 -07:00
hasheddan
3ad7ea77f1
Add documentation for generally available seccomp functionality
...
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2020-07-20 13:51:17 -05:00
Savitha Raghunathan
53f2d23359
resolving conflicts
2020-07-19 19:15:36 -04:00
Tej-Singh-Rana
7bf0200de2
Fixed space gap
2020-07-17 22:53:43 +05:30
Qiming Teng
7b2126c036
Update audit.md
2020-07-16 21:03:06 +08:00
Qiming Teng
c52731f462
Drop DynamicAuditing
...
The dynamic auditing feature is dropped in 1.19.
Ref1: https://groups.google.com/forum/#!topic/kubernetes-sig-auth/aV_nXpa5uWU
Ref2: kubernetes/kubernetes#91502
2020-07-16 20:51:57 +08:00
Kubernetes Prow Robot
eb6b1f8a4e
Merge pull request #21663 from rosti/kubeadm-cc-updates-1.19
...
kubeadm: component config updates in 1.19
2020-07-15 17:44:33 -07:00
Kubernetes Prow Robot
c26fdebaad
Merge pull request #21108 from liggitt/csr-ga
...
Rotate kubelet client certificates GA, CSR API GA
2020-07-15 14:50:37 -07:00
Kubernetes Prow Robot
78c130b286
Merge pull request #21581 from liggitt/warning-doc
...
Document deprecation warnings feature
2020-07-15 14:48:38 -07:00
Jordan Liggitt
f12bc65e80
Address doc review comments
2020-07-15 12:24:42 -04:00
Jordan Liggitt
78d4a10243
CSR API to GA
2020-07-15 11:56:07 -04:00
Jordan Liggitt
bc2ed912d9
Rotate kubelet client certificates GA
2020-07-15 11:55:23 -04:00
marosset
8a9763a8bc
Upgrading Windows OS version support + containerd feature state for v1.19
...
Co-authored-by: jsturtevant <jstur@microsoft.com>
2020-07-15 08:45:50 -07:00
Jordan Liggitt
2d4357abc6
Add deprecation warning info
2020-07-15 11:30:44 -04:00
Rostislav M. Georgiev
65e914e5e5
Update the `kubeadm upgrade` page for 1.19
...
Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2020-07-15 16:32:35 +03:00
Rostislav M. Georgiev
b554f41c21
kubeadm: Document component config related changes
...
This briefly adds a description for some side steps in the upgrade
process. Most notably, it mentions the existance of the component config
state table at the end of the `kubeadm upgrade plan` output and the need
to specify a file with upgraded configs to `kubeadm upgrade apply` if
the config state table says so.
Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2020-07-15 16:32:35 +03:00
Qiming Teng
31730ce174
Use inline links when possible
...
This is in prep for link checker. By using inline links everywhere, we:
- reduce the risk of dangling, missing, unused links as you can see from the PR;
- simplify the link checker logic (under development).
2020-07-15 17:09:32 +08:00
Kubernetes Prow Robot
b9a5adeedd
Merge pull request #21589 from robscott/endpointslice-1.19
...
Updating EndpointSlice documentation for Kubernetes 1.19
2020-07-14 09:41:21 -07:00
Rob Scott
028af758bb
Updating EndpointSlice documentation for Kubernetes 1.19
2020-07-13 13:25:00 -07:00
Brian Pursley
647e48ca33
Fix broken Debugging DNS Resolution link
2020-07-13 16:02:02 -04:00
Ricardo Rosales
abfff67725
Remove `cluster/update-storage-objects.sh` reference
...
Seems like this https://github.com/kubernetes/kubernetes/pull/83969/files makes it obsolete
2020-07-13 10:22:29 -05:00
Qiming Teng
621e5e7236
Avoid using deprecated commands in task
...
The `kubectl run` way of creating Deployment is deprecated. This PR
replaces it with the new equivalent command.
2020-07-09 10:21:51 +08:00
Savitha Raghunathan
0ebc16c10c
resolving conflicts
2020-07-08 16:01:48 -04:00
Kubernetes Prow Robot
ca8ae6e1cb
Merge pull request #22316 from tengqm/fix-19337
...
Fix indentation of list and code snippet for kms-provider
2020-07-06 13:27:57 -07:00
Kubernetes Prow Robot
3408ac404f
Merge pull request #22323 from Tej-Singh-Rana/k8s-tej
...
Fixed space issue
2020-07-06 09:56:52 -07:00
Kubernetes Prow Robot
8056a69b38
Merge pull request #22301 from kbhawkey/kb-example-content-move
...
create archetype files, _index cleanup
2020-07-06 03:42:50 -07:00
Jerry Park
64f62106c1
Fix issue of document link in some documents
2020-07-05 22:46:08 +09:00
Kubernetes Prow Robot
4c19ec60a1
Merge pull request #22175 from sftim/20200629_remove_capture_shortcodes
...
Remove capture shortcodes & warn on future use.
2020-07-04 05:30:48 -07:00
Tej-Singh-Rana
62c13dc35d
Fixed space issue
2020-07-04 14:42:28 +05:30
Kubernetes Prow Robot
4267b1bad4
Merge pull request #22317 from abhi1604/patch-5
...
Corrected a Typo
2020-07-03 22:30:48 -07:00
Qiming Teng
e097b93c8e
Fix pages that reference removed API groups
...
Quite some resources have been moved out of the `extensions` API group
since 1.18; the `apps/v1beta1` and `apps/v1beta2` group versions are
also dropped. This PR updates the pages which still reference such API
groups or group versions.
2020-07-04 13:23:26 +08:00
Abhinav
e6fd8f866e
Corrected a Typo
2020-07-04 14:07:16 +09:00
Qiming Teng
f03c187987
Fix indentation of list and code snippet for kms-provider
2020-07-04 12:31:10 +08:00
Kubernetes Prow Robot
9c196f9e09
Merge pull request #21811 from Cweiping/feature/add_interdependent_envvars
...
add define interdependent environment variables page
2020-07-03 21:00:48 -07:00
Karen Bradshaw
4ebc47d316
add archetype pages for content types
2020-07-03 11:03:04 -04:00
Weiping Cai
4490fe014f
use printf to replace printenv
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-07-01 14:48:38 +08:00
Richard Mokua
f5d6481d3d
Update audit.md
...
removed comment tag and indentation
2020-07-01 07:50:46 +02:00
Savitha Raghunathan
220d754880
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-06-30 18:02:37 -04:00
Tim Bannister
98c349f685
Fix page front matter (en localization)
2020-06-29 18:45:52 +01:00
Qiming Teng
1d5c6b53e6
Tune the code snippet in the list environment
2020-06-28 09:56:04 +08:00
Kubernetes Prow Robot
77b5c0d427
Merge pull request #21933 from tengqm/move-dns-debugging
...
Move DNS debugging page back to cluster administration
2020-06-27 16:50:14 -07:00
Jerry Park
427b4ec428
Fix issue with links to wrong section name
2020-06-27 20:58:23 +09:00
Kubernetes Prow Robot
3bb141c048
Merge pull request #21995 from rmohta/issue-21803
...
Add a note about reserved namespace prefix. Resolves #21803
2020-06-26 03:53:31 -07:00
Rohit Mohta
d41074866e
Add a note about reserved namespace prefix
...
A namespace with prefix 'kube-' is reserved, even though k8s will let you create that
2020-06-23 18:10:41 -07:00
Justin Brûlotte
a0bfa31a4b
Remove extra space in documentation
2020-06-23 14:56:43 -04:00
Kubernetes Prow Robot
7ac8022210
Merge pull request #21961 from joshuabezaleel/feature-gate-redirect-on-configure-service-account
...
Fix redirect link for feature-gates page on configure-service-account
2020-06-22 13:37:41 -07:00
Kubernetes Prow Robot
c69e39d4a2
Merge pull request #20845 from prasadkatti/move_configure_multiple_schedulers
...
Move configure-multiple-schedulers.md
2020-06-22 13:23:40 -07:00
Josef Brandl
f52ab1241b
Fix description of failureThreshold
2020-06-22 10:08:40 +02:00
Prasad Katti
473c56aa4f
move configure-multiple-schedulers.md
2020-06-21 20:04:18 -07:00
joshuabezaleel
0a76ba0149
Fix redirect link for feature-gates page on configure-service-account
2020-06-21 22:21:35 +07:00
Cweiping
e3f6541d0a
Apply suggestions from code review
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-06-20 16:35:35 +08:00
Kubernetes Prow Robot
d43c29b0e4
Merge pull request #21854 from JensErat/safe-sysctl-ping-group
...
Add newly introduced ping_group_range sysctl
2020-06-19 22:36:39 -07:00
Kubernetes Prow Robot
c27b58a7a6
Merge pull request #21859 from victoryNap/master
...
Update falco helm chart url
2020-06-19 22:30:39 -07:00
Qiming Teng
d757b2da39
Move DNS debugging page back to cluster administration
...
DNS resolution is a task in the control plane rather than application
layer.
2020-06-20 12:45:55 +08:00
Joel Smith
2c3ec99c73
Update link for HPA object to point to API docs instead of old design doc
2020-06-19 22:27:47 -06:00
Kubernetes Prow Robot
eeeffdb159
Merge pull request #21528 from bart0sh/PR0002-multisize-hugepages-beta
...
Promote HugePageStorageMediumSize feature to Beta
2020-06-19 11:38:44 -07:00
Richard Mokua
9adc2c7c6c
Update audit.md
2020-06-19 03:36:56 +02:00
Savitha Raghunathan
7ddedb00a0
resolving conflicts
2020-06-17 17:11:24 -04:00
David Jannotta
8b23c00a72
Update falco helm chart url
2020-06-17 13:25:50 -05:00
Jens Erat
96dca646db
Add newly introduced ping_group_range sysctl
...
kubernetes/kubernetes#85463 introduced a new safe sysctl
`net.ipv4.ping_group_range`, which was not yet added to the docs.
Signed-off-by: Jens Erat <email@jenserat.de>
2020-06-17 17:16:43 +02:00
Weiping Cai
1253c3b39e
fix UNCHANGE_REFERENCE to UNCHANGED_REFERENCE,and use you to replace we
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-06-17 14:02:10 +08:00
André Martins
ff9b3e10e9
update kubeadm Cilium related docs
...
Signed-off-by: André Martins <aanm90@gmail.com>
2020-06-16 16:16:39 +02:00
Weiping Cai
5513c60b54
add define interdependent environment variables page
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-06-16 18:40:30 +08:00
Roman Marusyk
6df756c350
Remove statements about the future
2020-06-16 03:26:21 +03:00
Tim Bannister
553279ca12
Remove vestigial task headings
...
Old headings no longer needed: Docsy automatically generates headings
based on site structure.
2020-06-15 20:50:08 +01:00
Tim Bannister
74360fa8ee
Add descriptions for tasks
...
Add description metadata for each task section (English localization).
For sections that only have one page, make sure that that sole page has
description metadata set.
This change helps prepare for the migration to the Docsy theme.
2020-06-15 20:47:26 +01:00
Kubernetes Prow Robot
9f4f076aea
Merge pull request #21779 from kbhawkey/kb-cleanup-toc-pages
...
clean up in page toc
2020-06-15 12:35:56 -07:00
Karen Bradshaw
49575ad2dd
clean up in page toc
2020-06-15 12:02:24 -04:00
Kubernetes Prow Robot
54e1f493a1
Merge pull request #21707 from Cweiping/remove_kubectl_run_command_deprecated_en_from_dev_1.19
...
use kubectl create deployment to create deployment with --replicas and --port
2020-06-14 06:09:55 -07:00
Weiping Cai
0202db7c00
use replicas to replace kubectl scale deployment.
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-06-14 19:08:31 +08:00
Tim Bannister
117d0d6422
Revise kubectl installation task
2020-06-13 23:04:47 +01:00
Kubernetes Prow Robot
2048d692db
Merge pull request #21372 from feloy/retainkeys
...
Document retainKeys patch strategy
2020-06-13 12:01:56 -07:00
Weiping Cai
cf3becadff
use kubectl create deployment to create deployment with --replicas and --port.
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-06-13 17:31:10 +08:00
Kubernetes Prow Robot
eff3b7178e
Merge pull request #21167 from sftim/20200525_fix_distribute_credentials_secure
...
Fix incorrect Markdown in “Distribute Credentials Securely Using Secrets”
2020-06-12 22:57:57 -07:00
Kubernetes Prow Robot
664a7fc6e6
Merge pull request #21166 from sftim/20200524_revise_dns_debugging_task
...
Revise cluster DNS task pages
2020-06-12 22:55:56 -07:00
Kubernetes Prow Robot
d0024d7d44
Merge pull request #21148 from sftim/20200523_tidy_job_concept
...
Rename and tidy Job concept page
2020-06-12 22:51:56 -07:00
Kubernetes Prow Robot
37cd54f9ef
Merge pull request #21080 from sftim/20200502_tidy_task_daemonset_rollback
...
Tidy “Perform a Rollback on a DaemonSet”
2020-06-12 22:45:56 -07:00
Tim Bannister
e6537e4043
Tidy 'Distribute Credentials Securely Using Secrets'
...
- Separate out short arguments to kubectl exec
Make it explicit that "-i" and "-t" are separate arguments to
"kubectl exec".
Readers who know about aggregating short arguments can figure the
aggregation out for themselves.
- Fix /tidy Markdown
2020-06-11 23:44:55 +01:00
Tim Bannister
123ef06bfa
Reword & tidy CoreDNS / kube-dns task pages
...
- Rewording
- Move dns-debugging-resolution task to debugging section
“Monitoring, Logging, and Debugging” feels like the right home for this
content.
2020-06-11 23:34:39 +01:00
Tim Bannister
280a527a72
Revise sample commands to match style guide
2020-06-11 23:15:02 +01:00
Tim Bannister
8f9551638b
Rename Job concept page
...
(including Netlify redirects)
2020-06-11 23:13:23 +01:00
Tim Bannister
82eb6672e0
Revise DaemonSet rollback task
2020-06-11 23:05:57 +01:00
Kubernetes Prow Robot
b635757bc0
Merge pull request #21651 from neolit123/1.19-ca-rotation
...
tasks/tls: add a page for manual CA rotation
2020-06-11 13:26:58 -07:00
abhiTamrakar
92b56db68d
manual steps for rotation of CA certificates.
...
Co-Authored-By: Zach Corleissen <zacharysarah@users.noreply.github.com>
Co-authored-By: Micah Hausler <micahhausler@users.noreply.github.com>
2020-06-11 18:05:53 +03:00
Kubernetes Prow Robot
75c7b7c62a
Merge pull request #20768 from kbhawkey/konn-svc-move-kb
...
Move Konnectivity service task page
2020-06-11 06:12:57 -07:00
Kubernetes Prow Robot
ef9aa6b6b5
Merge pull request #21131 from sftim/20200522_tweak_kubectl_multicluster_task_prerequisites
...
Revise prerequisites for “Configure Access to Multiple Clusters”
2020-06-11 05:48:56 -07:00
Philippe Martin
f7a39682ca
Fix tabs
2020-06-11 14:41:03 +02:00
Kubernetes Prow Robot
e827e6b159
Merge pull request #21154 from multi-io/patch-1
...
reconfigure-kubelet.md: Documentation error fixed
2020-06-11 05:32:56 -07:00
Kubernetes Prow Robot
350b0ffa85
Merge pull request #21553 from wawa0210/patch-1
...
Clarify the explanation when environment variables refer to each other
2020-06-11 05:30:56 -07:00
Olaf Klischat
9bc3136eed
reconfigure-kubelet.md: Documentation error fixed
...
Documentation error: It's Node.Status.Config, not Node.Spec.Status.Config.
2020-06-11 02:58:10 +02:00
Kubernetes Prow Robot
29f3c2858c
Merge pull request #21591 from scottstout/master
...
Changed whitelist to allowlist and blacklist to denylist.
2020-06-10 16:12:56 -07:00
Karen Bradshaw
5fe8c3ca5e
move setup konnectivity svc
...
move api-access to extend-kubernetes
2020-06-10 16:06:01 -04:00
Kubernetes Prow Robot
d4f302e848
Merge pull request #21245 from cmardini/patch-1
...
daemon-reload prior to restarting kubelet
2020-06-10 12:44:21 -07:00
Tim Bannister
fc25b8e38e
Remove “Configure Your Cloud Provider's Firewalls”
...
Removing this page as it doesn't meet the Kubernetes website
content guidelines
https://kubernetes.io/docs/contribute/style/content-guide/
2020-06-10 19:53:22 +01:00
Kubernetes Prow Robot
79ef67aeb9
Merge pull request #21522 from raonitimo/patch-1
...
Fixing broken link to Certificate Management with kubeadm
2020-06-10 11:38:51 -07:00
Kubernetes Prow Robot
1168848ff9
Merge pull request #20978 from prasadkatti/master
...
Update label used to search for pods in deployment
2020-06-10 10:46:52 -07:00
Kubernetes Prow Robot
923cca0fda
Merge pull request #21024 from juampynr/patch-2
...
Fix broken phrase
2020-06-10 09:02:53 -07:00
Philippe Martin
a478fa6610
Document retainKeys patch strategy
2020-06-10 16:23:17 +02:00
Kubernetes Prow Robot
3bc026f7ce
Merge pull request #21379 from KilimAnnejaro/nvidia-docs-fix
...
Updating GPU driver version
2020-06-10 06:58:50 -07:00
Kubernetes Prow Robot
af64e08666
Merge pull request #21549 from J3RN/patch-1
...
Add documentation about Minikube and libvirt
2020-06-10 06:22:51 -07:00
Karen Bradshaw
fb79042c61
update orig. order of headings
2020-06-09 19:33:15 -04:00
Karen Bradshaw
38250940c3
create page-content-types
2020-06-09 19:33:15 -04:00
Karen Bradshaw
ecc27bbbe7
add en pages
2020-06-09 19:33:15 -04:00
Scott Stout
e38b9dc9c6
revised to minumize usage of whitelist/blacklist
2020-06-09 14:14:52 -05:00
Kubernetes Prow Robot
352fafdcc7
Merge pull request #21041 from prasadkatti/move_obj_patching_page
...
Move update-api-object-kubectl-patch.md to be under 'Manage Kubernete…
2020-06-08 12:19:47 -07:00
Jonathan Arnett
673a749835
Add documentation about Minikube and libvirt
2020-06-08 10:43:08 -04:00
Ed Bartosh
33468aac5a
Promote HugePageStorageMediumSize feature to Beta
...
This is a documentation update for promoting
multiple sizes hugepages future to Beta.
2020-06-08 14:43:39 +03:00
wawa
4bd73bee23
Update define-environment-variable-container.md
...
Enhanced environment variable application notes
2020-06-07 10:50:25 +08:00
Kubernetes Prow Robot
409243673d
Merge pull request #21116 from wawa0210/enhance-terminationmessage-size
...
Added description about the size of terminationMessage file
2020-06-06 05:21:45 -07:00
Raoni Timo de Castro Cambiaghi
5ed0d96106
Fixing broken link to Certificate Management with kubeadm
...
A missing '/' on the link will lead to a 404 error. Fixing it.
2020-06-05 19:07:19 +10:00
Kubernetes Prow Robot
cd2ed3784e
Merge pull request #21188 from aregnier42/patch-1
...
Fixed number of parameters in api.listPodForAllNamespaces and minor typo
2020-06-04 07:41:15 -07:00
Kubernetes Prow Robot
8620911035
Merge pull request #21162 from sftim/20200524_revise_define_environment_variable_container
...
Revise & tidy “Define environment variables for a container” task
2020-06-03 13:52:43 -07:00
Kubernetes Prow Robot
520404a066
Merge pull request #21289 from bweston92/feat/nodelocaldns-image-jpg-to-svg
...
feat: turn nodelocaldns image to svg
2020-06-01 22:46:15 -07:00
Kubernetes Prow Robot
1f7eea0d1e
Merge pull request #21216 from kbhawkey/kb-cleanup-api-versions
...
clean up prior api refs and links
2020-06-01 07:17:55 -07:00
Kubernetes Prow Robot
b1c42abce1
Merge pull request #21390 from tengqm/fix-service-note
...
Partial fix for debugging service page
2020-06-01 03:59:54 -07:00
Qiming Teng
c4f9c355ff
Partial fix for debugging service page
...
We are kinda abusing the `{{ note }}` shortcode, which is not meant for
lengthy, verbose contents. We should not try include code snippets
inside a note.
2020-06-01 14:19:27 +08:00
KilimAnnejaro
fdf35678ba
Updating GPU driver version
2020-05-31 11:09:36 -05:00
Ganesh Annan
a0a69f6553
Fix broken link to dns specifications.
2020-05-30 12:36:26 -04:00
Karen Bradshaw
311679eeb4
clean up prior api refs and links
2020-05-29 12:09:44 -04:00
Bradley Weston
85c8fd8e1f
feat: turn nodelocaldns image to svg
2020-05-29 10:28:47 +01:00
Juampy NR
80de6ca63d
Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
...
Co-authored-by: Qiming Teng <tengqim@cn.ibm.com>
2020-05-29 11:24:28 +02:00
Christian Mardini
3652c2c17b
daemon-reload prior to restarting kubelet
2020-05-27 15:46:58 -04:00
aregnier42
5530b6eaf8
Fixed number of null parameters in api.listPodForAllNamespaces and minor typo
2020-05-26 00:26:19 +02:00
Tim Bannister
a2de95e243
Drop version check
...
All supported Kubernetes releases let you set environment variables for
Pods.
2020-05-24 12:04:31 +01:00
Tim Bannister
9b3e181f5a
Reword environment variable task
...
- Use style guide convention for running commands
Don't include the prompt, even for commands run inside a container
- Call a manifest a manifest
- tweak some wording
2020-05-24 12:03:02 +01:00
wawa0210
425e0a8871
Added description about the size of terminationMessage file
2020-05-24 17:10:08 +08:00
divyabhushan
434dae9ad7
Linked entrypoint command to the right page#21139
...
Reference issue: https://github.com/kubernetes/website/issues/21139
File modified: content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md
Line no: 122
2020-05-23 14:39:02 +02:00
Tim Bannister
8b7e900e39
Revise prerequisites
...
The previous content recommended running "kubectl version", which
will error out for readers who have not yet configured a cluster.
Reword with that in mind.
2020-05-22 19:02:24 +01:00
sharet-adl
c9a278dc2f
update deployment sample, due to deprecated option
...
Creating a deployment using 'kubectl run' command was deprecated and is not supported anymore, starting with 1.18 version. In order to keep the example as relevant as possible, all 3 pods were kept.
Couple of changes:
- fix example to use 'kubectl create deployment' command, and scaled it up explicitly
- fix missing label for both Deployment and Service
- update label key, from 'run' to 'app', as deployments automatically add the label with this key
- update comment on how label's key could have used 'run' and 'app' values
- update pods names and internal hostnames - which are based on the replicaSet (eg. hostnames-632524106).
2020-05-19 18:49:32 +03:00
Sylvain COULOMBEL
7245142874
Task configure sa: 'Add image pull secrets to a service account' minor fix
2020-05-19 13:52:59 +02:00