Commit Graph

28118 Commits

Author SHA1 Message Date
Jihoon Seo 593bef6bfe [ko] Fix wrong Korean translations 2022-01-17 17:53:52 +09:00
Mengjiao Liu b4f8f26ec0 [zh]Resync cluster-administration networking file 2022-01-17 10:53:59 +08:00
Yashodhan Mohan Bhatnagar 3a6fa8fea2 Correcting DNS record for pods exposed by a Service
For pods, DNS record incorrectly specifies deployment name
instead of service name. This commit corrects that.
2022-01-17 01:39:01 +05:30
Meysam Azad 7a3732e0d0 docs: modify grammatical error ✏️ 2022-01-16 19:49:51 +03:00
Darshna Das 8a5c44c874 Added changes 2022-01-16 20:47:37 +05:30
Kubernetes Prow Robot ec54c706de Merge pull request #31287 from neolit123/1.24-fix-ha-etcd-guide
kubeadm: update HA etcd guide for clarity and fix an issue
2022-01-16 04:57:28 -08:00
Vitthal Sai be56556f8f Incorporates the feedback changes 2022-01-16 16:45:22 +05:30
Kubernetes Prow Robot 019108a028 Merge pull request #31339 from krvaibhaw/main
fr: Fixed outdated French contents
2022-01-16 01:25:27 -08:00
Kubernetes Prow Robot a5c8331e31 Merge pull request #31352 from meysam81/meysam/drop-redundant-preposition
typo: remove redundant preposition ✏️
2022-01-15 23:31:28 -08:00
Vitthal Sai d8f4cefa59 Mention the kubectl binary folder as PATH environment variable 2022-01-15 22:14:53 +05:30
Kubernetes Prow Robot 2d399351e6 Merge pull request #31351 from Arhell/patch-1
[uk] update date to mention KubeCon NA 2022
2022-01-15 04:34:15 -08:00
Kubernetes Prow Robot 7e9b95ff0a Merge pull request #31298 from championshuttler/tr
[zh] Fix link to OWNERS_ALIASES
2022-01-15 04:00:16 -08:00
Meysam Azad 60551bc338 typo: remove redundant preposition ✏️ 2022-01-15 13:26:50 +03:00
Ihor Sychevskyi 0e98775ec7 [uk] update date to mention KubeCon NA 2022 2022-01-15 10:49:06 +03:00
Humble Chirammal 9abefaba6b mention the correct feature gate name for RBD CSI migration.
The feature gate string (CSIMigrationRBD) was not matching with the
implementation (csiMigrationRBD) and this commit make it in parity

