Commit Graph

36748 Commits (5abb1466f05dfaf0e3541d2fab34d7b5b6696885)

Author SHA1 Message Date
Kubernetes Prow Robot f0347edef3
Merge pull request #38029 from gurpalw/patch-1
Fix incorrect information on disruption budgets
2022-11-23 17:46:03 -08:00
Kubernetes Prow Robot 5479eb073a
Merge pull request #38034 from windsonsea/usikube
[zh] sync managing-secret-using-kubectl.md
2022-11-23 16:00:04 -08:00
Michael 7e1192fe97 [zh] sync managing-secret-using-kubectl.md 2022-11-24 07:45:23 +08:00
gurpalw 5f14ef9c64
Fix incorrect information on disruption budgets
Absolute numbers are calculated from percentages by rounding up, not down. As confiremed here: https://kubernetes.io/docs/tasks/run-application/configure-pdb/#rounding-logic-when-specifying-percentages
2022-11-23 17:02:11 +00:00
Qiming Teng 69c1e4bf9a [zh] Remove old file 'connect-applications-service.md'
The said file was relocated into the tutorials section. We have reworked
that file as a new file but the old file is not removed.
2022-11-23 23:21:27 +08:00
Hyeongju Johannes Lee e7f06a861e
[ko] Update outdated files dev-1.25-ko.1 (M66)
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2022-11-23 17:09:33 +02:00
Amos Shapira 7acec1afba
cri.md: remove extraneous "then" 2022-11-23 21:48:53 +11:00
Tamilselvan Thangamony c430d9a72c Added glossary tooltip to kube-apiserver and kube-prox 2022-11-23 15:06:08 +05:30
Kubernetes Prow Robot 3d813eb490
Merge pull request #37847 from windsonsea/consen
Tweak line wrappings in /configure-service-account.md
2022-11-23 01:32:14 -08:00
Kubernetes Prow Robot a8d1e8c72c
Merge pull request #37864 from Sea-n/tasks-configmap-secret
Tweak tasks/configmap-secret
2022-11-23 01:30:15 -08:00
Kubernetes Prow Robot 74e1f8fb32
Merge pull request #37899 from windsonsea/patchre
[zh] sync patch-releases.md
2022-11-23 00:24:14 -08:00
Kubernetes Prow Robot e594332f74
Merge pull request #37867 from windsonsea/kubobj
[zh] sync /kubernetes-objects.md
2022-11-23 00:22:14 -08:00
Kubernetes Prow Robot 34e3b1fbda
Merge pull request #38012 from windsonsea/imagey
[zh] sync /concepts/containers/images.md
2022-11-23 00:18:13 -08:00
Kubernetes Prow Robot 151fa51dcd
Merge pull request #37823 from gaogao101/work28
[zh-cn] Updated managing-secret-using-kubectl.md
2022-11-23 00:16:14 -08:00
NitishKumar06 a380758e14 Revise PSP deprecation blog article to note that PSP is now removed - 02 2022-11-23 12:20:44 +05:30
NitishKumar06 98901958d2 PSP deprecation blog article linked to v 1.25 release blog 2022-11-23 12:12:13 +05:30
Kubernetes Prow Robot 4cae41d2f6
Merge pull request #35997 from khannakshat7/localize-affinity.md
[hi] Localize /en/docs/reference/glossary/affinity.md into Hindi
2022-11-22 22:06:14 -08:00
Kubernetes Prow Robot 47c60bc56f
Merge pull request #37872 from chiukapoor/hi-limitrange
[hi] localize content/en/docs/reference/glossary/limitrange.md
2022-11-22 21:12:13 -08:00
Kubernetes Prow Robot ccd6db2e8e
Merge pull request #37544 from Pradumnasaraf/hi-kubeadm.md
[hi] Localize /en/docs/reference/glossary/kubeadm.md
2022-11-22 21:10:13 -08:00
Kubernetes Prow Robot 775e6a72ed
Merge pull request #37970 from windsonsea/setha
[zh] sync /storage/volume-snapshots.md
2022-11-22 20:14:13 -08:00
Kubernetes Prow Robot cf1ccbce1d
Merge pull request #38008 from amosshapira/patch-1
zookeeper.md - remove extra "to"
2022-11-22 18:56:13 -08:00
Kubernetes Prow Robot 99c0804c4a
Merge pull request #37652 from stefanlasiewski/patch-2
Verify key name in API Server and in etcd
2022-11-22 18:36:14 -08:00
Michael 01133e3649 Fix typos and change link url in 2022-10-18-kubernetes-1.26-deprecations-and-removals.md 2022-11-23 10:01:34 +08:00
Michael 3e20970eb3 Fix typos in cheatsheet.md 2022-11-23 09:57:35 +08:00
Kubernetes Prow Robot f60ea908b8
Merge pull request #38002 from chrisseto/patch-4
Correct misleading wording in Pod DNS Policies
2022-11-22 17:28:13 -08:00
Kubernetes Prow Robot 43777d600a
Merge pull request #37552 from surbhiahuja/hi-statefulset.md
[hi] Localize /en/docs/reference/glossary/statefulset.md
2022-11-22 17:20:14 -08:00
Kubernetes Prow Robot 76242f2065
Merge pull request #35221 from shurup/ru-index-sync
[ru] Syncing the website's index page content
2022-11-22 16:38:14 -08:00
Stefan Lasiewski 72c0fa664b
Update content/en/docs/tasks/administer-cluster/encrypt-data.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-11-22 15:18:03 -08:00
Chris Seto e2c34dff6c Correct misleading wording in Pod DNS Policies
A debugging rabbit hole lead me to digging around kublet's behavior
regarding certain DNS Policies.

