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
mtardy
cc64e7cc98
Add a separate subpage for audit annotations and add reference to it on the main page
2022-03-02 20:14:14 +01:00
Damilola Abioye
bf7b94c65a
updated allowedTopologies values format
2022-03-02 20:04:02 +01:00
Mahé
876f452d0e
Merge branch 'kubernetes:main' into main
2022-03-02 19:23:58 +01:00
Brett Wolmarans
8dd6fa677d
--all-namespaces shorthand
...
As a beginner to kubectl, I must have typed (and re-typed due to typos) --all-namespaces many hundreds of times before I stumbled across the -A shorthand notation for this. I sincerely would be grateful on behalf of all kubectl beginners if this very useful cheat could be added to this cheatsheet. I have proposed in this PR a location quite near the beginning of the cheatsheet for this so that it is very hard to miss.
2022-03-02 09:21:06 -08:00
Kubernetes Prow Robot
fbdcbaff2f
Merge pull request #31909 from alghe-global/fix-working-with-objects/kubernetes-objects
...
Fix wording for "concepts/overview/working-with-objects/kubernetes-objects/#required-fields"
2022-03-02 06:49:13 -08:00
Alexandru Gheorghe
8d43e339b9
Fix wording for "concepts/overview/working-with-objects/kubernetes-objects/#required-fields"
2022-03-02 13:44:35 +00: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
Vedant Koditkar
e8c29bad9c
[en] Update networking model link ( #31390 )
...
* Update hyperlinks to point to main branch
* Revert changes to post older than a year ⏪
* Update link to point to localize document 📝
* Fix fragement in the link 📝
change "#the-kubernetes-network-model" to "#how-to-implement-the-kubernetes-networking-model"
* Revert changes in zh localization pages
* Remove changes in files of other localization
2022-03-01 18:41:16 -08:00
Kubernetes Prow Robot
9fbadcb4e3
Merge pull request #31990 from cici37/fixDoc
...
Fix incorrect field name in CRD examples
2022-03-01 15:37:54 -08:00
cici37
002985c690
Reduce confusion by fixing field name in samples.
2022-03-01 13:01:47 -08:00
PriyanshuAhlawat
2198d0f519
Update create-cluster-kubeadm.md
2022-03-01 18:46:53 +05:30
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
PriyanshuAhlawat
3d392f1b51
Update kubelet-integration.md
2022-02-28 23:03:31 +05:30
PriyanshuAhlawat
30abee1696
Update kubelet-integration.md
2022-02-28 22:54:45 +05:30
Lubomir I. Ivanov
7bf583a242
kubeadm: fix wrong path in the etcd HA guide (step 7)
...
The guide generates some files on one of three ETCD
hosts. It then copies files from host 1 to 2 and 3.
Due to that some file paths differ.
Update step 7 to reflect that and to match step 6.
2022-02-28 19:22:29 +02:00
Kubernetes Prow Robot
b88e22a61c
Merge pull request #31917 from chrisnegus/describe-yum-basearch
...
Added note for when baseurl fails in kubeadm install
2022-02-28 08:22:57 -08:00
Christopher Negus
723e5b4aa8
Fixed text from review comments
2022-02-28 15:32:30 +00:00
PriyanshuAhlawat
59689b8dea
Update kubelet-integration.md
2022-02-28 19:00:41 +05:30
Shubham
8c7d4c2ae2
Added Documents for kubernetes.io/enforce-mountable-secrets. ( #31864 )
...
* Added Documents for kubernetes.io/enforce-mountable-secrets.
* Modified the enforce-mountable-secrets docs.
2022-02-27 18:06:56 -08:00
Kubernetes Prow Robot
e0b2a0e795
Merge pull request #31770 from wojtek-t/efficient_watch_resumption_ga
...
Graduate efficient watch resumption to GA
2022-02-27 17:46:56 -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
189100f5aa
Merge pull request #31786 from tengqm/update-configapis
...
Update config API reference
2022-02-27 17:38:55 -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
Kubernetes Prow Robot
d02e2d6a4a
Merge pull request #31756 from wojtek-t/remove_selflink
...
Graduate SelfLink deprecation to GA
2022-02-27 17:06:56 -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
879f4d4c86
Merge pull request #31934 from liggitt/evergreen
...
Allow marking blog posts as evergreen and exempt from outdated warning
2022-02-27 16:25:18 -08:00
Jordan Liggitt
b19e4ff868
Allow marking some blog posts as evergreen and exempt from outdated warning
2022-02-27 17:25:36 -05:00
Kubernetes Prow Robot
dfa6e8a258
Merge pull request #30740 from mtilson/patch-1
...
short alias to set/show namespace
2022-02-27 14:09:18 -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
Tárikly Távora
b6f0d8ffbc
Review zookeper tutorial and fix command error ( #31914 )
...
* Misplaced command result
On zookeeper tutorial https://kubernetes.io/docs/tutorials/stateful-application/zookeeper/#surviving-maintenance command result is concatenated to the command itself:
kubectl drain $(kubectl get pod zk-1 --template {{.spec.nodeName}}) --ignore-daemonsets --force --delete-emptydir-data "kubernetes-node-ixsl" cordoned
* Review zookeeper tutorial
https://github.com/kubernetes/website/pull/31873
Review done!
2022-02-26 18:25:17 -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
Kubernetes Prow Robot
093f9758db
Merge pull request #31918 from tallclair/psp-migration
...
Link to PSP migration guide from PSP to PSS reference
2022-02-26 18:19:16 -08:00
Meysam
1e95dbe901
fix: modify article ( #31922 )
...
* fix: modify article
* fix: add missing preposition
2022-02-26 18:11:16 -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
Tim Allclair
b8264dcfc7
Link to PSP migration guide from PSP to PSS reference
2022-02-25 10:27:52 -08:00
Christopher Negus
1ed65df34c
Added note for when baseurl fails in kubeadm install
2022-02-25 17:25:26 +00: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
Kubernetes Prow Robot
26cf43b261
Merge pull request #31896 from meysam81/meysam/fix-typo
...
fix: typo
2022-02-25 00:39:51 -08:00
Meysam
6e8093e260
apply suggestions from code review
...
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com >
2022-02-25 10:49:28 +03:00
Sergey Kanzhelev
152ccdae91
Dynamic Kubelet Configuration feature is removed
2022-02-25 07:09:20 +00:00
Meysam
00336f4c6e
Fix: Update line breaks ( #31598 )
...
* fix: add missing word 📝
* apply suggestions from code review
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com >
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com >
2022-02-24 20:09:55 -08: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
Kubernetes Prow Robot
7baebdb7ab
Merge pull request #31894 from liggitt/manual-token
...
Fixup service account token doc
2022-02-24 18:25:55 -08:00
Tim Allclair
198ae37902
Rewrite PodSecurityPolicy migration guide ( #31782 )
2022-02-24 18:07:56 -08:00
Mark Rossetti
9b6876726c
Moving Windows security info to new page
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com >
2022-02-24 15:32:42 -08:00
Meysam Azad
94fd5b9698
fix: typo
2022-02-24 23:36:03 +03:00