Commit Graph

28329 Commits (683fc53b842eff9cd02e94bdf444910366a00d8c)

Author SHA1 Message Date
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
RayAsh37 f4905434dd Removed docker logo
removed docker logo and created a svg for the same as requested in the issue #30948
2022-01-14 12:06:31 +05:30
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
Kubernetes Prow Robot f311c4f0c6
Merge pull request #31297 from championshuttler/koowner
[ko] Fix link to OWNERS_ALIASES
2022-01-12 17:41:08 -08:00
ptux 3f257caf07 長音記号追加 2022-01-13 10:15:23 +09:00
ptux f7312bc32a add thirdparty_message 2022-01-13 10:09:30 +09:00
ptux 7d6f129e75 長音記号を追加 2022-01-13 09:37:12 +09:00
ptux 21cdff80ee add ja for thirdparty-content 2022-01-13 09:29:44 +09:00
Wang 4287a0e9e8
Update content/ja/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md
Co-authored-by: atoato88 <akihito-inou@nec.com>
2022-01-13 09:08:28 +09:00
Kubernetes Prow Robot 29254d7eab
Merge pull request #31296 from championshuttler/owner
Fix link to OWNERS_ALIASES
2022-01-12 11:10:13 -08:00