This commit updates some potentially misleading wordings to more
correctly convey kubelet's behavior which was discovered after some
rabbit hole debugging of DNS Policies.

The ClusterFirst policy documentation would imply that the resolve.conf
of a Pod would contain a fallback to the Node's nameserver. This is not
the cause, [kubelet explicitly
mentions](4276ed3628/pkg/kubelet/network/dns/dns.go (L403-L407))
that the fallback is handled by whatever system is running kube-dns or
coredns which dramatically changes the behavior of the system when the
cluster's DNS is unavailable.

The ClusterFirstWithHostNet policy is lacking any amount of detail as to
why one would desire to use it. This commit doesn't go into complete
detail but adds an important note about the behavior of `hostNetwork`
when not using the `ClusterFirstWIthHostNet` Policy.
2022-11-22 16:45:23 -05:00
Akshat Khanna 9159ddb997 Localize glossary affinity to Hindi 2022-11-22 23:00:46 +05:30
Kubernetes Prow Robot 1939378cd0
Merge pull request #37862 from atorik/modify_404_err
[ja]Fix an invalid link in contribute/_index.md
2022-11-22 07:30:15 -08:00
Kubernetes Prow Robot 4c900f50ae
Merge pull request #35962 from khannakshat7/localize-api-group.md
[hi] Localize content/en/docs/reference/glossary/api-group.md to hindi
2022-11-22 05:48:14 -08:00
Michael 11343c7eb4 [zh] sync /concepts/containers/images.md 2022-11-22 20:54:25 +08:00
Kubernetes Prow Robot 20042ea1c8
Merge pull request #37939 from Arhell/ja-remove
[ja] Removing beta label, as indexed job is GA
2022-11-22 01:12:14 -08:00
Surbhi Pathak ca8329596b
Update content/hi/docs/reference/glossary/statefulset.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-11-22 14:17:51 +05:30
Shubham Kuchhal 707d3699ad Append triple backticks with shell for code snippet 2022-11-22 13:37:49 +05:30
windsonsea 2bfe46539b [zh] sync /storage/volume-snapshots.md 2022-11-22 16:06:33 +08:00
Kubernetes Prow Robot 4c5ea99965
Merge pull request #37910 from hj-johannes-lee/m68
[ko] Update outdated files dev-1.25-ko.1 (M68)
2022-11-22 00:02:14 -08:00
Amos Shapira 4b07c88fad
zookeeper.md - remove extra "to" 2022-11-22 16:49:38 +11:00
Gao Qian f14f693e64 [zh-cn] Updated _index.md
Signed-off-by: Gao Qian <gaoq.jy@fujitsu.com>
2022-11-22 00:38:14 -05:00
Gao Qian 9552babdac [zh-cn] Updated network-policies.md
Signed-off-by: Gao Qian <gaoq.jy@fujitsu.com>
2022-11-22 00:17:52 -05:00
Kubernetes Prow Robot ddb9406767
Merge pull request #37857 from ocleo1/feature/learning-environment-redirect
fix: zh-cn learning environment page redirect
2022-11-21 20:10:13 -08:00
Kubernetes Prow Robot f50ba855ca
Merge pull request #37983 from windsonsea/ciliumy
[zh] sync cilium-network-policy.md
2022-11-21 20:08:12 -08:00
Kubernetes Prow Robot cde2abce5d
Merge pull request #37984 from windsonsea/calicoy
[zh] sync calico-network-policy.md
2022-11-21 20:06:13 -08:00
Kubernetes Prow Robot 0c63ceddf8
Merge pull request #37985 from windsonsea/cppwq
[zh] sync coarse-parallel-processing-work-queue.md
2022-11-21 20:04:13 -08:00
Kubernetes Prow Robot 90b8a57363
Merge pull request #38007 from Arhell/add-approve
add Arhell to sig-docs-ru-owners
2022-11-21 20:02:13 -08:00
Kubernetes Prow Robot 85e2b96c1e
Merge pull request #37762 from kinzhi/kinzhi223
[zh-cn]Update manage-resources-containers.md
2022-11-21 19:30:13 -08:00
ldsdsy 84f314e6c3 [zh] localize blog:2018-07-12-resizing-persistent-volumes-using-kubernetes.md 2022-11-22 11:01:33 +08:00
Kubernetes Prow Robot 0bef9ea716
Merge pull request #37917 from Arhell/ja-use
[ja] use $HOSTNAME env variable instead of hostname command
2022-11-21 17:22:14 -08:00
Arhell 7ffd888ec7 add Arhell to sig-docs-ru-owners 2022-11-22 03:11:49 +02:00