Ref# https://github.com/kubernetes/kubernetes/pull/107571

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-01-15 09:24:54 +05:30
Kubernetes Prow Robot 312853c9d7 Merge pull request #31343 from gjtempleton/Correct-Pod-Statuses-Link
EN - Concepts - Correct Pod-Conditions Anchor Link
2022-01-14 12:22:26 -08:00
Patrice Chalin 91df90d68d README: copyedits to API ref building instructions 2022-01-14 09:55:56 -05:00
Kubernetes Prow Robot 2a55433557 Merge pull request #31337 from alexzielenski/patch-3
Fix typo for OpenAPIV3 and OpenAPIEnums
2022-01-14 02:32:28 -08:00
GuyTempleton 80e2f669a0 Docs - EN - Concepts - Correct Pod-Conditions Anchor Link 2022-01-14 10:30:44 +00:00
Jihoon Seo 6b56f2924b [ko] Update outdated files in dev-1.23-ko.1 M83-93 2022-01-14 17:36:06 +09:00
Jihoon Seo 615ff586b2 [ko] Update outdated files in dev-1.23-ko.1 M55-61 2022-01-14 17:27:30 +09:00
Jihoon Seo 3b1d2ce63a [ko] Update outdated files in dev-1.23-ko.1 M43-54 2022-01-14 17:26:31 +09:00
Jihoon Seo f91f632287 [ko] Update outdated files in dev-1.23-ko.1 M38-42 2022-01-14 17:25:10 +09:00
Jihoon Seo b928e5c8de [ko] Update outdated files in dev-1.23-ko.1 M34-37 2022-01-14 17:22:18 +09:00
Kubernetes Prow Robot a4c4da90aa Merge pull request #30964 from jihoon-seo/211215_Outdated_M25
[ko] Update outdated files in dev-1.23-ko.1 (M25-M33)
2022-01-13 22:10:28 -08:00
Kubernetes Prow Robot 74fcc786b6 Merge pull request #31332 from jberkus/frlink
[fr] Fix link to dev@kubernetes group
2022-01-13 20:54:27 -08:00
Jihoon Seo d311fcecad [ko] Update outdated files in dev-1.23-ko.1 M25-33 2022-01-14 11:55:56 +09:00
Alex Zielenski e346ea41ee Fix typo for OpenAPIV3 and OpenAPIEnums
If a user were to copy & paste from the docs into the feature-gate option they would receive the error `flag: unrecognized feature gate: OpenAPIv3` or `flag: unrecognized feature gate: OpenAPIEnum`. This change uses the correct case for `V` and uses the plural form for `Enums` as the command line parser expects.
2022-01-13 18:51:01 -08:00
Josh Berkus b85a7df5a8 Fix link to dev@kubernetes mailing list
Signed-off-by: Josh Berkus <josh@agliodbs.com>
2022-01-13 17:44:14 -08:00
Josh Berkus 04b4356744 Fix link to dev@kubernetes group.
Signed-off-by: Josh Berkus <josh@agliodbs.com>
2022-01-13 17:43:28 -08:00
Yashodhan Mohan Bhatnagar a18a34c482 Clean up docker references from Service documentations
1. Remove examples contrasting k8s networking with Docker networking
from concept document explaining connecting applications using services
2. Remove reference to dockerlinks in favor of English description
of the env vars autocreated for every Service.
2022-01-14 02:39:33 +05:30
Tim Bannister ef6d83b5dd Clarify example for setting Linux command line 2022-01-13 17:43:34 +00:00
Adrian Ludwin 9117178a97 Namespace names must be RFC 1123 DNS labels
The how-to docs to create a new namespace already specify this, but I think it's worth mentioning in the overview doc that a namespace name must be an RFC 1123 label, as I didn't initially think to look in the how-to doc for limitations.
2022-01-13 12:10:06 -05:00
Darshna Das c5881a11b8 Removed weave url 2022-01-13 19:56:57 +05:30
Kubernetes Prow Robot 66081efd04 Merge pull request #31323 from neolit123/1.24-adjust-note-in-upgrade-about-drain
kubeadm-upgrade: adjust note about node drain
2022-01-13 05:48:30 -08:00
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
Ray Wang 6c6288e41d Add help docs for module-check and module-init
Now command `make` will show help docs for `module-check` and `module-init`
targets also.
2022-01-13 18:06:10 +08:00
Kubernetes Prow Robot 46f8258412 Merge pull request #31255 from ptux/add-tasks/administer-cluster/migrating-from-dockershim/find-out-runtime-you-use-ja
[ja] Translate tasks/administer-cluster/migrating-from-dockershim/find-out-runtime-you-use into Japanese
2022-01-13 01:34:32 -08:00
Kubernetes Prow Robot baace8bd8e Merge pull request #31213 from ptux/add-tasks/administer-cluster/kubeadm/kubeadm-certs-ja
[ja] Translate tasks/administer-cluster/kubeadm/kubeadm-certs into Japanese
2022-01-13 01:32:29 -08:00
Kubernetes Prow Robot f5dcd59ffd Merge pull request #31204 from Arhell/remove
[ja] remove Open vSwitch
2022-01-13 01:30:29 -08:00
Kubernetes Prow Robot 86f1c2581c Merge pull request #30881 from ptux/add-tasks/debug-application-cluster/crictl-ja
[ja] Translate tasks/debug-application-cluster/crictl into Japanese
2022-01-13 01:28:29 -08:00
Kubernetes Prow Robot 11da625747 Merge pull request #30529 from ptux/tasks/inject-data-application/distribute-credentials-secure
[ja] Translate tasks/inject-data-application/distribute-credentials-secure into Japanese
2022-01-13 01:26:30 -08:00
Kubernetes Prow Robot 31b90c5180 Merge pull request #30452 from fenggw-fnst/cleanup-ja
[ja] Remove ^H character
2022-01-13 01:24:30 -08:00
Vaibhaw 8b5c45a912 Update _index.html 2022-01-13 14:28:19 +05:30
Vaibhaw c9a7183045 Update_index.html 2022-01-13 14:10:43 +05:30
d3vus 42e88a361c Updated managed-resource-containers.md 2022-01-13 13:05:17 +05:30
Kubernetes Prow Robot 2838508953 Merge pull request #31230 from Arhell/update-date
[ru] update date to mention KubeCon NA 2022
2022-01-12 21:52:29 -08:00
Arhell b78f3bf591 [ru] update date to mention KubeCon NA 2022 2022-01-13 07:40:16 +02:00
Kubernetes Prow Robot 9bb737da7c Merge pull request #31268 from mengjiao-liu/sync-task-tutorial-prereqs.md
[zh]Resync task-tutorial-prereqs.md
2022-01-12 18:43:08 -08:00
Wang 07bbfa7218 Update data/i18n/ja/ja.toml
Co-authored-by: atoato88 <akihito-inou@nec.com>
2022-01-13 11:42:58 +09:00