Commit Graph

4606 Commits (8acfed97b733f3baef9f4329c2ae8340994d3d1c)

Author SHA1 Message Date
Naoki Oketani ae7ace0f71
Replace links with redirect destination (#19038) 2020-02-10 18:18:01 -08:00
Cory O'Daniel 6ff38e05c8
adding elixir k8s client (#19056) 2020-02-10 14:43:54 -08:00
Celeste Horgan eddbb00cbe
Convert to {{ note }} shortcode (#19054) 2020-02-10 10:55:54 -08:00
rm 680f6fc086
Update automated-tasks-with-cron-jobs.md (#19043) 2020-02-10 08:09:53 -08:00
Junwoo Ji fab9100503 docs: fix broken etcd's official documents link (#19021) 2020-02-10 01:57:53 -08:00
Seokho Son 35017d3bce
Update Korean localization guide (#19004)
rev1-Update Korean localization guide
2020-02-09 17:17:52 -08:00
Armand Grillet e80f1f7da8
update command used to create deployment (#19005)
The previous one was showing a deprecation warning when used.
2020-02-09 15:03:53 -08:00
Kabir Kwatra cd2f675b5b
Updated CHANGELOG-11 link (#19036) 2020-02-09 14:53:53 -08:00
Mariyan Dimitrov 3482077227
Remove command prompt from Windows example (#18906)
* Remove command prompt from Windows example

According to the [style
guide](https://kubernetes.io/docs/contribute/style/style-guide/#don-t-include-the-command-prompt),
the command prompt should not be included in the examples. Removing the
Windows command prompt from the jsonpath example.

Signed-off-by: Mariyan Dimitrov <mariyan.dimitrov@gmail.com>

* Put Windows example inside note shortcode

I'm putting the Windows example in a Hug note shortcode to be consistent
with the rest of the documentation.

Signed-off-by: Mariyan Dimitrov <mariyan.dimitrov@gmail.com>
2020-02-09 05:15:52 -08:00
liyinda246 456d27746c update nodes.md (#18987)
将“用量低”更改为“可用量低”,避免歧义
2020-02-08 23:59:52 -08:00
Naoki Oketani c9aace3c09
cleanup /docs/concepts/workloads/pods/pod-lifecycle/ (#19009) 2020-02-08 11:49:53 -08:00
Mariyan Dimitrov b70d434b36
Add kubectl patch example with quotes on Windows (#18853)
* Add kubectl patch example with quotes on Windows

When running the `kubectl patch` example, on Windows systems you get an
error when passing the patch request in single quotes. Passing it in
double quotes with the inner ones escaped produced the desired behavior
as is in the example given for Linux systems. I've added a small note
for Windows users to have that in mind.

Signed-off-by: Mariyan Dimitrov <mariyan.dimitrov@gmail.com>

* Use Hugo note shortcode

Windows note is placed inside a
[shortcode](https://kubernetes.io/docs/contribute/style/style-guide/#shortcodes)
to be consistent with the style guide.

Signed-off-by: Mariyan Dimitrov <mariyan.dimitrov@gmail.com>

* Remove shell Markdown syntax

I've removed the shell syntax from the Windows example and have changed
the description to be the same as the one used in
[jsonpath](https://kubernetes.io/docs/reference/kubectl/jsonpath/)
document to be more consistent. The jsonpath example uses cmd syntax,
though it is note inside a note shortcode, therefore I've opted out of
using any syntax as it seems to break rendering inside the shortcode.

Signed-off-by: Mariyan Dimitrov <mariyan.dimitrov@gmail.com>

* Add cmd markdown syntax and fix order list

I've tested this locally with `make docker-serve` on my Linux machine
and finally things are looking better, I've managed to address these two
issues:

- the Windows example is now inside `note` shortcode and also the cmd
syntax renders correctly on the page

- the list of steps broke after the first one, I've indented a paragraph
and now the steps are in the expected order

Signed-off-by: Mariyan Dimitrov <mariyan.dimitrov@gmail.com>

* Remove command prompt from example

According to the [style guide](https://kubernetes.io/docs/contribute/style/style-guide/#don-t-include-the-command-prompt), the command prompt should not be included when showing an example. This commit removes it for consistency with the style guide.

Signed-off-by: Mariyan Dimitrov <mariyan.dimitrov@gmail.com>
2020-02-08 11:23:53 -08:00
vishakha 4c3a5c6f5f
Adding contribution best practice in contribute docs (#18059) 2020-02-08 06:17:52 -08:00
Jie Shen 700ac79327 Update zh/docs/concepts/services-networking/dns-pod-service.md#pods (#18992) 2020-02-08 04:31:52 -08:00
chentanjun 1a69515ceb zh trans /docs/reference/access-authn-authz/extensible-admission-controllers.md (#18856) 2020-02-08 04:29:52 -08:00
chentanjun 9004bae90e
sync zh-trans content/zh/docs/concepts/workloads/controllers/garbage-collection.md (#18865) 2020-02-08 04:27:53 -08:00
chentanjun 61a72d1f37
remove see also and close issue (#19032) 2020-02-08 04:25:52 -08:00
Dan Kohn 865400ca63
Update KubeCon URLs (#19027)
The URLs had changed (and were being redirected). Also, added parameters to better identify the traffic source.
2020-02-07 13:17:45 -08:00
Alexander Zimmermann 01e3420896
Separated commands from output (#19023) 2020-02-07 11:59:46 -08:00
Victor Martinez d473853186
Add Elastic metricbeat to examples of DaemonSets and rename logstash (#19024)
* Add Elastic metricbeat to examples of DaemonSets

The URL points to the docs related to how to configure metricbeat on k8s

* Filebeat is the next thing
2020-02-07 11:51:45 -08:00
Sam dd362a9f33
Correct description of Knitter CNI plugin (#18983) 2020-02-07 11:47:46 -08:00
Prasad Honavar 9da040d5d0
Update cheatsheet.md (#18975)
* Update cheatsheet.md

"List all pods in the namespace, with more details" command corrected by adding --all-namespaces

* Update content/en/docs/reference/kubectl/cheatsheet.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-02-07 11:45:46 -08:00
Katarzyna Kańska 1e6d12b9e0
Fix of pull request #18960 (#18974)
* Fix of pull request #18960

* Add yaml configuration file snippets

* Remove redundant code snippet for  command
2020-02-07 11:43:45 -08:00
Celeste Horgan 9bcde5cd94
Remove duplicate content: Roles & Responsibilities (#18920)
* Remove duplicate content: Roles & Responsibilities

Signed-off-by: Celeste <celeste@cncf.io>
Address feedback

Signed-off-by: Celeste <celeste@cncf.io>

* Apply suggestions from review

Co-Authored-By: Zach Corleissen <zacharysarah@users.noreply.github.com>

* Link to contribution guidelines

Signed-off-by: Celeste Horgan <celeste@cncf.io>

* Address PR feedback

Signed-off-by: Celeste Horgan <celeste@cncf.io>

Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-02-07 11:33:45 -08:00
Jacky Wu b9ff4f1bf8
fix: add dns search record limit note. (#18913) 2020-02-07 11:31:46 -08:00
Tim Bannister ecda7af470
Reword kubelet live reconfiguration task (#18629)
- Revise version requirements
- Use glossary tooltips in summary
- Use sentence case for headings
- Write kubelet in lowercase where appropriate
- Add “What's next” section
2020-02-07 11:13:46 -08:00
Tim Bannister 40869a3695
Use built-in version check & metadata (#18542) 2020-02-07 10:29:46 -08:00
Karen Bradshaw f4163a90a1
clean up secret generators (#18320) 2020-02-07 10:19:46 -08:00
Tim Bannister b129075249
Improve network policies concept (#18091)
* Adopt website style guidelines

* Tweak wording

Co-Authored-By: cmluciano <cmluciano@cruznet.org>

* Make sample NetworkPolicies downloadable

Co-authored-by: cmluciano <cmluciano@cruznet.org>
2020-02-07 10:13:45 -08:00
tom1299 98ea2cdfc0
Refined unclear sentence on 3rd party dependencies (#18015)
* Refined unclear sentence on 3rd party dependencies

I reworded the sentence on third party dependencies a bit in order to make it more sound

* Update content/en/docs/concepts/security/overview.md

Sounds much better

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-02-07 10:09:46 -08:00
RA489 b5800954dd
Document none driver compatibility with non docker runtime. (#17952) 2020-02-07 10:05:46 -08:00
Marek Siarkowicz 26827a909e
Document control plane monitoring (#17578)
* Document control plane monitoring

* Update content/en/docs/concepts/cluster-administration/monitoring.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/concepts/cluster-administration/monitoring.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Merge controller-metrics.md into monitoring.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-02-07 10:01:46 -08:00
Tim Bannister d43ac11196
Revise glossary entry for Device Plugin (#16291) 2020-02-07 09:49:46 -08:00
Shunde Zhang 8eca63fea6
Create Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md (#18808)
* Create Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update and rename Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md to 2020-02-07-Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>
Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Kaitlyn Barnard <kaitlynbarnard10@gmail.com>
2020-02-07 09:47:45 -08:00
Tim Bannister 8dcc13981d
Link to setup page about Kind (#18996)
Link from /docs/setup/ to /docs/setup/learning-environment/kind/ now
that the target page exists.
2020-02-07 09:37:46 -08:00
Aman Gupta 7e0dd4f59f
(fix) Removed `-n test` from `kubectl get pv` command (#18877)
- PV are cluster scoped rather than namespaced scope
    - So, there is no need to list it by namespace

Signed-off-by: Aman Gupta <aman.gupta@mayadata.io>
2020-02-07 07:23:45 -08:00
Alexander Zimmermann 2f183783ad
Added german translation for Addons page (#19010)
* Added german translation for Addons page

* Smaller adjustments

* removed a english leftover-sentence
* consistent spelling of "Add-Ons"

* Removed english entry for CoreDNS

* Update content/de/docs/concepts/cluster-administration/addons.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Translated a heading

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-02-07 06:57:45 -08:00
Alexey Pyltsyn ea9977e3db
Translate Contribute index page into Russian (#19022) 2020-02-07 00:09:43 -08:00
ngsw ab986edaa3
Update nodes.md (#19019) 2020-02-06 20:15:42 -08:00
xieyanker fbbaf469a8
fix translate docs format (#19018) 2020-02-06 17:17:33 -08:00
Karen Bradshaw 121076085c
updating contrib for ref docs (#18787)
more cleanup
2020-02-06 13:53:25 -08:00
Andrew Sy Kim 79e1b94c91
Add common examples to Service Topology documentation (#18712)
* service topology: add missing 'enabling service topology' page

Signed-off-by: Andrew Sy Kim <kiman@vmware.com>

* service topology: add common examples

Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2020-02-06 13:11:26 -08:00
Sharjeel Aziz 21447e7d22
Update kubectl create configmap section (#18885) 2020-02-06 13:07:25 -08:00
Tim Bannister a84463852e
Revise “Encrypting Secret Data at Rest” (#18810)
* Drop reference to old Kubernetes versions

At the time of writing, Kubernetes v1.13 is the oldest supported
version, and encryption-at-rest is no longer alpha.

* Tidy whitespace

* Add table caption

* Set metadata for required Kubernetes version
2020-02-06 13:03:24 -08:00
Marko Lukša ac69de5422
Remove "Unschedulable" pod condition type from the pod lifecycle docs (#18956)
The pod lifecycle documentation erroneously indicated `Unschedulable` as a possible `type` of pod condition. That's not true. Only four condition types exist. The `Unschedulable` value is not a type, but one of the possible reasons of the `PodScheduled` condition type.
2020-02-06 12:59:25 -08:00
Maria Ntalla a816bd7175
Document list/map/structType and listMapKeys (#18977)
These markers where introduced to describe topology of lists, maps,
structs - primarily in support of server-side apply.

Secondarily, a small typo fix:)
2020-02-06 12:57:25 -08:00
Jordan Liggitt f763af8838
Add details to the API deprecations blog post (#19014) 2020-02-06 12:53:24 -08:00
Patouche 98d4b04ccd
Fix whitespace on deployment page (#18990) 2020-02-06 05:59:33 -08:00
Jie Shen 376791802d
Add description for TTL (#19001) 2020-02-06 05:57:33 -08:00
Alexander Zimmermann 3e639b3c8e
Added a note about built-in priority-classes (#18979)
* Added a note about build-in priority-classes

* Update content/en/docs/concepts/configuration/pod-priority-preemption.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-02-06 05:45:34 -08:00
Tim Bannister 925496f7b6
Fix code of conduct title (#19006) 2020-02-06 01:39:33 -08:00
xieyanker 67ca8d8e22
hide some original comments in translate docs (#18986)
* hide original comment

* hide some original comments
2020-02-05 22:49:33 -08:00
Akira Tanimura c5efcbef39
fix typo in /ja/docs/concepts/workloads/pods/init-containers (#18997) 2020-02-05 21:13:33 -08:00
RA489 dbe9590aaa
Add KIND as the options for spinning up a test kubernetes environment (#17860) 2020-02-05 14:53:54 -08:00
MMeent 37ec720fa8
Add note for LB behaviour for cordoned nodes. (#18784)
* Add note for LB behaviour for cordoned nodes.

See also https://github.com/kubernetes/kubernetes/issues/65013
This is a reasonably common pitfall: `kubectl cordon <all nodes>` will also drop all LB traffic to the cluster, but this is not documented anywhere but in issues, when found it is usually already too late.

* Update with feedback
2020-02-05 14:31:56 -08:00
Christian Meter 0179d4afaf
Fix typo in hello-minikube.md (#18991) 2020-02-05 07:13:56 -08:00
MaxymVlasov fafe674638
Merge branch 'master' into master-and-uk.1 2020-02-05 14:17:53 +02:00
Rémy Léone 0bbebd42b5
Translate the contribute advanced page to French (#13425)
* Translate the contribute advanced page to French

* Corrections

* Correction

* Correction

* Correction

* Correction

* Correction
2020-02-05 01:03:55 -08:00
Alexander Zimmermann 347fc4ca4a
Added a translated code of conduct (#18981)
* Added a translated code of conduct

* fixed some minor mistakes and capitalization

* Moved to informal speech
2020-02-04 13:40:35 -08:00
MaxymVlasov cc6f5f2d3b
Merge polish, itlin and ukrainian conflicts 2020-02-04 18:55:27 +02:00
Rémy Léone e8b95d594c
Add web-ui-dashboard to French (#17974)
* Add web-ui-dashboard to French

* Update content/fr/docs/tasks/access-application-cluster/web-ui-dashboard.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/fr/docs/tasks/access-application-cluster/web-ui-dashboard.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Fix

* Fix

* Fix

* Update content/fr/docs/tasks/access-application-cluster/web-ui-dashboard.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-02-04 01:33:26 -08:00
Ray76 c1eb3eab0e
Update certificates.md (#18970) 2020-02-04 00:53:26 -08:00
Tim Bannister d0f6d60ec9
Revise pull request template (#18744)
* Revise pull request template

* Reference compiled docs in PR template

Refer readers to https://k8s.io/contribute/start/

This keeps the template short, and it lets Hugo use templating for
the current version.
2020-02-03 23:25:26 -08:00
chentanjun bf08c7fd53
sync zh-trans content/zh/docs/concepts/workloads/controllers/statefulset.md (#18869) 2020-02-03 17:23:26 -08:00
Laurens Versluis fa598f196e
Typo fix (#18830) 2020-02-03 15:15:26 -08:00
Jacky Wu 644c356ca7
doc: add link for type=LoadBalancer service in tutorial. (#18916) 2020-02-03 11:01:21 -08:00
Katarzyna Kańska 5e9716e6b5
Update horizontal-pod-autoscale-walkthrough.md (#18960)
Update command for creating php-apache deployment due to the following warning: `kubectl run --generator=deployment/apps.v1 is DEPRECATED and will be removed in a future version. Use kubectl run --generator=run-pod/v1 or kubectl create instead.`
2020-02-03 10:45:21 -08:00
Arjun d0cf343dd1
Revert "Configurable Scaling for the HPA (#18157)" (#18963)
This reverts commit 5dbfaafe1a.
2020-02-03 08:21:22 -08:00
Neil Jerram ef5550f12e
Fix that dual-stack does not require Kubenet specifically (#18924)
* Fix that dual-stack does not require Kubenet specifically

Rather it requires a network plugin that supports dual-stack, and
others are available, including Calico.

* Update content/en/docs/tasks/network/validate-dual-stack.md

Added link to doc about network plugins

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-02-03 02:09:21 -08:00
Rene Luria d1c81147c1
Update container-runtimes.md (#18608)
for debian install of docker, also install gnupg2 for apt-key add to work
2020-02-03 01:29:21 -08:00
UDIT GAURAV af843e8ca1
(refactor): Corrections (grammatical) in service.md file (#18944)
* Update service.md

* Fixed the invaild changes

Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>
2020-02-02 14:51:20 -08:00
Rémy Léone f04e74311f
Add a French version of Secret concept page (#18604)
* Add a French version of Secret concept page

* Fix

* Fix

* Update content/fr/docs/concepts/configuration/secret.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Fix

* Update content/fr/docs/concepts/configuration/secret.md

Co-Authored-By: Aurélien Perrier <aperrier@universe.sh>

* Fix

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Aurélien Perrier <aperrier@universe.sh>
2020-02-02 13:01:20 -08:00
chentanjun faaef01df4
sync zh-trans content/zh/docs/concepts/workloads/controllers/ttlafterfinished.md (#18867) 2020-02-02 03:45:20 -08:00
chentanjun 31e5fde671
sync zh-trans /docs/concepts/workloads/controllers/cron-jobs.md and /docs/concepts/workloads/controllers/daemonset.md (#18864) 2020-02-02 03:43:20 -08:00
chentanjun f4ea23d467
sync zh-trans /docs/concepts/workloads/pods/pod.md (#18880) 2020-02-02 03:41:20 -08:00
GoodGameZoo 872dc0b8a1
Update source-ip documentation (#18760) 2020-02-02 03:35:20 -08:00
ten2ton 584ee6687f
zh-trans update content/zh/docs/concepts/workloads/controllers/deploy… (#18657)
* zh-trans update content/zh/docs/concepts/workloads/controllers/deployment.md

* zh-trans update content\zh\docs\concepts\workloads\controllers\deployment.md
2020-02-02 03:33:20 -08:00
harleyliao fd49fcddb9
Update service.md (#18480)
make article reads more smoothly
2020-02-02 03:31:20 -08:00
Jie Shen 4eefc3c89c
Add missing hyperlink for pod-overhead (#18936) 2020-02-02 03:25:20 -08:00
wwgfhf 966f070523
Update basic-stateful-set.md (#18952) 2020-02-02 03:23:21 -08:00
wwgfhf cd001dcedd
Update apparmor.md (#18951) 2020-02-02 03:21:20 -08:00
zhanwang 28c7fa278d
repair zh docs about kubeadm (#18950) 2020-02-01 22:19:20 -08:00
zhanwang 27bcac9583
repair zh docs in kubeadm (#18949) 2020-02-01 22:17:20 -08:00
Tim Bannister dfd00c180e Fix whitespace
The Kubernetes object is called ReplicationController.
2020-02-01 16:18:05 +00:00
Shivang Goswami e0960410bc
See also removed file 96 to 100 (#18911)
* see also removed file 96

* see also removed file 97

* see also removed file 98

* see also removed file 99

* see also removed file 100
2020-02-01 06:19:21 -08:00
Casey Davenport 09a8e814e5
Update Calico section of kubeadm install guide (#18821)
* Update Calico section of kubeadm install guide

* Address review feedback
2020-02-01 04:39:20 -08:00
Jacky Wu ebf3ac2999
fix: fixed eating initial 2 spaces inside code. (#18914) 2020-02-01 03:55:21 -08:00
chentanjun 68247cf9a6
content/zh/docs/concepts/workloads/pods/podpreset.md (#18870) 2020-02-01 01:17:20 -08:00
Shivang Goswami 09a7c335a3
See also removed file 91 to 95 (#18910)
* see also removed file 91

* see also removed file 93

* see also removed file 94

* see also removed file 95
2020-01-31 18:59:20 -08:00
Shivang Goswami 998c3b4f52
See also removed file 60 to 63 (#18907)
* see also removed file 60

* see also removed file 61

* see also removed file 62

* see also removed file 63
2020-01-31 18:57:21 -08:00
chentanjun f7189cb524
sync zh-trans content/zh/docs/concepts/workloads/controllers/ttlafterfinished.md (#18868) 2020-01-31 18:45:21 -08:00
Jeremy L. Morris 9ae82f11e9
reword storage release note to match the change in k/k PR #87090 (#18921) 2020-01-31 05:36:20 -08:00
Julian V. Modesto 3dcb84268c
Document dry-run authorization requirements (#18235)
* Document dry-run write access requirement.

- Add section on dry-run authorization
- Refer to dry-run authorization for diff
- Consistently hyphenate dry-run

* Update content/en/docs/reference/using-api/api-concepts.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-01-31 01:52:21 -08:00
Maciej Filocha 995e2420f4
Translate Task index page into Polish (#18876)
Co-Authored-By: Karol Pucyński <kpucynski@gmail.com>
Co-Authored-By: Michał Sochoń <kaszpir@gmail.com>

Co-authored-by: Karol Pucyński <9209870+kpucynski@users.noreply.github.com>
Co-authored-by: Michał Sochoń <kaszpir@gmail.com>
2020-01-31 00:42:19 -08:00
Shivang Goswami abccb67cae
See also removed file 65 to 70 (#18908)
* see also removed file 65

* see also removed file 66

* see also removed file 67

* see also removed file 68

* see also removed file 69

* see also removed file 70
2020-01-30 23:40:19 -08:00
Shivang Goswami c71f1f7fd2
See also removed file 81 to 85 (#18909)
* see also removed file 81

* see also removed file 82

* see also removed file 83

* see also removed file 84

* see also removed file 85
2020-01-30 20:28:19 -08:00
Karen Bradshaw 999be25909
update ref link for v1.16 (#18837)
Related to issue #18820.

remove links to prev API refs
2020-01-30 17:36:19 -08:00
Alexey Pyltsyn 73c594af32
Improve Russian translation of Home page (#17841)
* Improve Russian translation of Home page

* Update i18n/ru.toml

Co-Authored-By: Slava Semushin <slava.semushin@gmail.com>

* Update content/ru/_index.html

Co-Authored-By: Slava Semushin <slava.semushin@gmail.com>

* Update content/ru/_index.html

Co-Authored-By: Slava Semushin <slava.semushin@gmail.com>

Co-authored-by: Slava Semushin <slava.semushin@gmail.com>
2020-01-30 17:02:20 -08:00
Claudia J.Kang f5e63a268c
Third Korean L10n Work For Release 1.17 (#18915)
* Changed some words in the IPv4/IPv6 dual-stack korean doc. (#18668)

* Update to Outdated files in dev-1.17-ko.3 branch. (#18580)

* Translate content/ko/docs/concepts/services-networking/service in Korean (#18195)

* Translate docs/tasks/access-application-cluster/port-forward-access-application-cluster.md in Korean (#18721)

* Translate controllers/garbage-collection.md in Korean. (#18595)

Co-Authored-by: Seokho Son <shsongist@gmail.com>
Co-Authored-by: Lawrence Kay <lkay9495@hotmail.com>
Co-Authored-by: Jesang Myung <jesang.myung@gmail.com>
Co-Authored-by: Claudia J.Kang <claudiajkang@gmail.com>
Co-Authored-by: Yuk, Yongsu <ysyukr@gmail.com>
Co-Authored-By: June Yi <june.yi@samsung.com>

Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
Co-authored-by: Seokho Son <shsongist@gmail.com>
Co-authored-by: Lawrence Kay <me@lkaybob.pe.kr>
Co-authored-by: Jesang Myung <jesang.myung@gmail.com>
Co-authored-by: June Yi <june.yi@samsung.com>
2020-01-30 06:34:13 -08:00
Shivang Goswami ce0963fbfc
See also removed file 56 & 57 (#18912)
* see also removed file 56

* see also removed file 57
2020-01-30 04:16:13 -08:00
chentanjun 8f79a6a705
sync zh-trans /docs/concepts/_index.md and /docs/concepts/example-concept-template.md (#18863) 2020-01-29 23:26:13 -08:00
chentanjun e087d5b912
update zh content/zh/docs/contribute/style/write-new-topic.md (#18859) 2020-01-29 23:22:12 -08:00
Shivang Goswami fef16f7e88
partial fix for for SEE ALSO section under content/zh/docs/reference/setup-tools/kubeadm/generated/ need to be deleted (#18879)
* see also removed from file 36

* see also removed from file 37

* see also removed from file 38

* see also removed from file 39

* see also removed from file 40
2020-01-29 23:10:13 -08:00
chentanjun 433b4b4b4b
sync zh-trans content/zh/docs/concepts/workloads/pods/pod-overview.md (#18882) 2020-01-29 23:02:13 -08:00
wawa a86f6165bf
Remove redundant information when deploy flannel on kubernetes include windows node (#18272) 2020-01-29 22:30:13 -08:00
chentanjun 78ccf2e373
sync zh-trans content/zh/docs/concepts/workloads/pods/ephemeral-containers.md (#18883) 2020-01-29 22:24:13 -08:00
Tim Bannister 3cf7ba1092
Clean up admission controller deprecation example (#18399) 2020-01-29 15:28:14 -08:00
Sascha Grunert c43b4a5dd5
Unify runtime references (#18493)
- Use the glossary to correctly reference runtimes
- Updated runtime class documentation for CRI-O
- Removed rktlet from runtimes since its EOL

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-01-29 15:24:14 -08:00
Jie Shen 02a8e64b08
Fix typo for tasks/access-kubernetes-api/configure-aggregation-layer.md (#18652) 2020-01-29 15:14:13 -08:00
Mariyan Dimitrov 5cef2f771e
en: Remove kubectl duplicate example (#18656)
With #16974 and the removal of --include-uninitialized flag, the
second
    and third examples of kubectl delete become equal, thus leading to
    duplication and being confusing. Suggest to remove the duplicate and
    replace it with another example in the future if needed.

    Observed in v1.16 and v1.17 documentation.

    Signed-off-by: Mariyan Dimitrov <mariyan.dimitrov@gmail.com>
2020-01-29 15:12:13 -08:00
Tim Bannister 8b42027bbb
Revise version requirements (#18688)
Assume that the reader is running a version of Kubernetes that supports
the Secret resource.
2020-01-29 15:02:14 -08:00
Jacky Wu 9803c508b4
doc: add pod security policy reference link to document. (#18729)
* doc: add pod security policy reference link to document.

* doc: add what's next for pod-security-policy ref.
2020-01-29 14:50:15 -08:00
Jacky Wu c7dc8c141a
feat: add ephermeral container approach inside pod debug page. (#18754) 2020-01-29 14:28:14 -08:00
Josh Soref 48fb48d882
Grammar (#18785)
* grammar: 'to' distributes over 'or'

* grammar: reword

per app.grammarly.com

* grammar: simplify

from app.grammarly.com

* spelling: etc.
2020-01-29 14:20:14 -08:00
Rajat Toshniwal e47c71e6d3
fix doc conflict regarding postStart (#18806)
* kubeadm: improvements to the cert management documentation (#18397)

- move the sections about custom certificates and external CA
to the kubeadm-certs page
- minor cleanups to the kubeadm-certs page, including updated output
for the check-expiration command
- link the implementation details page to the new locations
for custom certs and external CA

* fix doc conflict regarding postStart
2020-01-29 14:18:13 -08:00
Gerasimos Dimitriadis 6474db98a1
Small editorial fixes in glossary entries (#18807)
* Small editorial fixes in glossary entries

* Revert the wording in the glossary term for proxy
2020-01-29 14:16:14 -08:00
Jacky Wu b093fdefcc
doc: correct pv status for pv protection example. (#18816) 2020-01-29 14:10:14 -08:00
Trishank Karthik Kuppusamy 45dd7d107a
Run minikube docker-env in a shell-independent way (#18823) 2020-01-29 13:18:13 -08:00
KYamani d01be3a3f2
Update _index.md (#18825) 2020-01-29 13:16:13 -08:00
makocchi a3560e9bbd
Clean up extensions/v1beta1 in docs (#18841) 2020-01-29 13:10:16 -08:00
Mariyan Dimitrov cbb20be969
Fix small typos (#18886)
* Fix small typos

Small typos noticed and fixed in:

- configure-upgrade-etcd.md

- reconfigure-kubelet.md

Signed-off-by: Mariyan Dimitrov <mariyan.dimitrov@gmail.com>

* Rephrase a paragraph on etcd upgrade

en\docs\tasks\administer-cluster\configure-upgrade-etcd.md

Following a suggestion in #18886, I've rephrased a sentence on etcd
upgrade prerequisites.

Signed-off-by: Mariyan Dimitrov <mariyan.dimitrov@gmail.com>
2020-01-29 12:06:16 -08:00
Venkata Harshavardhan Reddy Allu 2529bc642c
install container runtimes without prompts (#18893)
In Kubernetes docs, all of the packages that are required to set up the
Kubernetes are installed without requiring any prompts through
the package manager (like apt or yum) except for the container runtimes.

https://kubernetes.io/docs/setup/production-environment/container-runtimes/

So, it would be better to have these installations with prompts (yes) disabled.
2020-01-29 10:10:15 -08:00
Christoph Blecker e0f6ae0cc5 Fix ZH security aliases (#18895) 2020-01-28 13:27:40 -08:00
Rémy Léone 300d277aa4 Add French deployment concept page (#18516)
* Add French deployment concept page

* Fix

* Fix

* Fix

* Update content/fr/docs/concepts/workloads/controllers/deployment.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Fix

* Fix

* Fix

* Update content/fr/docs/concepts/workloads/controllers/deployment.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/fr/docs/concepts/workloads/controllers/deployment.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/fr/docs/concepts/workloads/controllers/deployment.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/fr/docs/concepts/workloads/controllers/deployment.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-01-28 13:07:40 -08:00
Tim Bannister 44b7de8749 Fix references to sig-docs-l10n-admins (#18661) 2020-01-28 11:57:41 -08:00
Anshu Prateek 040df41846 change escaped chars to markdown (#18858)
Helps to keep doc clean for long term
2020-01-28 02:51:40 -08:00
Afrizal Fikri a389b8f543 Adding Bahasa Indonesia translation for Device Plugin page #18676 (#18676)
Co-Authored-By: Gede Wahyu Adi Pramana <tokekbesi@gmail.com>

Co-authored-by: Gede Wahyu Adi Pramana <tokekbesi@gmail.com>
2020-01-27 23:43:38 -08:00
craigbox 23027d73be Drive by copy edit of blog post (#18881)
* Medium copy edit.

* more fixes
2020-01-27 08:53:06 -08:00
Kyle Smith 45d22102c6 Add Hyperlink to Kubernetes API (#18852) 2020-01-27 08:01:03 -08:00
Naoki Oketani d6024d62f5 remove $ following the style guide (#18855) 2020-01-27 07:59:08 -08:00
Park Sung Taek 10ce5b2252 Modify pod.md (#18818)
website/content/ko/docs/concepts/workloads/pods/pod.md
23 line
쿠버네티스는는 -> 쿠버네티스는
modify
2020-01-27 06:21:03 -08:00
Shivang Goswami 59791bc1bf partial fix for SEE ALSO section under content/zh/docs/reference/setup-tools/kubeadm/generated/ need to be deleted #18411 (#18875)
* See Also removed file 31

* see also removed file 32

* see also removed file 33

* see also removed file 34

* see also removed file 35
2020-01-27 04:13:04 -08:00
Jie Shen fb788cfba3 Fix typo in en/docs/contribute/style/content-guilde.md (#18862) 2020-01-27 01:35:05 -08:00
Giovan Isa Musthofa b1ce3f3205 Add DaemonSet docs ID localization (#18632)
Signed-off-by: giovanism <giovanism@outlook.co.id>
2020-01-26 20:17:03 -08:00
Yudi A Phanama e50f101c85 Add Indonesian Manage Compute Resources page (#18468)
* Add Indonesian Manage Compute Resources page

* Updates to id Manage Compute Resources page
2020-01-26 20:15:03 -08:00
makocchi ba42867f68 Clean up extensions/v1beta1 in docs (#18838) 2020-01-26 14:23:02 -08:00
Maciej Filocha 6993ceab18 Add Polish translation of Contribute index page (#18775)
Co-Authored-By: Michał Sochoń <kaszpir@gmail.com>

Co-authored-by: Michał Sochoń <kaszpir@gmail.com>
2020-01-26 11:37:03 -08:00
Mariyan Dimitrov 143b5c0019 Fix typo in Scalability section (#18866)
The phrase `very larger` is not valid, it is supposed to be either `very
large` or `larger`. Propose to have it `very large`.

Signed-off-by: Mariyan Dimitrov <mariyan.dimitrov@gmail.com>
2020-01-26 05:53:01 -08:00
Wojtek Cichoń 3b4aefa8e4 tą instalację -> tę instalację / (https://sjp.pwn.pl/poradnia/haslo/te-czy-ta;1598.html) (#18801) 2020-01-24 18:19:02 -08:00
Sharjeel Aziz 2d410f35c5 Fix for a typo (#18822) 2020-01-24 08:30:32 -08:00
babang f2d7b2423a Translating network plugins (#17184) 2020-01-24 06:34:32 -08:00
Naoki Oketani bb06ed1193 fix an example path (#18848) 2020-01-24 06:32:32 -08:00
makocchi 27a407e886 Clean up extensions/v1beta1 in docs (#18839) 2020-01-24 06:30:33 -08:00
GoodGameZoo 2671f0ea46 Add additional ways to contribute part to update zh doc (#18762)
* Add additional ways to contribute part to update zh doc

* Add original English text

* Update content/zh/docs/contribute/_index.md

Co-Authored-By: chentanjun <tanjunchen20@gmail.com>

Co-authored-by: chentanjun <tanjunchen20@gmail.com>
2020-01-24 05:54:33 -08:00
Danni Setiawan b57586c7a0 Add Community and Code of Conduct for ID (#18828) 2020-01-23 23:06:31 -08:00
Joe Betz 6e83202424 Followup fixes for: Add resource version section to api-concepts (#18069)
* Followup fixes for: Add resource version section to api-concepts documentation

* Apply feedback

* Apply feedback

* Switch paragraph to active voice
2020-01-23 08:20:51 -08:00
Jie Shen 6a03ecf31f Clean up user journeys content for zh (#18815) 2020-01-22 15:24:50 -08:00
helight 74ca714164 update zh-translation: /docs/concepts/storage/volume-snapshots.md (#18650) 2020-01-22 15:22:50 -08:00
chentanjun 0ca2643372 sync content/zh/docs/reference/issues-security/ en zh (#18727) 2020-01-22 15:16:49 -08:00
Rémy Léone 8caf8fcd61 Add French version of persistent volume page concept page (#18706)
* Add French version of persistent volume page concept page

* Fix

* Fix

* Fix

* Fix
2020-01-22 09:36:36 -08:00
Fabian Baumanis 395edcfcd7 Use monospace for HostFolder and VM in the French Minikube setup guide. (#18749) 2020-01-22 09:26:35 -08:00
Shivang Goswami 649c3d3f3b Remove user-journeys legacy content #18615 (#18779) 2020-01-21 20:26:35 -08:00
TimYin c15fd708ab add blog k8s on mips (#18795)
* add blog k8s on mips

* modify english title to chinese

* modify some error
2020-01-21 19:06:36 -08:00
Kaitlyn Barnard 70cc6b1317 Revert "Create Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md (#16869)" (#18805)
This reverts commit 2c4545e105.
2020-01-21 11:54:38 -08:00
Eugenio Marzo 11fff0560c Create 2019-12-10-Gamified-Chaos-Engineering-Tool-for-Kubernetes.md (#18062)
* Create 2019-12-10-Gamified-Chaos-Engineering-Tool-for-Kubernetes.md

* Update and rename 2019-12-10-Gamified-Chaos-Engineering-Tool-for-Kubernetes.md to 2019-01-16-Gamified-Chaos-Engineering-Tool-for-Kubernetes.md

* Update 2019-01-16-Gamified-Chaos-Engineering-Tool-for-Kubernetes.md

* Update and rename 2019-01-16-Gamified-Chaos-Engineering-Tool-for-Kubernetes.md to 2019-01-22-Gamified-Chaos-Engineering-Tool-for-Kubernetes.md

Co-authored-by: Kaitlyn Barnard <kaitlynbarnard10@gmail.com>
2020-01-21 11:52:36 -08:00
Patrick Ohly 8d62fad3dc blog: introduce CSI support for ephemeral inline volumes (#16832)
* csi-ephemeral-inline-volumes: introduce CSI support for ephemeral inline volumes

This was alpha in Kubernetes 1.15 and became beta in 1.16. Several CSI
drivers already support it (soon...).

* csi-ephemeral-inline-volumes: bump date and address feedback (NodeUnpublishVolume)

* csi-ephemeral-inline-volumes: add examples and next steps

* csi-ephemeral-inline-volumes: rename file, minor edits

* csi-ephemeral-inline-volumes: include Docker example
2020-01-21 11:50:37 -08:00
Shunde Zhang 2c4545e105 Create Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md (#16869)
* Create Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

* Update Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>
Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
2020-01-21 11:34:37 -08:00
Zach Corleissen 29cccfd07a Add blog post: Reviewing 2019 in Docs (#18662)
Tiny fix

Feedback from onlydole

Add missing link

Incremental fixes

Revise Jim's job title

Update content/en/blog/_posts/2020-01-17-Docs-Review-2019.md

Co-Authored-By: Celeste Horgan <celeste@cncf.io>

Feedback from celeste, change date
2020-01-21 10:13:37 -08:00
Steve Bang e6308dc66e Correct description of kubectl (#18172)
* Correct description of kubectl

Given that `kubectl` is not a [command line interface (CLI)](https://en.wikipedia.org/wiki/Command-line_interface), I suggest calling it what it is -- a control utility (ctl = control). The term "tool" is commonly used in place of "utility," including the `kubectl` docs.

A CLI presents the user with a command prompt at which the user can enter multiple command lines that a command-line interpreter interprets and processes. Think of `bash`, `emacs`, or a SQL shell.  Since `kubectl` is not run in a shell, it is not a CLI.

Here are related docs that correctly refer to `kubectl` as a "command-line tool":

- https://kubernetes.io/docs/reference/tools/#kubectl
- https://kubernetes.io/docs/reference/glossary/?fundamental=true#term-kubectl
- https://kubernetes.io/docs/tasks/tools/install-kubectl/
- https://kubernetes.io/docs/reference/kubectl/kubectl/

* Update content/en/docs/reference/kubectl/overview.md

Co-Authored-By: Zach Corleissen <zacharysarah@users.noreply.github.com>

Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-01-21 10:03:37 -08:00
Dominic Yin a5441cc187 fix issue #18738 (#18773)
Signed-off-by: Dominic Yin <yindongchao@inspur.com>
2020-01-21 07:07:36 -08:00
camper42 7c4e40788c Fix typo: default-manager -> default-scheduler (#18709)
like #18649 #18708
2020-01-21 06:09:37 -08:00
xieyanker 0ef0c60436 fix redundant note (#18780) 2020-01-21 05:51:36 -08:00
littleboy 134f5a3b2f fix jump (#18781) 2020-01-20 23:17:36 -08:00
zhouya0 d4068de808 Fix broken links in api_changes doc (#18743) 2020-01-20 23:15:37 -08:00
xieyanker 44deccbfc6 Added missing brackets in markdown (#18783) 2020-01-20 23:09:39 -08:00
hato wang 4a6c16da72 delete zh SEE ALSO(51-54) (#18788) 2020-01-20 22:39:36 -08:00
inductor 0c86e6515a First Japanese l10n work for release-1.16 (#18790)
* Translate concepts/services-networking/connect-applications-service/ into Japanese (#17710)

* Translate concepts/services-networking/connect-applications-service/ into Japanese

* Apply review

* Translate content/ja/docs/tasks/_index.md into Japanese (#17789)

* add task index

* huge page

* ja-docs: Update kops Installation Steps (#17804)

* Update /ja/docs/tasks/tools/install-minikube/ (#17711)

* Update /ja/docs/tasks/tools/install-minikube/

* Apply review

* Apply review

* Update content/ja/docs/tasks/tools/install-minikube.md

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/docs/tasks/tools/install-minikube.md

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Translate tasks/configure-pod-container/assign-cpu-resource/ in Japanese (#16160)

* copy from content/en/docs/tasks/configure-pod-container/ to ja

* translate assign-cpu-resource.md in Japanese

* Update content/ja/docs/tasks/configure-pod-container/assign-cpu-resource.md

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/docs/tasks/configure-pod-container/assign-cpu-resource.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update assign-cpu-resource.md

ここの *request* と *limit* はほかの文中の単語とは異なり、YAMLのfieldを表すため、訳さないでおく

* fix translation

"Pod scheduling is based on requests." の箇所。
requestsに基づいているのは事実だが、直訳されたときになにを指すのかあいまいなので、対象を具体的に記述

* Translate concepts/workloads/controllers/deployment/ in Japanese #14848 (#17794)

* ja-trans: Translate concepts/workloads/controllers/deployment/ into Japanese (#14848)

* ja-trans: Improve Japanese translation in concepts/workloads/controllers/deployment/ (#14848)

* ja-trans: Improve Japanese translation in concepts/workloads/controllers/deployment/ (#14848)

* ja-trans: Improve Japanese translation in concepts/workloads/controllers/deployment/ (#14848)

* little fix (#18135)

* update index (#18136)

* Update /ja/docs/setup/_index.md (#18139)

* Update /ja/docs/tasks/tools/install-kubectl/ (#18137)

* update /docs/ja/tasks/tools/install-kubectl/

* fix mongon

* apply reveiw

* Update /ja/docs/reference/command-line-tools-reference/feature-gates/ (#18141)

* Update feature agete

* tidy up feature gates list

* translate new lines

* table caption

* blank

* する -> します

* apply review

* fix broken link

* Update content/ja/docs/reference/command-line-tools-reference/feature-gates.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* update translation

* remove line

* Update content/ja/docs/reference/command-line-tools-reference/feature-gates.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* rollpack

* Update /ja/docs/concepts/services-networking/service/ (#18138)

* update /ja/docs/concepts/services-networking/service/

* Update content/ja/docs/concepts/services-networking/service.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/concepts/services-networking/service.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/concepts/services-networking/service.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/concepts/services-networking/service.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* consider Endpoints as a Kubernetes resource

* full

* Update content/ja/docs/concepts/_index.md (#18145)

* Update concepts

* control plane

* apply review

* fix bold (#18165)

* Update /ja/docs/concepts/overview/components.md (#18153)

* update /ja/docs/concepts/overview/components.md

* some japanese docs are already there

* translate prepend

* apply upstream changes (#18278)

* Translate concepts/services-networking/ingress into Japanese #17741 (#18234)

* ja-trans: Translate concepts/services-networking/ingress into Japanese (#17741)

* ja-trans: Improve Japanese translation in concepts/services-networking/ingress (#17741)

* ja-trans: Improve Japanese translation in concepts/services-networking/ingress (#17741)

* Update pod overview in Japanese (#18277)

* Update pod-overview

* Update content/ja/docs/concepts/workloads/pods/pod-overview.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/concepts/workloads/pods/pod-overview.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/concepts/workloads/pods/pod-overview.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/concepts/workloads/pods/pod-overview.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/concepts/workloads/pods/pod-overview.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/concepts/workloads/pods/pod-overview.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* ノード

* Update content/ja/docs/concepts/workloads/pods/pod-overview.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/concepts/workloads/pods/pod-overview.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>

* Translate concepts/scheduling/scheduler-perf-tuning/ in Japanese #17119 (#17796)

* ja-trans: Translate concepts/scheduling/scheduler-perf-tuning/ into Japanese (#17119)

* ja-trans: Improve Japanese translation in concepts/scheduling/scheduler-perf-tuning/ (#17119)

* ja-trans: Improve Japanese translation in concepts/scheduling/scheduler-perf-tuning/ (#17119)

* ja-trans:conetent/ja/casestudies/nav (#18450)

* Translate tasks/debug-application-cluster/debug-service/ in Japanese (#18395)

* Translate tasks/debug-application-cluster/debug-service/ in Japanese

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Change all `Pods` to `Pod` and `Endpoints` to `Endpoint`

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Updated content pointed out in review

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Apply suggestions from code review

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Apply suggestions from review

* Apply suggestions form review

* Apply suggestions from review

* Apply suggestions from review

* Apply suggestions from code review

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/debug-application-cluster/debug-service.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

Co-authored-by: inductor <kohei.ota@zozo.com>
Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>

* Translate concepts/extend-kubernetes/api-extension/custom-resources/ into Japanese (#18200)

* Translate concepts/extend-kubernetes/api-extension/custom-resources/ into Japanese

* Apply suggestions from code review between L1 an L120 by oke-py

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Apply suggestions from code review by oke-py

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update CustomResourceDefinition not to localize into Japanese

* Revert the link to customresourcedefinitions to English

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Apply suggestions from code review by oke-py and inductor

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>
Co-Authored-By: inductor <kohei.ota@zozo.com>

* Apply a suggestion from review by inductor

* Apply a suggestion from code review by oke-py

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>
Co-authored-by: inductor <kohei.ota@zozo.com>

* Translate tasks/configure-pod-container/quality-service-pod/ into Japanese (#16173)

* copy from content/en/docs/tasks/configure-pod-container/quality-service-pod.md to Ja

* Translate tasks/configure-pod-container/quality-service-pod/ into Japanese

Guaranteed, Burstable, BestEffortは用語として存在するので訳さない

Signed-off-by: Takuma Hashimoto <takumaxd+github@gmail.com>

* Update content/ja/docs/tasks/configure-pod-container/quality-service-pod.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/configure-pod-container/quality-service-pod.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/configure-pod-container/quality-service-pod.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/configure-pod-container/quality-service-pod.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>

* Translate content/ja/docs/reference/kubectl/cheatsheet.md (#17739) (#18285)

* Translate content/ja/docs/reference/kubectl/cheatsheet.md (#17739)

* Translated kubectl cheet sheet.

* Fix typos in content/ja/docs/reference/kubectl/cheatsheet.md (#17739)

* Fix japanese style in content/ja/docs/reference/kubectl/cheatsheet.md

* Fix typo in content/ja/docs/reference/kubectl/cheatsheet.md

* Fix translation in content/ja/docs/reference/kubectl/cheatsheet.md

* Fix typo in content/ja/docs/reference/kubectl/cheatsheet.md

* Fix typo in content/ja/docs/reference/kubectl/cheatsheet.md

* Modify translation for casestudies (#18767)

* modify terminology

* add ten

* update translation

* update

* update

* update

* fix typo (#18769)

* remove english comment (#18770)

* ja-trans:conetent/ja/casestudies/spotify  (#18451)

* ja-trans: content/ja/case-studies/spotify

* Update content/ja/case-studies/spotify/index.html

Updated with the proposal  from inductor

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/case-studies/spotify/index.html

Updated with inductor 's proposal

Co-Authored-By: inductor <kohei.ota@zozo.com>

* ja-trans: content/ja/case-studies/spotify

* Update content/ja/case-studies/spotify/index.html

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/case-studies/spotify/index.html

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/case-studies/spotify/index.html

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/case-studies/spotify/index.html

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/case-studies/spotify/index.html

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/case-studies/spotify/index.html

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/case-studies/spotify/index.html

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/case-studies/spotify/index.html

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/case-studies/spotify/index.html

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/case-studies/spotify/index.html

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/case-studies/spotify/index.html

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/case-studies/spotify/index.html

Co-Authored-By: inductor <kohei.ota@zozo.com>

* Update content/ja/case-studies/spotify/index.html

Co-Authored-By: inductor <kohei.ota@zozo.com>

Co-authored-by: inductor <kohei.ota@zozo.com>

* Translate Japanese headers (#18776)

* translate headers

* add index for references

* Update content/ja/docs/setup/production-environment/tools/_index.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* translate controller

Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>

* ja-docs: translate install-kubeadm into Japanese (#18198)

* ja-docs: translate install-kubeadm into Japanese

* translate table title in install-kubeadm to Japanese

* update kubeadm install doc

* remove extra spaces

* fix translation miss

* translate url title into japanese

* fix translation miss

* remove line break in sentence and translate title

* remove extra line break

* remove extra line break

* fix translation miss

Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>
Co-authored-by: Samuel Kihahu <kihahu@users.noreply.github.com>
Co-authored-by: Takuma Hashimoto <takuma-hashimoto@freee.co.jp>
Co-authored-by: Keita Akutsu <kakts.git@gmail.com>
Co-authored-by: Masa Taniguchi <maabou512@gmail.com>
Co-authored-by: Soto Sugita <sotoiwa@gmail.com>
Co-authored-by: Kozzy Hasebe <48105562+hasebe@users.noreply.github.com>
Co-authored-by: kazuaki harada <canhel.4suti50y.salamander@gmail.com>
Co-authored-by: Shunsuke Miyoshi <s.miyoshi@jp.fujitsu.com>
2020-01-20 20:39:36 -08:00
Olivier Cloirec 3da672600e Fix French typo in "when" section (#18786) 2020-01-20 14:01:36 -08:00
Slava Semushin e62baa4f55 content/ru/docs/concepts/_index.md: use English names for kinds. (#18613) 2020-01-20 04:01:36 -08:00
Slava Semushin 08c0895529 ru/docs/tutorials/hello-minikube.md: sync with English translation. (#18687) 2020-01-20 03:59:36 -08:00
lemon 11c462e6f1 Fix deployment name in docs/tasks/administer-cluster/dns-horizontal-autoscaling.md (#18772) 2020-01-19 19:45:36 -08:00
Xin Chen 902db8c6f6 Fixed outdated ECR credential debug message (#18631)
* Fixed outdated ECR credential debug message

The log message for troubleshooting kubelet auto fetching ECR credentils issue has been changed (noticed since 1.14), and the new message reads like this when verbose log level is set to 3:

      - `aws_credentials.go:109] unable to get ECR credentials from cache, checking ECR API`
      - `aws_credentials.go:116] Got ECR credentials from ECR API for <Your ECR AWS Account ID>.dkr.ecr.us-east-1.amazonaws.com`

This is based on the kubelet source code: 
    https://github.com/kubernetes/kubernetes/blob/release-1.14/pkg/credentialprovider/aws/aws_credentials.go#L91

This PR is to fix this and to avoid confusion for more people who are troubleshooting the kubelet ECR issue.

* Update content/en/docs/concepts/containers/images.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-01-19 07:33:36 -08:00
xieyanker ad327d6dbc fix chinese title jump (#18736) 2020-01-18 19:23:35 -08:00
GoodGameZoo 59c2b1bc94 Update version-skew-policy.md zh (#18761) 2020-01-18 18:17:35 -08:00
Sascha Grunert ad1e9be770 Remove outdated Japanese/Chinese notes in favor of default (#18490)
The notes for the other languages seem outdated and we should stick to
the default version.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-01-18 17:39:34 -08:00
0xC45 b57509bbf6 Install legacy iptables binaries for Ubuntu/Debian (#18625)
On the latest Debian 10, the `arptables-legacy` and `ebtables-legacy` binaries are not installed by default. Although the (non-legacy) versions are installed by default, it appears the respective packages that provide the legacy binaries must be installed in order to switch to the legacy alternatives. If you attempt to switch to the legacy alternatives without installing the `arptables` and `ebtables` packages, you will see an error:
```
update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
```

I have confirmed that the packages are present on Debian 10 and Ubuntu 19.10 and they provide the legacy alternatives. See:
* https://packages.ubuntu.com/eoan/amd64/iptables/filelist
* https://packages.ubuntu.com/eoan/amd64/arptables/filelist
* https://packages.ubuntu.com/eoan/amd64/ebtables/filelist
* https://packages.debian.org/buster/amd64/iptables/filelist
* https://packages.debian.org/buster/amd64/arptables/filelist
* https://packages.debian.org/buster/amd64/ebtables/filelist
2020-01-18 09:45:35 -08:00
YAMAMOTO Takashi 9bfc5d8966 Stop mentioning LegacyNodeRoleBehavior for ServiceNodeExclusion labels (#17542)
The text gives me an impression that LegacyNodeRoleBehavior somehow
affects which label is in effect. But actually it doesn't.
2020-01-18 09:43:35 -08:00
Mariyan Dimitrov cda86d62c0 en: Fix minor semantical issue (#18752)
On the page, it says `as you .KUBECONFIG` whereas it is meant `as your
.KUBECONFIG`. Minor annoyance, but still benefits fixing. One char PR.

Signed-off-by: Mariyan Dimitrov <mariyan.dimitrov@gmail.com>
2020-01-18 09:31:35 -08:00
Gerasimos Dimitriadis 5772d582ea Fix typo in manifests path (#18753) 2020-01-18 09:29:36 -08:00
Shivesh Abhishek b647b6ec55 Update field-selectors.md (#18641) 2020-01-18 08:41:35 -08:00
Aanand Ramachandran 7879c46450 Added a new section on Azure CNI (#17830)
* Added a new section on Azure CNI

Azure provides a CNI for native integration of Kubernetes Pods in a Virtual Network. I have added a short description of this CNI and provided links to important documentation

* Update networking.md

* Made updates based on comments

This is much closer to what you are recommending. Please take a look
2020-01-18 08:39:35 -08:00
yulinshan d886feac19 remove seeAlso (#18722) 2020-01-18 05:37:35 -08:00
Jie Shen 375caebc9f Fix broken links for zh tasks/administer-cluster/access-cluster-api.md (#18757)
Signed-off-by: drfish <drfish.me@gmail.com>
2020-01-18 05:33:36 -08:00
yulinshan cc3001ff0b remove seealse (#18741) 2020-01-17 21:23:36 -08:00
Marc Bihlmaier 571d2ff008 fix version link to changelog (#18747) 2020-01-17 07:58:57 -08:00
wawa e3a7a56878 Remove redundant information when deploy flannel on kubernetes include windows node (#18274) 2020-01-17 07:54:59 -08:00
Gerasimos Dimitriadis 4e1f73a736 Add HPA as aka for Horizontal Pod Autoscaler (#18502) 2020-01-17 04:44:55 -08:00
Lubomir I. Ivanov 8de8d173bb kubeadm: remove some CNI plugins from the kubeadm setup guide (#17694)
The kubeadm survey for 1.13:
https://docs.google.com/forms/d/1A855D054FZfdvNbx6mAa54tcZ204GmPCIhxe1UrXKd8/edit#responses

The kubeadm survey for 1.13:
https://docs.google.com/forms/d/1A855D054FZfdvNbx6mAa54tcZ204GmPCIhxe1UrXKd8/edit#responses

Revealed the top 3 plugins in terms of popularity are:

Flannel
Calico
WeaveNet
The kubeadm maintainers are in contact with the maintainers
of these plugins and can provide support and updates to this guide.

The rest of the plugins in the guide are unmaintained, by the kubeadm team!

Some plugins are not in the CNCF landscape, or maintained by the kubeadm team, but still
present in the guide.

Remove the following non-CNCF / unmaintained plugins:

AWS VPC
Romana
Juniper*
Canal (it is an alternative to Calico and already explained in the
Calico guide)
Add note that users can still defer to this page for more options and a more complete list:
https://kubernetes.io/docs/concepts/cluster-administration/networking/Revealed the top 3 plugins in terms of popularity are:
- Flannel
- Calico
- WeaveNet

The kubeadm maintainers are in contact with the maintainers
of these plugins and can provide support and updates to this guide.

Some plugins are not in the CNCF landscape, but still
covered in this page:
https://kubernetes.io/docs/concepts/cluster-administration/networking/

Remove the following non-CNCF plugins:
- AWS VPC
- Romana
- Juniper*
- Canal (it is an alternative to Calico and already explained in the
Calico guide)

Add note that users can still defer to this page for more options:
https://kubernetes.io/docs/concepts/cluster-administration/networking/
2020-01-17 03:46:56 -08:00
makocchi 50c24e3e4e Fix the link for conjure-up (#18529)
* fix the link for conjure-up

* Fix the link for conjure-up to docs.conjure-up.io
2020-01-17 03:42:57 -08:00
Benedikt Rollik 0b0908f6a9 Update KubeCon dates (#18739) 2020-01-17 01:16:55 -08:00
Frank Kloeker 1226970ea7 [DOCS-DE] rewrite setup index page (#17966)
* [DOCS-DE] rewrite setup index page

* fix table caption

* fix whitespace
2020-01-17 00:42:55 -08:00
xieyanker 9b88a5bfd0 Hide original comment (#18735) 2020-01-16 23:20:55 -08:00
Lubomir I. Ivanov 08ce770ff6 kubeadm-upgrade.md: add more details for upgrade rollbacks (#18424)
Introduce a couple of paragraphs explaining what backup folders
kubeadm creates during upgrade.
2020-01-16 16:42:56 -08:00
Alexander Zhukov f5bfa04aa4 Fix the typo (#18732)
"AND of exact match" in the "Affinity and anti-affinity" section should be "AND or exact match"
2020-01-16 15:32:43 -08:00
Rodrigo Queiro 8aba9c656b Bump nvidia-device-plugin.yml to 1.0.0-beta4 (#18725)
This resolves `no matches for kind "DaemonSet" in version "extensions/v1beta1"` with Kubernetes >=1.16.
2020-01-16 15:31:44 -08:00
Ajay Kemparaj fc4de6b721 coresPerReplica and nodesPerReplica are both floats (#18733)
https://github.com/kubernetes-incubator/cluster-proportional-autoscaler/blob/master/pkg/autoscaler/controller/linearcontroller/linear_controller.go#L51-L52
2020-01-16 15:14:44 -08:00
Kartik494 9b9910c0d4 Update k8s.io/docs/tutorials/hello-minikube (#18673)
* Update k8s.io/docs/tutorials/hello-minikube

* Update hello-minikube.md
2020-01-16 09:48:22 -08:00
Ismail Alidzhikov 66372da95e Add Alibaba Cloud cloud-controller-manager (#18255)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2020-01-16 06:58:22 -08:00
Sascha Grunert c4a51a2ecc Add note about service CIDR bug to changes (#18489)
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-01-16 06:48:25 -08:00
RA489 558c513c05 Add more weight to minikube over kind (#18719) 2020-01-16 06:32:23 -08:00
tkms0106 913173fa91 Fix typo (#18726) 2020-01-16 05:50:22 -08:00
Fabio Alessandro Locati 99ca9c0397 Use Control Plane instead of Master (#18438)
* Use Control Plane instead of Master

* improve image. The SVG was not matching the PNG, so I basically had to re-create it from scratch. I kept the visual similarities as mush as possible

* remove tautological phrase

* fix glossary references as well

* improve cluster glossary to move from Master to Control Plane

* improve english form
2020-01-16 05:24:22 -08:00
Gerasimos Dimitriadis 8f8bb5c2bf Fix pod status phases + more (#18537)
* Fix pod status phases + more

A number of improvements introduced in the glossary entry for Pod Lifecycle
* Completed / CrashLoopBackOff were removed from the list of pod status phases
* The link to PodStatus in the generated kubernetes api was parametrized regarding version
* Minor editorial changes

* Rework Pod Lifecycle entry to better describe term

The term definition was reworked after the review comments from
kbhawkey
2020-01-16 02:20:22 -08:00
camper42 511ad46af8 Fix typo: default-manager -> default-scheduler (#18708)
see #18649
2020-01-15 17:38:22 -08:00
Jie Shen a18b0237c3 Remove security alias for zh security.md (#18694) 2020-01-15 08:41:34 -08:00
mvgijssel ff79db8c5e Update vmware shared folder location (#18674)
Related https://github.com/kubernetes/minikube/issues/6013

When using the `vmware` driver  for minikube the shared folder will be in `/mnt/hgfs` instead of directly on root `/`.
2020-01-15 08:23:32 -08:00
camper42 cd3020bca2 Fix typo: default-manager -> default-scheduler (#18649) 2020-01-15 06:13:32 -08:00
tom1299 ffb37e6a70 Add missing article (#18707)
Added missing article in one of the sentences
2020-01-15 05:49:32 -08:00
Maya Kaczorowski 7b08e599ca Add link to K8s bug bounty to K8s website (#18690) 2020-01-15 05:09:32 -08:00
Jan-Philip Gehrcke f6c402a2bd jobs: clarify that there is no `restartPolicy` for the job itself (#18605)
Sometimes, as it happened to me, a Pod's `restartPolicy` 
is mistakenly taken as the corresponding Job's restart policy.

That was concluded before, here:
https://github.com/kubernetes/community/pull/583/files

The confusion happened here:
https://github.com/kubernetes/kubernetes/issues/30243
https://github.com/kubernetes/kubernetes/issues/43964

And here:
https://github.com/jaegertracing/jaeger-kubernetes/issues/32

This commit tries to clarify that there is no `restartPolicy` for
the job itself, and that using either of `backoffLimit` and
`activeDeadlineSeconds` may result in permanent failure.
2020-01-15 04:51:31 -08:00
Jacky Wu f9a939c5cf fix: correct broken link for `Enable endpointslices` page. (#18705) 2020-01-15 04:37:31 -08:00
Anoop Kumar b826b24782 Looping over logs of all jobs using a single command (#18183)
* Looping over logs of all jobs using a single command

Using the label constuct `-l` to loop over output of all jobs (or pods) using a single command

* Update content/en/docs/tasks/job/parallel-processing-expansion.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-01-15 04:35:32 -08:00
Art e4f14e1c62 Updating links and product name for FR language files (#18103) 2020-01-15 04:33:32 -08:00
Philippe MARTIN 8d16de96b0 Update pod overview translation (#16595) 2020-01-15 04:31:32 -08:00
Thomas Coudert 9e1eac0814 Fix french setup broken links (#17744) 2020-01-15 04:29:32 -08:00
Yann Ponzoni ebae230668 fix typo in exemple (#18009) 2020-01-15 04:15:32 -08:00
Ryan Zidago c0f76bb645 docs-fr | reference | glossary | ingress.md (#16481) 2020-01-15 04:13:32 -08:00
icheikhrouhou eb524b82a9 translate pod initialization FR (#16359) 2020-01-15 04:11:32 -08:00
Hiroshiba e518428621 trim typo (#18702)
* trim typo

* more typo
2020-01-15 03:17:32 -08:00
Yuki Takizawa 976a5ec8e4 Remove the sentence unmentioned in the original (#18700)
Remove the sentence unmentioned in the original English document.
2020-01-15 03:15:31 -08:00
David Ashpole 3a7e506a90 Add descriptions of CPU and Memory metrics (#18689)
* Add descriptions of CPU and Memory metrics

* Update content/en/docs/tasks/debug-application-cluster/resource-metrics-pipeline.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* address comments

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-01-15 03:13:32 -08:00
Deepankar Malhan 51aaacaf76 Update kubernetes-api.md (#17406)
* Update kubernetes-api.md

Updated the docs to reflect a change that has already been made in v1.14 instead of going to be made in v1.14 with us being at v1.16 now.

* Update content/en/docs/concepts/overview/kubernetes-api.md

Co-Authored-By: Barnabas Makonda <6409210+makoscafee@users.noreply.github.com>

Co-authored-by: Barnabas Makonda <6409210+makoscafee@users.noreply.github.com>
2020-01-15 03:11:33 -08:00
kvaps 4b35f3e44a Use --allow-change-held-packages flag (#17376) 2020-01-15 03:09:33 -08:00
xieyanker f6931bcaa7 command titles should not be translated (#18564) 2020-01-15 02:51:32 -08:00
mantri425 42852ae505 Correcting the yaml file contents (#17915)
* Update scheduling-hugepages.md

Correcting the yaml file contents, verified the pod deployment

* Update content/en/docs/tasks/manage-hugepages/scheduling-hugepages.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-01-15 02:43:32 -08:00
Erik Stidham 412e372af9 Update Calico add-on bullet (#18536)
* Update Calico add-on bullet

* Review update
2020-01-15 01:21:33 -08:00
Sharjeel Aziz 69ceca708e Updated document commands to use placeholders. Incorporated feedback. (#18208) 2020-01-15 01:19:32 -08:00
Antonio Ojea d2dc2c60c6 Use dnsutils image for DNS debugging (#18001)
DNS debugging documentation is using a busybox image as example.
This image has different known issues with the way it resolves
the DNS names in k8s, creating confusion with users that try to
follow the docs.

The e2e tests use a custom small image ~4.3MB for DNS testing
with all the necessary tools. Also, the fact that this image is
being used for the k8s e2e testing guarantees it's compatibility.
2020-01-15 01:17:32 -08:00
David M. Lentz a3c0cc68e8 Update kube-scheduler.md (#18133)
Fix typo.
2020-01-15 01:15:32 -08:00
Sharjeel Aziz 1b269add17 Updates kubectl version command to use --client flag. (#18125) 2020-01-15 01:13:32 -08:00
Qiming Teng f4505fc1a5 Improve service page (#18429)
This amends the service page for LoadBalancer type of services.
2020-01-15 01:05:31 -08:00
Kurnianto Trilaksono cc0b6954bf add Bahasa Indonesia translation for Custom Resource page (#18653) 2020-01-14 20:01:32 -08:00
Maciej Filocha 03df1a0cc3 Update tutorial links to localized content (#18684) 2020-01-14 14:03:37 -08:00
Samuel Kihahu 49a33c7d3f Improve Kops Installation Steps (#18000) 2020-01-14 13:50:35 -08:00
Tim Bannister 7d2b9a645b Fixup markdown in kubernetes-1-17-feature-csi-migration-beta blog post (#18040) 2020-01-14 11:13:18 -08:00
ares 6dcda9ef58 fix-up 404 urls (#18008) 2020-01-14 11:11:20 -08:00
Arjun 5dbfaafe1a Configurable Scaling for the HPA (#18157)
* Add configurable scale behavior.

* Added documentation about configurable scaling in the HPA

Signed-off-by: Arjun Naik <arjun.rn@gmail.com>

Co-authored-by: Joseph Burnett <josephburnett79@gmail.com>
2020-01-14 09:31:19 -08:00
Rob Scott c1921541ef Providing more detail on EndpointSlice implementation (#18343) 2020-01-14 09:29:18 -08:00
Maciej Filocha f41978de89 Add localized content of the main page (#18681)
Co-Authored-By: Karol Pucyński <9209870+kpucynski@users.noreply.github.com>

Co-authored-by: Karol Pucyński <9209870+kpucynski@users.noreply.github.com>
2020-01-14 09:07:19 -08:00
Kaitlyn Barnard f5c4761e6e Blog post on Kubernetes Bug Bounty Program (#18682)
* blog post on Kubernetes Bug Bounty Program

* Update 2020-01-14-kubernetes-bug-bounty-announcement.md
2020-01-14 09:05:18 -08:00
Tim Bannister 72cfcda5d1 Tidy ephemeral containers concept (#18627)
* Tidy ephemeral containers concept

* Specify feature state
2020-01-14 07:17:18 -08:00
Maciej Filocha 0adc7047a5 Init Polish localization (#18419) (#18659)
Initial commit for Polish localization

* Translation style reviewed and improved by:
  Michał Sochoń <kaszpir@gmail.com>
  Karol Pucyński <kpucynski@gmail.com>
  with contribution from Wojciech Kocjan <wojciech@kocjan.org>

* Kubernetes slogan translated by Karol Pucyński
* Corectness of non-language-specific content reviewed and improved by:
  Tim Bannister <tim@scalefactory.com>
2020-01-14 06:51:24 -08:00
Iqbal syamil ayasy 4b9b42864a add Indonesian translation for apiserver-aggregation (#16903) 2020-01-14 05:17:20 -08:00
Paco Xu 1b46f72a9b CSIMigration is true by default after beta (#18667) 2020-01-14 02:01:10 -08:00
Taylor Dolezal e4a09aeab3 Correct date for assets in 'Kubernetes on MIPS' blog post and update blog URLs (#18663) 2020-01-13 16:43:09 -08:00
Dominic Yin c3aea9ece8 Added blog post about Kubernetes on MIPS (#18229)
* Added blog post about Kubernetes on MIPS

Signed-off-by: Dominic Yin <yindongchao@inspur.com>

* update content

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update 2019-12-21-Kubernetes-on-MIPS.md

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update 2019-12-21-Kubernetes-on-MIPS.md

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* update image of blog 2019-12-21-kubernetes-on-mips

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/blog/_posts/2019-12-21-Kubernetes-on-MIPS.md

Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update filename and date for publish

* Update content/en/blog/_posts/2020-01-09-Kubernetes-on-MIPS.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/2020-01-09-Kubernetes-on-MIPS.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update and rename 2020-01-09-Kubernetes-on-MIPS.md to 2020-01-15-Kubernetes-on-MIPS.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
Co-authored-by: Bob Killen <killen.bob@gmail.com>
2020-01-13 16:09:10 -08:00
Habib Ridho e07ef7dc65 Add tooltip for addons in Hello Minikube page (#18156)
* Add tooltip for addons in Hello Minikube page

* Update glossary title and add more descriptive info

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-01-13 08:59:38 -08:00
shubham 9658502ca3 fix for issue #17068 (#17071)
removed extra test in line no 80
2020-01-13 08:57:38 -08:00
Maksym Vlasov 2dfbdc2cd8 Initial commit for Ukrainian localization (#18569)
* Initial commit for Ukrainian localization

* Fix misspell and crosslink

* Add Nikita Potapenko to PR reviewers

https://github.com/kubernetes/website/pull/18569#issuecomment-573014402

Co-authored-by: Anastasiya Kulyk <56824659+anastyakulyk@users.noreply.github.com>
2020-01-13 08:51:38 -08:00
craigbox 25bf1e462a s/Earlier this year/Last year/ (#18654)
Post came out in 2020, not 2019.
2020-01-13 07:13:37 -08:00
Raj Babu Das d3086a37c0 removing extra space in kubectl command (#18640)
Signed-off-by: Raj <raj.das@mayadata.io>
2020-01-13 06:25:40 -08:00
Pablo Castellano 10c3c6765a Fix typo and remove duplicate reference (#17666)
`AllowedHostPaths` appeared twice
2020-01-13 04:43:37 -08:00
André Martins 5cb0e3d7b4 Update Cilium related docs (#18563)
* Extend Cilium CNI plugin description

Mention that it works on top of other CNI plugins due to the CNI
chaining [1].

[1]: http://docs.cilium.io/en/v1.6/gettingstarted/cni-chaining/

Signed-off-by: Martynas Pumputis <m@lambda.lt>

* Update Cilium installation steps for kubeadm

- Use the latest v1.6 Cilium.
- By default, Cilium no longer needs/deploys ETCD store.

Signed-off-by: Martynas Pumputis <m@lambda.lt>

* Update Cilium NetworkPolicy guide

- Update minikube min version requirement.
- Use Cilium v1.6.
- Remove the etcd store bits, as Cilium v1.6 no longer depend on
  it by default.

Signed-off-by: Martynas Pumputis <m@lambda.lt>

* Update Cilium installation steps for kubeadm

- How to run without kube-proxy.

Signed-off-by: Martynas Pumputis <m@lambda.lt>

Co-authored-by: Martynas Pumputis <m@lambda.lt>
2020-01-13 04:35:36 -08:00
Zhang Yong 7969a84110 update zh-trans kubeadm_upgrade_diff.md (#18648)
* update zh-trans kubeadm_upgrade_plan.md

* update zh-trans kubeadm_upgrade_diff.md

https://github.com/kubernetes/website/issues/18411
2020-01-13 00:53:37 -08:00
Zhang Yong 150958c231 update zh-trans kubeadm_upgrade_plan.md (#18647) 2020-01-13 00:51:37 -08:00
YangQizhou 102fc59c2e update zh ingress.md (#18417)
* update zh ingress.md

*  content/zh/docs/concepts/services-networking/ingress.md

update zh ingress.md

 content/zh/docs/concepts/services-networking/ingress.md

Revert "update zh-translation content/zh/docs/reference/_index.md (#18300)"

This reverts commit 58474188b0.

 content/zh/docs/concepts/services-networking/ingress.md

reset api

update content/zh/docs/concepts/services-networking/ingress.md

* update content/zh/docs/reference/_index.md
2020-01-13 00:49:38 -08:00
Zhang Yong 8fd4be60d9 update zh-trans kubeadm_upgrade_node_phase.md,kubeadm_upgrade_node_phase_kubelet-config.md (#18646) 2020-01-13 00:47:37 -08:00
ares 919d8b8a7c zh-trans content/en/blog/_post/2019-10-03-2019-Steering-Committee-Election-Results.md (#18525) 2020-01-12 23:11:37 -08:00
helight 4d99da5610 Zh translation: /docs/concepts/storage/volume-snapshots.md (#18568)
* update

* zh-trans: /docs/concepts/storage/volume-snapshots.md
2020-01-12 23:07:38 -08:00
ares a52621b3fe zh-trans:blog/_posts/2019-11-05-kubernetes-with-microk8s.md (#18586) 2020-01-12 22:49:37 -08:00
yuxiaobo96 9956cdf28f update /zh/docs/concepts/scheduling/kube-scheduler.md (#18596)
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
2020-01-12 19:43:37 -08:00
Jie Shen 76721b3a8c Fix typo in zh/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md (#18620) 2020-01-12 19:41:36 -08:00
cwocwo aaf50d0a27 fix 86~90 in issue #18411 (#18602) 2020-01-12 19:39:36 -08:00
Rudy Steiner 10800f7eaa update zh cpu-management-policies.md (#18638) 2020-01-12 19:37:36 -08:00
Jie Shen ab9aa064b8 Fix backticks in zh automated-tasks-with-cron-jobs.md (#18633) 2020-01-12 19:01:37 -08:00
zhouya0 0c57f2c46b add kubectl diff to cheatsheet (#18481) 2020-01-12 17:53:37 -08:00
ThoTischner 7fc323d451 Explain how a config map could be updated immediately in a pod. (#18082) 2020-01-12 08:33:37 -08:00
Manuel Rüger f3cde84ea7 kubectl-plugin example: Double-quote to prevent word splitting (#18081)
See: https://www.shellcheck.net/wiki/SC2086

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2020-01-12 08:31:37 -08:00
tom1299 93eae7bf31 Improve wording of “Connecting Applications with Services” (#18076)
* Exchanged developers with containers

The meaning of original sentence: "Coordinating ports across multiple **developers** is very difficult to do at scale..." is not really obvious. From what I understand from the context of this page, the term **containers** would make more sense, because the context in this paragraph is on containers and ports rather than developers.

* Clarify terms developer and container

Rephrased statement on port coordination to make
it claerer that the ports are part of the
containers provided by developers or teams.

* Update content/en/docs/concepts/services-networking/connect-applications-service.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-01-12 08:23:37 -08:00
Jonathan McCall ed95607ae6 Be more explicit about what kind of probe (#17943)
My guess is that this refers to a TCP probe as opposed to the HTTP probe referred to above.
2020-01-12 08:21:37 -08:00
Slava Semushin 093245229b ru/docs/tutorials/hello-minikube.md: minor improvements (#18611)
* content/ru/docs/tutorials/hello-minikube.md: minor improvements.

* Update Hello Minikube tutorial to use Metrics Service and not Heapster

Co-authored-by: Ben Hall <ben@benhall.me.uk>

Co-authored-by: Ben Hall <Ben@Benhall.me.uk>
2020-01-12 03:59:37 -08:00
Slava Semushin 526a6263f4 ru/examples/minikube/Dockerfile: modify CMD to use exec form (#18621)
Replicate https://github.com/kubernetes/website/pull/18618
2020-01-12 03:57:37 -08:00
vyask ee2960eac9 Update kops.md (#17278)
kops uses DNS for discovery, both inside the cluster and outside so that you can reach the kubernetes API server
from clients.
2020-01-11 10:39:36 -08:00
Slava Semushin 55ee59477e en/examples/minikube/Dockerfile: modify CMD to use exec form. (#18618)
Quote from https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#cmd:
%
CMD should almost always be used in the form of CMD ["executable", "param1", "param2"…]
%
This is because shell form doesn't pass the signal to an executable and it leads a longer shutdown time as Docker has to kill a process after some timeout. See for details: https://docs.docker.com/engine/reference/builder/#shell-form-entrypoint-example

An example on official NodeJS site is also uses that form: https://nodejs.org/de/docs/guides/nodejs-docker-webapp/#creating-a-dockerfile
2020-01-11 10:23:37 -08:00
Jan Wozniak 78dad3ceb6 Fix CoreDNS requirement for ExternalName Service (#18566) 2020-01-11 10:19:37 -08:00
Wojciech Sciesinski 03f9dd3dfd An indentation corrected (#18530) 2020-01-11 09:25:36 -08:00
Slava Semushin bfc7a485a3 content/ru/docs/reference/_index.md: sync and improve wording. (#18614) 2020-01-11 01:59:37 -08:00
Slava Semushin f9d951a8be content/ru/docs/_index.md: minor improvements. (#18610)
- fix typos
- improve wording
2020-01-11 01:51:36 -08:00
Salavat b094709c98 ru hello-minikube.md spelling mistake fix (#18603)
"plus" was written as "плюч" - that is incorrect.
2020-01-11 01:39:36 -08:00
Eric Covener b78d6dceb4 axe two stray words in service.md (#18160)
changes for #14526 had either a stray "for a" or missed "service" as in "for a service".  
Since it's quite lengthy and "for a service" is unnecessary in service.md, I opted to removed it.
2020-01-10 15:17:37 -08:00
Javier Revillas 46033f8f0d Fix typo in install-kubeadm.md (#18170) 2020-01-10 15:15:38 -08:00
chendotjs 0c2a5ceb0b Remove useless blank line (#18211) 2020-01-10 14:25:37 -08:00
Anshu Prateek 6e94490186 Make wordpress snippet copy/pastable (#18240)
Remove leading space to make it copy pastable.
2020-01-10 14:17:37 -08:00
Jesang Myung 02f0a2af86 fixed minor typo (#18247) 2020-01-10 13:55:42 -08:00
Tim Bannister 93369effa8 Tidy Markdown & correct syntax (#18335)
Use correct formatting for code blocks.
2020-01-10 13:21:38 -08:00
Tim Bannister e86f038b11 Remove version checks for Job and CronJob task pages (#18337)
* Specify minimum Kubernetes version for Job tasks

Ask for v1.8 because CronJob went beta in v1.8 and some of the Job pages
reference CronJob.

* Drop version check from Job / CronJob task pages.

Assume that readers have Kubernetes v1.8 or newer.
2020-01-10 12:52:40 -08:00
Tim Bannister 27ec99ffbb Use built-in version check & metadata (#18338) 2020-01-10 11:30:36 -08:00
Tim Bannister c9825de1a2 Fix link to Minikube (#18341) 2020-01-10 11:20:35 -08:00
huccshen cdfc5d9c13 fix some 404 urls (#18348) 2020-01-10 10:54:35 -08:00
Lubomir I. Ivanov e5c3b8819e kubeadm-join.md: correct alpha->beta wording (#18366)
The kubeadm API has been beta for a while.
2020-01-10 10:44:36 -08:00
Afrizal Fikri e19c758d6a Adding Bahasa Indonesia translation for Deployment page (#17815)
* Translate Use Case, Creating a Deployment

* Translate deployment

* Finish deployment updates, continue on deployment status

* Finish scaling and deploy status

* Finish rollback, clean up, canary

* Finish specification, tyding up

* Translate remaining typographs
2020-01-10 03:48:34 -08:00
Jie Shen a1c4d04960 Fix markdown syntax issue for zh kubeadm high availability.md (#18592) 2020-01-10 01:52:35 -08:00
Poule Dodue 0d0ebae779 Add CCM Hetzner (#16766) 2020-01-10 00:58:34 -08:00
ares b342d7463a fix error urls (#18047) 2020-01-10 00:54:34 -08:00
Martin Helmich 035574273b Link to current API reference on german translation (#18590) 2020-01-10 00:38:34 -08:00
ares d4f4f76fc6 zh-trans content/en/blog/_posts/2019-11-26-cloud-native-java-controller-sdk.md (#18526) 2020-01-09 23:48:34 -08:00
Jie Shen b66474dfb0 Fix broken link for zh/contribute/localization.md (#18584) 2020-01-09 18:36:34 -08:00
xieyanker 3fd6285b2e Fix incorrect Chinese brackets in Markdown hyperlinks (#18562)
* Fix incorrect Chinese brackets in Markdown hyperlinks

* remove spaces
2020-01-09 17:28:34 -08:00
Gerasimos Dimitriadis 29ec822d25 Fix typo in quantity suffix (#18578) 2020-01-09 16:28:35 -08:00
Cat Yao 9700ac2586 Added Azure Application Gateway Ingress Controller (#17832)
* Added Azure Application Gateway Ingress Controller

Added Azure AppGW Ingress Controller (AGIC) to the list of additional controllers now that it has gone GA.

* Update content/en/docs/concepts/services-networking/ingress-controllers.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-01-09 14:06:35 -08:00
Alexey Pyltsyn f6dff1f944 ru: fix typos for templates/concept (#18576) 2020-01-09 11:54:35 -08:00
Alexey Pyltsyn 6b60936999 Improve Russian translation of What is Kubernetes (#17847) 2020-01-09 11:20:35 -08:00
giri c1327715d0 Update namespaces.md (#18373) 2020-01-09 09:25:46 -08:00
windayski a66b902bb9 fix links (#18376) 2020-01-09 09:23:45 -08:00
GoodGameZoo c1289a3e8e Correct links in networking.md (#18386) 2020-01-09 08:45:46 -08:00
GoodGameZoo b9f0153e3c Correct links 2016 10 00 helm charts making it simple to package and deploy apps on kubernetes (#18388)
* Correct links

* Correct links
2020-01-09 08:29:47 -08:00
GoodGameZoo bf4bfcbbc9 Correct links 2016 10 00 helm charts making it simple to package and deploy apps on kubernetes 2 (#18390)
* Correct links

* Correct links 2
2020-01-09 08:25:47 -08:00
Claudia J.Kang 29235743ed Second Korean L10n Work For Release 1.17 (#18570)
- Update to Outdated files in dev-1.17-ko.2 branch. (#18236)

- Update path of referenced links in translated documents - 1.17 (#18282)

- Use original text for a code (#18358)

- Updates to documents that do not reflect the original text - 1.17 (#18270)

- Translate services-networking/dual-stack.md in Korean. (#18251)

- Update cluster-large.md (#18232)

- Translate services-networking/network-policies.md in Korean. (#18269)

- Modify reference links for translated documents added from previous branches. (#18432)

- Translate docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md in Korean (#18484)

Co-Authored-By: Lawrence Kay <lkay9495@hotmail.com>
Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com>
Co-Authored-By: Jmnote <opcore@gmail.com>
Co-Authored-By: Claudia J.Kang <claudiajkang@gmail.com>
Co-authored-by: Seokho Son <shsongist@gmail.com>
Co-Authored-By: June Yi <june.yi@samsung.com>

Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
Co-authored-by: Lawrence Kay <me@lkaybob.pe.kr>
Co-authored-by: Jmnote <opcore@gmail.com>
Co-authored-by: Seokho Son <shsongist@gmail.com>
Co-authored-by: June Yi <june.yi@samsung.com>
2020-01-09 07:31:46 -08:00
Cria Hu 34fa184dcf fix issue #18434 (#18549) 2020-01-09 05:53:45 -08:00
ttonline 49ba924a6a Delete SEE ALSO section under content/zh/docs/reference/setup-tools/kubeadm/generated/. (#18524) 2020-01-09 05:51:45 -08:00
helight 123df0124d update zh-translation: docs/concepts/storage/volume-snapshot-classes.md (#18528)
* update zh-translation: docs/concepts/storage/volume-snapshot-classes.md

* update

* fix review issues

* fix review issues
2020-01-09 05:49:45 -08:00
Qiming 6161de9914 Amend the StorageClass page (#18482)
* Amend the StorageClass page

* Update content/en/docs/concepts/storage/storage-classes.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-01-09 03:57:45 -08:00
Qiming 9351b160af Improve CronJob page (#18554)
* Improve CronJob page

This PR adds a note about the special constraint on CronJob names. The
contstraint is not captured in the API specification or anywhere else to
my knownledge.

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-01-09 03:55:45 -08:00
kurisu c03b44bc04 [typo]fix The fourth example translation error (#18553)
English version:

The fourth example selects all resources without a label with key `partition`; no values are checked.

Chinese version:

第三个示例选择了所有没有 `partition` 标签的资源;没有校验它的值。

Fix version:

第四个示例选择了所有没有 `partition` 标签的资源;没有校验它的值。
2020-01-09 03:41:44 -08:00
kvaps 391eef3c2f use madison instead of policy (#18558) 2020-01-09 01:55:46 -08:00
Zhang Yong 70be30e86e remove see also (#18555)
https://github.com/kubernetes/website/issues/18411
2020-01-09 01:07:45 -08:00
TimYin 26f0499658 remove see also (#18551) 2020-01-08 23:57:45 -08:00
Jie Shen f37f8eb12b Fix broken links for zh kubernetes-basics (#18546) 2020-01-08 18:27:39 -08:00
David Zhu b2b50a1860 Clarify that nodes must be drained before upgrade for migration (#18535) 2020-01-08 16:49:39 -08:00
jkld11 8121d3ea8c Add adidas case study (#17569)
* create index.html for adidas

* add adidas images and logo

* add adidas logo

* Delete adidas-featured.svg

* Update index.html

* Update case-studies-gradient.css

* Update index.html

* Update case-studies-gradient.css

* Update index.html

* Update index.html

* Update case-studies-gradient.css
2020-01-08 15:53:40 -08:00
KYamani 2c417069d0 Update _index.md (#18421) 2020-01-08 14:43:40 -08:00
Jin Hase 154e84778e Fix typo in TLS bootstrapping document (#18292) (#18293) 2020-01-08 14:11:40 -08:00
Claudia J.Kang a013013e9d Fix IPV4 typo to IPv4 (#18393) 2020-01-08 14:09:40 -08:00
Paul Morie d49e570799 Add blog post to memorialize Brad Childs (#18534) 2020-01-08 13:33:40 -08:00
Aðalsteinn Rúnarsson 204c0ff64f Rename StackPointCloud to NKS (#18437)
StackPointCloud is now NetApp Kubernetes Service (NKS). Also add On-prem checkmark to NKS.
2020-01-08 09:03:40 -08:00
Rahul Kumar Singh 20e31c3f5c Added More Base64 Tool (#17982)
I noticed this https://www.base64encode.org/ Tool is not working in the safari browser, So I added alternative tool that I found is working on safari and another browser.

Please Check Link that I added :)

Thanks
2020-01-08 05:57:40 -08:00
Jin Hase dfe4ea46c2 Fix simple typos in feature-gates.md (#18275) (#18276) 2020-01-08 02:25:40 -08:00
Rémy Léone a2b023c468 Add French version of Service concept page (#18495)
* Add French version of Service concept page

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix
2020-01-08 01:13:40 -08:00
helight 89213edfb5 zh-translation: /docs/tasks/configure-pod-container/configure-livenes… (#18508)
* zh-translation: /docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

* fix review issues
2020-01-07 21:47:40 -08:00
Tim Bannister da6e6cb4fc Omit broken links (#18469)
I searched for obvious replacements using Google, but did not see any.

(I don't want to hyperlink to blog posts, as blogs don't come with any
commitment for someone to keep them current).
2020-01-07 20:39:41 -08:00
helight ab8fb3afbc fix word for /docs/concepts/services-networking/service-topology.md (#18465) 2020-01-07 20:37:40 -08:00
chentanjun aef8b53b60 update zh-trans content/zh/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md (#18350) 2020-01-07 20:07:40 -08:00
Kai 7291a57984 Zh-cn-trans Fix translation errors. (#18310)
fix translation errors.
2020-01-07 17:45:40 -08:00
Antoine Pelisse 40499ac391 Add "rollout restart" to cheatsheet (#18224) 2020-01-07 16:47:40 -08:00
helight 4158296620 zh-translation: docs/concepts/services-networking/service-topology.md (#18467)
* add content/zh/docs/concepts/services-networking/service-topology.md

* update

* zh-translation: docs/concepts/services-networking/service-topology.md

* fix some review issues

* fix review issues
2020-01-07 16:09:41 -08:00
GoodGameZoo 8da859d60b Correct see also part 26-30 (#18514) 2020-01-07 16:03:42 -08:00
Cria Hu 5b9ebc5573 delete zh SEE ALSO(46-50) (#18504) 2020-01-07 16:01:41 -08:00
GoodGameZoo f83eca2920 Correct see also part 21-25 (#18513) 2020-01-07 15:59:41 -08:00
Mikalai Radchuk a5515a7c0e Fixes list rendering (#18499) 2020-01-07 15:07:42 -08:00
Patrick Ohly 0838a4417b csi-driver-testing.md: blog post about testing CSI drivers (#16743)
The earlier E2E blog post touch on some of these aspects, but was more
focused on writing a custom test suite. Using the existing tests
unchanged may be simpler and sufficient. Because it is not that
well-known yet, a blog post seems useful.
2020-01-07 11:42:19 -08:00
Dominic Yin 4c75a18de0 update zh trans for content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_check-expiration.md (#18486) 2020-01-07 01:34:18 -08:00
Alexey Pyltsyn d76c941669 Improve Russian translation of Concepts (#17845) 2020-01-07 00:50:18 -08:00
Nguyen Quang Huy aa2228b61a Add install-kubectl doc (#18507)
Add translated install-kubectl document in Vietnamese.
2020-01-06 22:56:17 -08:00
huccshen 2ff06f9bf1 delete zh SEE ALSO (#18479) 2020-01-06 17:14:17 -08:00
chentanjun 19e8532306 update zh-trans content/zh/docs/tasks/administer-cluster/reserve-compute-resources.md (#18448) 2020-01-06 17:12:18 -08:00
chentanjun 8b961c4447 update zh-trans content/zh/docs/reference/kubernetes-api/labels-annotations-taints.md (#18449) 2020-01-06 17:10:19 -08:00
melvinrmc db8e3ec5f8 /etc/nginx/ssl/nginx.crt: No such file or directory. Instead use tls.crt (#18324)
Running the example into a katacoda environment I get this error message:
(77) error setting certificate verify locations:
  CAfile: /etc/nginx/ssl/nginx.crt


$ kubectl exec curl-deployment-f8c5c685b-9sphf -- ls /etc/nginx/ssl/
tls.crt
tls.key
$ kubectl exec curl-deployment-f8c5c685b-9sphf -- curl https://my-nginx --cacert /etc/nginx/ssl/tls.crt
...
<title>Welcome to nginx!</title>
...

$ kubectl version
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-07T21:20:10Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-07T21:12:17Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"linux/amd64"}

$ kubectl describe secret nginxsecret
Name:         nginxsecret
Namespace:    default
Labels:       <none>
Annotations:  <none>

Type:  kubernetes.io/tls

Data
====
tls.crt:  1164 bytes
tls.key:  1708 bytes
2020-01-06 09:46:16 -08:00
bob wang 9175e35224 update windows.md url (#18372) 2020-01-06 08:33:36 -08:00
Yudi A Phanama 816e63a302 Add Contribute index page for Indonesian localization (#18452)
* Add Contribute index page for Indonesian localization

* Update Indonesian Contribute index

* Fix indonesian contribute docs path

* Changes to id contribute docs wordings

- Changed noun to verb in content/id/docs/home/_index.md
- Sync wordings in content/id/docs/contribute/_index.md with content/id/docs/home/_index.md
- Wording improvement for content/id/docs/contribute/_index.md

* Fix a typo in id contribute index
2020-01-05 21:41:40 -08:00
Fabio Alessandro Locati 6711fecbb9 Translate page in English in the /it/ space (#18384)
* translate page in english in the /it/ space

* improve string in italian
2020-01-05 11:39:40 -08:00
helight a975a0787f fix words issue (#18312)
* fix words issue

* fix word

* fix word

* fix review issue on static-pod.md
2020-01-04 17:57:40 -08:00
helight 5469d4417c zh-translation: content/zh/docs/concepts/architecture/controller.md (#18439)
* zh-translation: content/zh/docs/concepts/architecture/controller.md

* fix build error

* fix review issues

* fix review issues

* fix review issue
2020-01-04 07:49:41 -08:00
Yudi A Phanama d0357866da Add Indonesian Translation for Security Overview (#17885)
* Add Indonesian Translation for Security Overview

* Updates to Security Overview Indonesian translation

Signed-off-by: Yudi A Phanama <yudiandreanp@gmail.com>
2020-01-03 23:35:40 -08:00
chentanjun fcf13341f7 update zh-trans content/zh/docs/reference/command-line-tools-reference/kube-proxy.md (#18440) 2020-01-03 18:47:40 -08:00
Lubomir I. Ivanov f510b223e9 kubeadm: improvements to the cert management documentation (#18397)
- move the sections about custom certificates and external CA
to the kubeadm-certs page
- minor cleanups to the kubeadm-certs page, including updated output
for the check-expiration command
- link the implementation details page to the new locations
for custom certs and external CA
2020-01-03 09:45:42 -08:00
Eric Smalling 70936d4dbd Update cluster health check command for newer etcd (#18392)
* Update cluster health check command for newer etcd

Existing docs assume the older (v3.2) etcdctl `health-check` command but with a 3.4.3 cluster (which is what kubeadm creates in the static manifest now), that subcommand is no longer supported and returns 404 errors like:
```
root@etcd-1:~# docker run --rm -it --net host -v /etc/kubernetes:/etc/kubernetes quay.io/coreos/etcd:${ETCD_TAG} etcdctl --cert-file /etc/kubernetes/pki/etcd/peer.crt --key-file /etc/kubernetes/pki/etcd/peer.key --ca-file /etc/kubernetes/pki/etcd/ca.crt --endpoints https://10.170.68.181:2379 cluster-health
cluster may be unhealthy: failed to list members
Error:  unexpected status code 404
```

* PR review changes
2020-01-03 09:43:41 -08:00
Ivan Boyko f318b7c953 Removed duplicated text (#18214)
* Removed duplicated text

* Restored sentence about default certificate directory per comment from neolit123
2020-01-03 09:41:41 -08:00
Karen Bradshaw bcfbd1e8f3 regenerate ref docs, 1.17, script chgs (#18067)
* modify comp. tool reference config

* modify home dir to variable

* added k8s_release variable

* added kubectl cmd build

added temporary use of copied Makefile

* added build of api ref

* build api, kubectl cmd refs

* regenerate api with updated bootstrap

* regenerate api ref, corrected definitions
2020-01-03 09:39:40 -08:00
Prashant Arya 6d82f180d2 Adding helm3 command (#18095)
* Adding helm3 command 

helm3 doesn't have name flag hence above command fails when user is using helm3(which is latest in its kind)

* adding tab for Helm3 and defaulting it

* addressing comments
2020-01-03 09:35:40 -08:00
Oleg Butuzov 3e1aafacc3 cncf.io link fix (#18369) 2020-01-03 08:47:41 -08:00
Colleen Murphy 38814ab388 Fix broken NodeRestriction anchor reference (#18225)
In 203391835d, an explicit anchor '#noderestriction' was added to the
NodeRestriction section of the Admission Controllers reference document,
which caused the link to the '#NodeRestriction' anchor in the Node
Authorization document to break and lead to the top of the Admission
Controllers document instead of to the NodeRestriction section further
down the page. This change fixes the link to point to the intended
section instead of to the whole page in general.
2020-01-03 07:39:41 -08:00
Cria Hu 93d1f0b651 delete zh SEE ALSO(41-45) (#18418) 2020-01-03 07:33:40 -08:00
huccshen 8801ee08e8 delete zh SEE ALSO (#18415) 2020-01-03 07:31:40 -08:00
GoodGameZoo 8920a1e1ee Correct links 2016 10 00 helm charts making it simple to package and deploy apps on kubernetes.md (#18387)
* Correct links correct-links-2016-10-00-Helm-Charts-Making-It-Simple-To-Package-And-Deploy-Apps-On-Kubernetes.md

* Correct links correct-links-2016-10-00-Helm-Charts-Making-It-Simple-To-Package-And-Deploy-Apps-On-Kubernetes.md 2
2020-01-03 06:27:40 -08:00
Oleg Butuzov f459dd3fd4 returned starting slash in glossary entry for crd (#18435) 2020-01-03 05:53:40 -08:00
Naoki Oketani 90ee7559a0 add missing backquote (#18413) 2020-01-02 19:13:40 -08:00
icheikhrouhou 8557b64dd6 docs | tasks | configure-pod-container | Kompose (#18223)
* translate kompose fr

* deleted extra spaces
2020-01-02 07:47:40 -08:00
Philippe MARTIN eddf18a364 Update kubectl translation (#16590)
* Update kubectl translation

* fix
2020-01-02 07:37:41 -08:00
June Yi d747e327f2 Update service mesh in the Korean glossary (#18359) 2020-01-02 01:09:40 -08:00
Dominic Yin a7c374f3d9 update zh-trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_node.md (#18408) 2020-01-01 21:33:39 -08:00
yuxiaobo96 10aa6b2e89 zh-trans(1.17):/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md (#18326)
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
2020-01-01 21:31:40 -08:00
Coffey Gao fb5b693731 Zh translation: /docs/reference/glossary/rkt.md (#18311)
* Zh translation: /docs/reference/glossary/rkt.md

* Zh translation: /docs/reference/glossary/rkt.md
2020-01-01 21:27:39 -08:00
helight 1133ee7ab0 zh-trans zh/docs/tasks/configure-pod-container/static-pod.md (#18299)
* zh-trans zh/docs/tasks/configure-pod-container/static-pod.md

* fix review issues

fix review issues
2020-01-01 21:23:40 -08:00
chentanjun 2971484299 update zh-trans:content/zh/docs/setup/production-environment/windows/user-guide-windows-containers.md (#18351) 2020-01-01 21:21:39 -08:00
chentanjun 594f487fe1 udpate zh-trans content/zh/docs/concepts/storage/storage-limits.md (#18354) 2020-01-01 21:19:40 -08:00
Dominic Yin b40ac5953a update zh-trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_node_phase_control-plane.md (#18378) 2020-01-01 21:17:39 -08:00
chentanjun 91496f2b02 udpate zh-trans content/zh/docs/tasks/administer-cluster/topology-manager.md (#18346) 2020-01-01 21:15:40 -08:00
chentanjun d6ac23ad55 udpate zh-trans content/zh/docs/tasks/network/validate-dual-stack.md (#18344) 2020-01-01 21:13:40 -08:00
chentanjun 67c93b14b4 update zh-trans content/zh/docs/reference/kubectl/kubectl.md (#18329) 2020-01-01 21:11:39 -08:00
Jinhua Tan dcfd2a5c4b bugfix: fix the incorrect translate (#18407)
fix this bug: https://github.com/kubernetes/website/issues/18377
2020-01-01 20:05:40 -08:00
Xiaolong He 0b5b5fd6ea release-1.17_zh issue tasks (#18295) 2020-01-01 19:55:40 -08:00
Tim Bannister 11a30d3e2e Fix typo (#18405) 2020-01-01 19:37:40 -08:00
Jinhua Tan 8da8474834 update Terminology for ingress.md (#18394)
remove extra `Terminology` part and make it more easy to understand for chinese
2020-01-01 17:29:39 -08:00
Tim Bannister 31ba05e6f8 Fix misspelling (#18401) 2020-01-01 17:15:39 -08:00
Ryan Zidago 462bff590d docs-fr | reference | glossary | downstream.md (#16074)
* docs-fr | reference | glossary | downstream.md

* changed 'en aval' to 'downstream' instead
2020-01-01 01:53:39 -08:00
Ryan Zidago 1379d5f78d docs-fr | reference | glossary | helm-chart.md (#16457) 2020-01-01 01:51:40 -08:00
Oleg Butuzov 031471ba84 link to pods page corrected (#18371) 2020-01-01 01:45:39 -08:00
Ryan Zidago 87a2f7e648 docs-fr | reference | glossary | istio.md (#16504) 2020-01-01 01:43:39 -08:00
xieyanker fa7832c045 fix kubectl proxy output for ko (#18243) 2019-12-31 22:19:40 -08:00
xieyanker 0ef096e4cb fix kubectl proxy output for en (#18242) 2019-12-31 10:03:40 -08:00
chentanjun 83d90efdd9 update zh (#18328) 2019-12-30 22:27:40 -08:00
Oleg Butuzov ed063ab63a removing /en/docs links from /id/ localization. (#18357) 2019-12-30 20:15:39 -08:00
Oleg Butuzov c6e963ed06 /zh/ localization url fixed. (#18370) 2019-12-30 18:51:39 -08:00
pierwill 6324ff5d75 kubectl cheatsheet edits (#18222)
* Capitalize terms in kubectl cheatsheet

* Edit output flag section of kubectl cheatsheet

Minor edit for readability
2019-12-30 10:53:39 -08:00
chentanjun 3022f7c81a update zh-trans content/zh/docs/reference/kubectl/conventions.md (#18347) 2019-12-29 19:49:39 -08:00
Oleg Butuzov ea9a1d78ac Various fixes to links in /zh documentation. (#18356)
All of these fixes suppose to solve problem on local 404 pages.
2019-12-29 19:47:39 -08:00
chentanjun 14525180db update zh-trans content/zh/docs/reference/kubernetes-api/api-index.md (#18352) 2019-12-29 19:17:39 -08:00
chentanjun 8b5deec0b1 sync zh-trans content/zh/docs/reference/command-line-tools-reference/kubelet.md (#18355) 2019-12-29 19:15:39 -08:00
dgabrysch d73fb8de58 Adding de docs for images (#18327)
* adding de docs for images

* Removing lines I cannot make sense off right now :

* Update images.md

* Update images.md

Fixed two typos 
Changed a word, meaning was not good enough

* Update images.md

Fixed missing word
Fixed Syntax

* Update images.md

Added missing „t“

* Fixes according to comments

* proposed fix according to comment
2019-12-28 05:25:38 -08:00
chentanjun 8f6723b714 update zh-trans content/zh/docs/tasks/configure-pod-container/share-process-namespace.md (#18330) 2019-12-28 04:25:38 -08:00
chentanjun 8324b0d23c update zh-trans content/zh/docs/setup/production-environment/container-runtimes.md (#18331) 2019-12-28 04:23:39 -08:00
Tim Bannister bb48ee6f29 de translation for project slogan (#18263)
Co-authored-by: mkorbi <mkorbi@users.noreply.github.com>

Co-authored-by: Max <16919345+mkorbi@users.noreply.github.com>
2019-12-28 03:13:38 -08:00
Oleg Butuzov f3ea39230e Blog post links (hugo issue) (#18307)
* Blog post links (hugo issue)

This commit aims to fix multiple occurrences of issue introduced before
switching blog engine to hugo, after which no blog links with "." was
working.

It's include a huge ammount of links with kubernetes version in it.

This commit also include one or two additional link fixes found while
making changes in attempt to solve current situation.

* Additional fix for Chinese website blog post.
2019-12-27 09:19:39 -08:00
chentanjun d5ad593bdd sync en update /docs/concepts/configuration/taint-and-toleration.md and /docs/concepts/services-networking/dual-stack.md (#18315) 2019-12-26 17:33:38 -08:00
chentanjun 80f2bb1ec3 sync en /docs/concepts/services-networking/endpoint-slices.md and /docs/contribute/generate-ref-docs/kubernetes-components.md (#18314) 2019-12-26 17:31:38 -08:00
chentanjun fb16416dc5 sync content/zh/docs/reference/command-line-tools-reference/kube-scheduler.md (#18313) 2019-12-26 17:29:38 -08:00
chentanjun dd97b09cbf sync en content/zh/docs/concepts/architecture/nodes.md (#18316) 2019-12-26 17:27:38 -08:00
Naoki Oketani babb7a18bb use https instead of http for a link to kubernetes.io/blog (#18287) 2019-12-26 01:13:38 -08:00
YangQizhou c2b00d5c1c update zh ingress.md (#18306) 2019-12-26 01:11:38 -08:00
chentanjun 58474188b0 update zh-translation content/zh/docs/reference/_index.md (#18300) 2019-12-25 23:27:38 -08:00
llussy 7b75124034 fix hyperlink. (#18303) 2019-12-25 23:25:38 -08:00
chentanjun 8f5cd98059 zh-tarns /docs/concepts/workloads/controllers/daemonset.md (#18301) 2019-12-25 22:35:38 -08:00
Cria Hu 6e285caac5 fix broken link: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/bootstrap-discovery.md (#18241) 2019-12-25 07:29:38 -08:00
Oleg Butuzov df51b343ff (fr) Broken links (#18219)
* (fr) Broken links

Multiple broken links

* malfomed urls in glossary (had trailing "fr/")
* malformed url docs (no trailing "/")
* relative link ".."

* Additional link fixed.

* Update content/fr/docs/tutorials/hello-minikube.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/fr/docs/reference/glossary/pod.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* kubectl page link.

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2019-12-25 06:23:29 -08:00
marion f4621ac161 Modify go time format issue. (#17953) 2019-12-25 03:55:29 -08:00
June Yi ed960699b9 (fix) Broken links in Korean documentation. (#18179) (#18205)
This commit fix two issues in korean documentation:

1) malformed link to documentation
(see page https://kubernetes.io/ko/docs/concepts/workloads/controllers/replicationcontroller)

2) missing redirections (was exiting only to English and Japanese before)
- From :  https://kubernetes.io/ko/docs/tutorials/kubernetes-basics/scale-intro/
  To   :  https://kubernetes.io/ko/docs/tutorials/kubernetes-basics/scale/scale-intro/

- From :  https://kubernetes.io/ko/docs/tutorials/kubernetes-basics/update-intro/
  To   :  https://kubernetes.io/ko/docs/tutorials/kubernetes-basics/update/update-intro/

Co-authored-by: Oleg Butuzov <butuzov@users.noreply.github.com>
2019-12-24 21:21:29 -08:00
xieyanker 8ba68f8ae3 fix translate error (#18204)
"Kubernetes releases are generally supported for nine months" should be "发布的版本通常只维护支持九个月"
2019-12-24 17:41:29 -08:00
xieyanker ef00f1bc8f fix kubectl proxy output for zh (#18244) 2019-12-24 17:39:29 -08:00
xieyanker 62352ca5a3 Hide comments (#18290) 2019-12-24 17:35:29 -08:00
LiuDui b8b2cc7c74 ZH-trans: merge release1.16-temporary to master (#18217)
* zh-trans:/docs/docs/concepts/workloads/pods/ephemeral-containers.md (#16948)

* update zh-trans of define-environment-variable-container.md (#16999)

Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn>

* update chinese docs (#16985)

* Fix ordered list (#16988)

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

update

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

* zh-trans:/docs/reference/setup-tools/kubeadm/kubeadm-upgrade-phase.md (#16951)

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

update

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

update

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

* Remove redundant symbol and fix some ordered list (#17000)

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

update

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

* update-zh-translation/docs/reference/setup-tools/kubeadm/kubeadm-init.md (#16997)

* update zh translation kubeadm-reset.md kubeadm-upgrade.md (#16992)

* Create kubeadm_join_phase_control-plane-join_all.md (#16987)

* Update web-ui-dashboard.md (#16976)

* update format problem (#16956)

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

update

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

* zh-trans:/docs/docs/concepts/storage/volume-pvc-datasource.md (#17021)

* update zh translation /docs/reference/access-authn-authz/webhook.md (#16860)

* fix confict update zh translation (#16863)

* zh-trans:/docs/concepts/workloads/pods/disruptions.md (#16983)

* zh-trans:/docs/concepts/workloads/pods/disruptions.md

* Update content/zh/docs/concepts/workloads/pods/disruptions.md

Co-Authored-By: Qiming <tengqim@cn.ibm.com>

* update zh translation content/zh/docs/reference/command-line-tools-reference/kube-scheduler.md (#17006)

* Update RC's link (#16935)

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

Update

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

update the style

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

* Update the links for /zh/docs/setup (#16938)

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

* zh-trans:/docs/docs/concepts/services-networking/dual-stack.md (#17024)

* update zh translation /reference/setup-tools/kubeadm/generated/kubeadm.md (#17036)

* update zh tanslation /reference/setup-tools/kubeadm/generated/kubeadm_alpha_kubelet_config_download.md (#17037)

* update zh translation -/reference/setup-tools/kubeadm/generated/kubeadm_alpha.md (#17038)

* update zh translation /docs/contribute/participating.md (#17040)

* Fix cri-o's links to match English docs (#16936)

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

* update zh translation content/zh/docs/reference/kubectl/jsonpath.md (#16862)

* update zh translation /docs/reference/setup-tools/kubeadm/generated/kubeadm_token_generate.md (#17049)

* update Unkown ->  Unknown (#17062)

* zh-translation:high-availability.md (#16960)

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>

* update Runnning -> Running (#17061)

* zh-trans:/docs/docs/concepts/storage/volume-snapshots.md (#17054)

* update zh transation /docs/reference/setup-tools/kubeadm/generated/kubeadm_reset.md (#17060)

* update zh translation /docs/reference/setup-tools/kubeadm/generated/kubeadm_token_create.md (#17052)

* update zh translation /docs/reference/setup-tools/kubeadm/generated/kubeadm_token.md (#17055)

* update zh translation update-zh-translation-/docs/reference/setup-tools/kubeadm/generated/kubeadm_token_list.md (#17048)

* update zh-translation:ha-topology.md (#17099)

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>

* zh-trans /reference/setup-tools/kubeadm/generated/kubeadm_config_images_list.md (#17093)

* update zh translation /reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_all.md (#17083)

* Add Chinese translation for scheduler-perf-tuning (#17087)

Signed-off-by: GeorgeSen <wang.sen2@zte.com.cn>

Add Chinese translation for scheduler-perf-tuning

Signed-off-by: GeorgeSen <wang.sen2@zte.com.cn>

Add Chinese translation for scheduler-perf-tuning

Signed-off-by: GeorgeSen <wang.sen2@zte.com.cn>

Add Chinese translation for scheduler-perf-tuning

Signed-off-by: GeorgeSen <wang.sen2@zte.com.cn>

* zh trans content/zh/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md (#17121)

* update zh trans content/zh/docs/tasks/access-application-cluster/service-access-application-cluster.md (#17122)

* zh-translation:content/zh/docs/tasks/administer-cluster/namespaces-walkthrough.md (#17105)

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>

* update-zh-translation-/docs/reference/setup-tools/kubeadm/generated/kubeadm_config_migrate.md (#17091)

* update zh trans /docs/setup/learning-environment/minikube.md (#17143)

* update zh trans /zh/docs/reference/_index.md (#17146)

* update zh trans /docs/tasks/access-application-cluster/port-forward-access-application-cluster.md (#17134)

* update zh translation 20191020-update-zh-translation-/docs/contribute/localization.md (#17046)

* update zh trans /docs/reference/using-api/client-libraries.md (#17144)

* update zh trans /docs/reference/setup-tools/kubeadm/generated/kubeadm_version.md (#17145)

* update zh /docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_node.md (#17131)

* update zh translation /reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_front-proxy-client.md (#17081)

* update zh translation /docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_kubeconfig.md (#17078)

* add zh translation /docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-join_update-status.md (#17076)

* update zh trans content/zh/docs/contribute/generate-ref-docs/kubectl.md (#17165)

* update zh translation /reference/command-line-tools-reference/kube-proxy.md (#17107)

* zh-trans:/docs/docs/concepts/workloads/pods/pod-topology-spread-const… (#16955)

* zh-trans:/docs/docs/concepts/workloads/pods/pod-topology-spread-constraints.md

* Update pod-topology-spread-constraints.md

* zh-trans:/docs/concepts/configuration/scheduling-framework.md (#17088)

* update zh translation /docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_upload-config_kubelet.md (#17079)

* update zh translation /docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_control-plane_apiserver.md (#17077)

* update zh translation /docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-join.md (#17075)

* update zh translation /docs/reference/setup-tools/kubeadm/generated/kubeadm_token_delete.md (#17050)

* update zh trans /docs/concepts/overview/working-with-objects/namespaces.md (#17205)

* update zh trans /docs/concepts/overview/what-is-kubernetes.md (#17203)

* pr_release-1.16_crictl (#17201)

* update zh docs/tasks/administer-cluster/dns-debugging-resolution.md (#17186)

* update zh trans content/zh/docs/concepts/overview/working-with-objects/field-selectors.md (#17191)

* translate configure_upgrade_etcd (#17160)

* translate kubeadm_upgrade_apply (#17159)

* update zh /docs/tasks/job/coarse-parallel-processing-work-queue.md (#17155)

* translate docs/setup/release/version-skew-policy.md to Chinese (#17142)

* update zh trans content/zh/docs/tasks/access-application-cluster/create-external-load-balancer.md (#17124)

* zh-trans replace the wrong translation (#17103)

zh-trans replace the wrong translation

* Merged 1.14~1.16 changes (#17117)

* zh-trans:/docs/concepts/configuration/assign-pod-node.md (#17129)

* update zh trans /docs/contribute/generate-ref-docs/kubernetes-api.md (#17161)

* pr_release-1.16_basic-ss (#17169)

* Add zh-trans of assign-cpu-resource.md (#17063)

Signed-off-by: heqg <he.qingguo@zte.com.cn>

Add zh-trans of assign-cpu-resource.md

Signed-off-by: heqg <he.qingguo@zte.com.cn>

Add zh-trans of assign-cpu-resource.md

Signed-off-by: heqg <he.qingguo@zte.com.cn>

Add zh-trans of assign-cpu-resource.md

Signed-off-by: heqg <he.qingguo@zte.com.cn>

Add zh-trans of assign-cpu-resource.md

Signed-off-by: heqg <he.qingguo@zte.com.cn>

* update zh trans content/zh/docs/concepts/overview/working-with-objects/common-labels.md (#17193)

* update zh translation /docs/contribute/intermediate.md (#17041)

* zh-trans:docs/setup/production-environment/turnkey/tencent.md (#17207)

* pr_release-1.16_mysql-wordpress-pv (#17202)

* pr_release-1.16_reconfig-kubelet (#17200)

* zh-trans:/docs/docs/concepts/workloads/controllers/jobs-run-completio… (#17020)

* zh-trans:/docs/docs/concepts/workloads/controllers/jobs-run-completion.md

* Update jobs-run-completion.md

* Update jobs-run-completion.md

* update zh trans content/zh/docs/concepts/extend-kubernetes/extend-cluster.md (#17212)

* update zh trans content/zh/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation.md (#17213)

* add zh trans /docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-prepare_kubeconfig.md (#17220)

kubeadm_join_phase_control-plane-prepare_download-certs.md

* add zh trans /reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs.md and /reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-prepare.md (#17219)

* update zh trans content/zh/docs/concepts/containers/images.md (#17216)

* ZH-trans: add _index.md (#17214)

* ZH-trans: add _index.md

* add _index.md file

* add _index.md files

* pr_release-1.16_crd-versions (#17198)

* update zh translation /docs/reference/setup-tools/kubeadm/generated/kubeadm_config_images_pull.md (#17092)

* zh-trans /reference/setup-tools/kubeadm/generated/kubeadm_config_images.md (#17094)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_addon_kube-proxy.md   and   content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_sa.md (#17222)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-prepare_all.md  content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-prepare_certs.md (#17221)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_addon_all.md (#17223)

* 013 /docs/concepts/services networking/ingress.md (#17185)

* x

* update zh trans content/zh/docs/concepts/services-networking/ingress.md

* zh-trans:/reference/setup-tools/kubeadm/generated/kubeadm_completion.md and kubeadm_config.md (#17097)

* add zh trans reference/glossary/pod-lifecycle (#17226)

* update zh-translation document (#17096)

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>

* update zh-translation:setup-ha-etcd-with-kubeadm.md (#17098)

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>

* add zh trans /docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_selfhosting.md and /docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_kubelet_config_enable-dynamic.md (#17227)

* add zh trans /docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_kubeconfig_user.md and /docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_upload-config_kubeadm.md (#17228)

* zh-translation:content/zh/docs/tasks/extend-kubectl/kubectl-plugins.md (#17089)

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>

* update zh translation /docs/reference/setup-tools/kubeadm/generated/kubeadm_join.md (#17080)

* update zh translation /reference/setup-tools/kubeadm/generated/kubeadm_config_view.md (#17085)

* zh-translation:troubleshooting-kubeadm.md (#17069)

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>

* zh-trans: docs/concepts/scheduling/kube-scheduler.md (#17067)

* Add Chinese translation for kube-scheduler

Signed-off-by: GeorgeSen <wang.sen2@zte.com.cn>

Add Chinese translation for kube-scheduler

Signed-off-by: GeorgeSen <wang.sen2@zte.com.cn>

Add Chinese translation for kube-scheduler

Signed-off-by: GeorgeSen <wang.sen2@zte.com.cn>

Add Chinese translation for kube-scheduler

Signed-off-by: GeorgeSen <wang.sen2@zte.com.cn>

Add Chinese translation for kube-scheduler

Signed-off-by: GeorgeSen <wang.sen2@zte.com.cn>

Add Chinese translation for kube-scheduler

Signed-off-by: GeorgeSen <wang.sen2@zte.com.cn>

Add Chinese translation for kube-scheduler

Signed-off-by: GeorgeSen <wang.sen2@zte.com.cn>

Add Chinese translation for kube-scheduler

Signed-off-by: GeorgeSen <wang.sen2@zte.com.cn>

* Update kube-scheduler.md

* Add Chinese translation for kube-scheduler

* Update kube-scheduler.md

* Update kube-scheduler.md

* Update kube-scheduler.md

* translate pods.md  and init-containers.md for branch release-1.16 (#17208)

* update zh translation /docs/contribute/start.md (#17039)

* zh-translation:2017-10-00-Five-Days-Of-Kubernetes-18.md (#17229)

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>

* translate kubeadm-certs.md (#17090)

* update the Illegal comment such as : (<!--、<--) (#17266)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase.md and content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_etcd-ca.md (#17268)

* update zh /docs/concepts/architecture/cloud-controller.md (#17263)

* update zh /docs/concepts/cluster-administration/logging.md (#17247)

* modify the show of zh translation /concepts/overview/what-is-kubernetes.md /reference/setup-tools/kubeadm/generated/kubeadm_init.md  /reference/setup-tools/kubeadm/kubeadm-init.md (#17246)

* zh-translation:kubeadm_init_phase_control-plane_all.md (#17243)

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>

* zh-translation:kubeadm_join_phase_control-plane-join_etcd.md (#17236)

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_kubelet-start.md and content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_upload-certs.md (#17230)

* add content/zh/docs/reference/glossary/container-runtime.md file fix-up to pass the ci and trans content/zh/docs/reference/glossary/container-runtime.md、content/zh/docs/concepts/overview/components.md (#17211)

* zh-translation:mirror-pod.md (#17231)

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>

* zh-translation:kubeadm_init_phase_upload-config.md (#17238)

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>

* update zh /docs/concepts/workloads/pods/pod-overview.md (#17239)

* update the format of zh translation content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_reset.md content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade.md   content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_apply.md  content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_plan.md  content/zh/docs/reference/setup-tools/kubeadm/kubeadm-config.md  content/zh/docs/reference/setup-tools/kubeadm/kubeadm-reset.md  content/zh/docs/reference/setup-tools/kubeadm/kubeadm-token.md  content/zh/docs/reference/setup-tools/kubeadm/kubeadm-upgrade.md (#17248)

* Create advanced.md (#17256)

* Create advanced.md

* trans the advanced.md and fix the build bugs

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_control-plane.md and content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_control-plane_scheduler.md (#17269)

* zh-translation:kubelet-integration.md (#17272)

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>

* pr_release-1.16_out-of-resource (#17199)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_front-proxy-ca.md and content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_control-plane_controller-manager.md (#17267)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_etcd-peer.md and content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_kubeconfig_admin.md (#17271)

* pr_release-1.16_ext-admission-ctl (#17196)

* update zh translation /docs/contribute/advanced.md (#17042)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_apiserver-etcd-client.md and content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_ca.md (#17275)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_config_print.md update zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_config.md、content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_config_print_init-defaults.md (#17282)

* add zh trans  content/zh/docs/reference/setup-tools/kubeadm/generated… (#17287)

* add zh trans  content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_etcd.md content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_upload-config_all.md update zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_control-plane.md

* Update kubeadm_init_phase_etcd.md

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/… (#17285)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_renew_etcd-server.md content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_kubelet.md update zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_renew_apiserver.md

* Update kubeadm_alpha_kubelet.md

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_renew_all.md and content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_addon.md fix-up bad comment kubeadm_alpha_certs_renew.md、kubeadm_alpha_certs_renew_apiserver-etcd-client.md、kubeadm_init_phase_addon_all.md (#17276)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/… (#17281)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_etcd_local.md and content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_config_print_join-defaults.md

* Update kubeadm_init_phase_etcd_local.md

* zh trans update-daemon-set.md (#16872)

* zh trans update-daemon-set.md

* Update update-daemon-set.md

* managing-tls-in-a-cluster.md (#16874)

* update-api-object-kubectl-patch.md (#16875)

* improve the zh trans /kubeadm/generated/kubeadm_init_phase_.* 1 (#17295)

* improve the zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_config_.* (#17294)

* modify the zh translation content/zh/docs/reference/setup-tools/kubea… (#17293)

* modify the zh translation content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_.*

* Update kubeadm_alpha.md

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_kubeconfig_all.md and content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_preflight.md (#17280)

* add zh /docs/reference/glossary/cgroup.md (#17291)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_kubelet_config.md、content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_apiserver-kubelet-client.md (#17288)

* improve zh trans of command in /kubeadm/generated/kubeadm_init_phase_.* files (#17297)

* improve zh command translation /kubeadm/generated/kubeadm_init_.* files (#17298)

* update zh trans in /kubeadm/generated/kubeadm_.* files (#17306)

* add zh trans /reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_renew_etcd-healthcheck-client.md、/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_renew_etcd-peer.md、/reference/setup-tools/kubeadm/generated/kubeadm_alpha_kubeconfig.md (#17308)

* Improve previously translated documents (#17327)

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>

* zh-trans: docs/setup/production-environment/turnkey/aws.md (#17320)

* Update zh.toml

* update zh trans /generated/kubeadm_join_phase_.* files (#17301)

* Update zh.toml

* add zh /docs/reference/glossary/pod-disruption-budget.md (#17344)

* pr_release-1.16_config-aggregation-layer (#17197)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_renew_controller-manager.conf.md、content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_renew_scheduler.conf.md (#17390)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_kubeconfig_scheduler.md、content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase.md、content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-prepare_control-plane.md (#17381)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_renew_apiserver-kubelet-client.md、content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-join_mark-control-plane.md、content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_kubelet-start.md (#17380)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_addon_coredns.md、content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_bootstrap-token.md、content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_apiserver.md (#17383)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_certificate-key.md、content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_reset_phase_preflight.md、content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_reset_phase_update-cluster-status.md (#17385)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_renew_admin.conf.md、content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_reset_phase.md、content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_reset_phase_cleanup-node.md (#17387)

* add zh trans content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_renew_apiserver-kubelet-client.md、content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_renew_front-proxy-client.md、content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_selfhosting_pivot.md (#17384)

* add zh /docs/reference/glossary/limitrange.md (#17324)

* add zh trans content/zh/docs/setup/best-practices/cluster-large.md (#17321)

* add zh trans content/zh/docs/setup/best-practices/cluster-large.md

* Update cluster-large.md

* add zh trans /docs/reference/setup-tools/kubeadm/kubeadm-alpha.md、/do… (#17403)

* add zh trans /docs/reference/setup-tools/kubeadm/kubeadm-alpha.md、/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_preflight.md、/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_etcd-server.md

* Update kubeadm_init_phase_certs_etcd-server.md

* add zh /docs/reference/glossary/cluster-operations.md (#17300)

* add zh /docs/reference/glossary/applications.md (#17419)

* update zh trans kubelet (#17379)

* update zh trans kubelet

* update the file according to feedback from reviewer tengqm

* update 1000-1757 lines

* update the advice zh trans

* add zh /docs/reference/glossary/static-pod.md (#17418)

* add zh /docs/reference/glossary/preemption.md (#17423)

* add zh /docs/reference/glossary/pod-priority.md (#17421)

* add zh /docs/reference/glossary/control-plane.md (#17425)

* add zh /docs/reference/glossary/cluster-infrastructure.md (#17424)

* pr_release-1.16_api-overview (#17444)

* pr_release-1.16_daemonset (#17435)

* pr_release-1.16_gc (#17445)

* pr_release-1.16_qos-class (#17442)

* fix QoS Class to QoS 类 (#17464)

* pr_release-1.16-abac (#17427)

* zh-trans:docs/setup/production-environment/turnkey/alibaba-cloud.md (#17345)

* pr_release-1.16_endpoint-slice (#17468)

* pr_release-1.16_taint (#17469)

* pr_release-1.16_operator-pattern (#17467)

* pr_release-1.16_ss (#17433)

* pr_release-1.16_admission-controller (#17440)

* pr_release-1.16_containerd (#17441)

* pr_release-1.16_app-container (#17466)

* add zh-trans content/zh/docs/setup/_index.md、content/zh/docs/setup/release/_index.md (#17503)

* pr-release-1.16_enabling-endpoint-slices (#17504)

* update zh trans content/zh/docs/reference/setup-tools/kubeadm/kubeadm… (#17495)

* update zh trans content/zh/docs/reference/setup-tools/kubeadm/kubeadm-upgrade-phase.md、content/zh/docs/reference/setup-tools/kubeadm/kubeadm-init-phase.md

* add content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_kubeconfig_kubelet.md

* pr-release-1.16_logging (#17491)

* pr-release-1.16_cri (#17486)

* add zh-trans:docs/setup/production-environment/turnkey/azure.md (#17482)

* pattern translate into 模式 (#17485)

* fix zk affinity description in zh trans (#17393)

* pr-release-1.16_ephemeral-container (#17487)

* pr-release-1.16_data-plane (#17489)

* pr-release-1.16_cncf (#17490)

* zh-trans add content\zh\docs\tools\install-minikube.md (#16920)

* zh-trans add content\zh\docs\tools\install-minikube.md

* zh-trans update content\zh\docs\tools\install-minikube.md

* zh-trans update content\zh\docs\tools\install-minikube.md

* update \docs\tasks\tools\install-minikube.md

* update docs\concepts\workloads\controllers\deployment.md

* update deployment.md

* pr-release-1.16_extensions (#17492)

* pr-release-1.16_toleration (#17493)

* Revert "update zh trans content/zh/docs/reference/setup-tools/kubeadm/kubeadm… (#17495)" (#17521)

This reverts commit 1134c14e0a.

* motidy extensions in content/zh/docs/reference/glossary/extensions (#17524)

* motidy toleration in content/zh/docs/reference/glossary/toleration.md (#17523)

* motidy toleration in content/zh/docs/reference/glossary/toleration.md

* Update toleration.md

* improve zh-trans in content/zh/docs/setup/_index.md (#17526)

* add zh-trans /zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_kubeconfig_kubelet.md (#17527)

* Broken Link (#17546)

Issue available at https://kubernetes.io/zh/docs/concepts/containers/runtime-class/
and introduced by original English documentation (see #17543)

* Update trans kubeadm_upgrade_plan.md (#17395)

* Update kubeadm_upgrade_plan.md

* Update kubeadm_upgrade_plan.md

* Update kubeadm_upgrade_plan.md

* Update kubeadm_upgrade_plan.md

* Update kubeadm_upgrade_plan.md

* Update kubeadm_upgrade_plan.md

* update zh-trans of define-command-argument-container.md (#17022)

Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn>

update zh-trans of define-command-argument-container.md

Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn>

Add back the Original English

Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn>

update title of define-command-argument-container.md

Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn>

update table title and reference

Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn>

update reference of define-command-argument-container.md

Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn>

* ZH-trans: fix multiple jump links and update files (#17603)

* ZH-trans: fix multiple jump links and update files

* Update _index.html

* update zh trans content/zh/docs/reference/setup-tools/kubeadm/kubeadm-init-phase.md (#17528)

* update zh trans /doc/concepts/architecture/nodes.md (#17617)

* update zh trans content/zh/docs/concepts/architecture/nodes.md

* fix-up content/zh/docs/concepts/architecture/nodes.md

* add zh-trans /docs/setup/release/notes.md (#17519)

* add zh-trans /docs/setup/release/notes.md

update-750

*  fix-up 1575 line and udpate 2483 line

* update to line 2980

* update to the last line 3160

* add zh-trans:docs/setup/production-environment/turnkey/icp.md (#17568)

* zh-trans: /docs/setup/production-environment/container-runtimes.md (#17646)

* zh-trs:container-runtimes.md

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>

* Update container-runtimes.md

* Translate /docs/concepts/workloads/controllers/ttlafterfinished.md into Chinese (#17791)

* Translate /docs/concepts/cluster-administration/cloud-providers.md into Chinese

* Translate /docs/concepts/workloads/controllers/ttlafterfinished.md into Chinese

* Sorry, wrong commit, roll back...

* Translate /docs/concepts/workloads/controllers/ttlafterfinished.md

* Translate /docs/concepts/workloads/controllers/ttlafterfinished.md into Chinese

* Translate /docs/concepts/workloads/controllers/ttlafterfinished.md into Chinese

* Create trans kubeadm_upgrade_diff.md (#17392)

* Update kubeadm_upgrade_diff.md

* Update kubeadm_upgrade_diff.md

* Update kubeadm_upgrade_diff.md

* Create _index.md (#17831)

* zh-trans zh-trans-/docs/reference/command-line-tools-reference/feature-gates.md (#17658)

* Update volume-snapshots.md (#17829)

* Update volume-snapshots.md

* Update volume-snapshots.md

* Update volume-snapshots.md

* Create ovirt.md (#17849)

* Create ovirt.md

* Update ovirt.md

* Translate /docs/concepts/cluster-administration/cloud-providers.md into Chinese (#17761)

* Translate /docs/concepts/cluster-administration/cloud-providers.md into Chinese

* Translate /docs/concepts/workloads/controllers/ttlafterfinished.md into Chinese

* Sorry, wrong commit, roll back...

* Update translation after tengqm's review.

* Update cloud-providers.md

* Update dual-stack.md (#17836)

* Update dual-stack.md

* Update dual-stack.md

* Update dual-stack.md

* Update dual-stack.md

* Create validate-dual-stack.md (#17833)

* Create validate-dual-stack.md

* Update validate-dual-stack.md

* translation content/zh/docs/reference/setup-tools/kubeadm/ kubeadm-join-phase、kubeadm-reset-phase (#17881)

* zh-trans content/zh/docs/contribute/generate-ref-docs/contribute-upstream.md (#17882)

* Chinese translation /docs/tasks/administer-cluster/highly-available-master.md (#17884)

* Chinese translation /docs/tasks/administer-cluster/highly-available-master.md

* Apply suggestions from code review

Co-Authored-By: Qiming <tengqim@cn.ibm.com>

* Fix format issue (#17921)

* Create topology-manager.md (#17901)

* Create topology-manager.md

* Update topology-manager.md

* add zh-trans:docs/setup/production-environment/windows/user-guide-windows-containers.md (#17876)

* Update pod-overhead.md (#17931)

* Update scheduler-perf-tuning.md (#17934)

* Create dcos.md (#17932)

* Create dcos.md

* Update dcos.md

* Update object-management.md (#17937)

* zh-translation content/zh/docs/setup/production-environment/tools/kops.md (#17991)

* Create imperative-config.md (#17956)

* Create imperative-config.md

* Update imperative-config.md

* Create self-hosting.md (#17950)

* Create resource-bin-packing.md (#17935)

* Create nodelocaldns.md (#17938)

* Update config.toml(release-1.16) for 1.17 (#18025)

* Update config.toml(release-1.16) for 1.17

* Update config.toml

* Remove ru language

* Update the conflict and merge the two commits

* add nginx-deployment.yaml file

Co-authored-by: ZhongliangXiong <xiong.zhongliang@zte.com.cn>
Co-authored-by: Yixiang Wang <wang.yixiang@zte.com.cn>
Co-authored-by: li mengyang <hwdef97@gmail.com>
Co-authored-by: PingWang <wang.ping5@zte.com.cn>
Co-authored-by: chentanjun <tanjunchen20@gmail.com>
Co-authored-by: Sophy417 <53026875+Sophy417@users.noreply.github.com>
Co-authored-by: zhangx501 <zhang0000xun@gmail.com>
Co-authored-by: Qiming <tengqim@cn.ibm.com>
Co-authored-by: yuxiaobo96 <41496192+yuxiaobo96@users.noreply.github.com>
Co-authored-by: senwang <wang.sen2@zte.com.cn>
Co-authored-by: lichuqiang <lichuqiang@huawei.com>
Co-authored-by: lpf7551321 <liupengfei20@huawei.com>
Co-authored-by: Hongcai Ren <renhongcai@huawei.com>
Co-authored-by: jiajie <jiaj12@chinaunicom.cn>
Co-authored-by: heqg <56527988+heqg@users.noreply.github.com>
Co-authored-by: IreneByron <zhangbingqing7@huawei.com>
Co-authored-by: Wang Bing <wangbing.adam@gmail.com>
Co-authored-by: Damini Satya <daminisatya@gmail.com>
Co-authored-by: liufangwai <liufangwai@huawei.com>
Co-authored-by: wangcong <congfairy2536@gmail.com>
Co-authored-by: XuefeiWang2 <wangxuefei2@huawei.com>
Co-authored-by: Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>
Co-authored-by: Ziqiu Zhu <zzqshu@126.com>
Co-authored-by: ten2ton <50288981+ten2ton@users.noreply.github.com>
Co-authored-by: Oleg Butuzov <butuzov@users.noreply.github.com>
Co-authored-by: jiazxjason <52809535+jiazxjason@users.noreply.github.com>
Co-authored-by: Coffey Gao <coffiney@qq.com>
Co-authored-by: Bingshen Wang <bingshen.wbs@alibaba-inc.com>
2019-12-24 16:51:29 -08:00
dgabrysch 9135bdbe6d Update master-node-communication.md (#18268)
* Update master-node-communication.md

Fixing Typo, adding small linguistic changes.

* Update master-node-communication.md

* Update master-node-communication.md

Added some missing words
Deleted doubled words
Changed to „ß“ from „ss“ 
Added „bestimmte Artikel (Der...) for better readability, was not in school. since a longer time, but this seems right.

* Update master-node-communication.md

Fixed the "zu absichern"
Fixed "erste" and "zweite" it's written that way in the newer version of German orthography
2019-12-24 16:47:29 -08:00
Samuel Kihahu c2617fb80f en-docs: Improve Install Instruction Formating (#17996) 2019-12-24 07:33:29 -08:00
wawa 9f42b6b743 Remove redundant information when deploy flannel on kubernetes include windows node (#18273) 2019-12-23 20:11:29 -08:00
makocchi f1f7c1bf75 Renamed FeatureGate RequestManagement to APIPriorityAndFairness (#18184)
* Renamed FeatureGate RequestManagement to APIPriorityAndFairness

* sorted alphabetically

* wrote RequestManagement into the deprecated table
2019-12-23 11:27:33 -08:00
Sharjeel Aziz bc549fd3a0 Minor fix for a typo. (#18182) 2019-12-23 11:09:33 -08:00
Takahiro Tsuruda 296695d729 BlockVolume is no longer in alpha (#18167)
* BlockVolume is no longer alpha

Signed-off-by: dulltz <isrgnoe@gmail.com>

* Apply comment

https://github.com/kubernetes/website/pull/18167#discussion_r358304226

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Apply comment

https://github.com/kubernetes/website/pull/18167#discussion_r358519588

* Apply comment

https://github.com/kubernetes/website/pull/18167#pullrequestreview-335535663
Signed-off-by: dulltz <isrgnoe@gmail.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2019-12-23 10:57:33 -08:00
akira-kuriyama d5966ba4ff Fix yaml syntax highlight (#18246) 2019-12-22 20:09:33 -08:00
June Yi d60ca0bea2 First Korean L10n Work For Relase 1.17 (#18226)
* Modified link between Korean documents. (#18072)
* Translate services-networking/connect-applications-service.md in Korean. (#18087)
* Translate services-networking/service-topology.md in Korean. (#18096)
* Update to outdated files in the dev-1.17-ko.1 (#18070)

Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com>
Co-Authored-By: Seokho Son <shsongist@gmail.com>

Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
Co-authored-by: Seokho Son <shsongist@gmail.com>
2019-12-20 18:47:33 -08:00
Xiang Dai f21f4b2257 Fix en language misspell (#18201)
* fix misspell

Signed-off-by: Xiang Dai <764524258@qq.com>

* clean white noise

Signed-off-by: Xiang Dai <764524258@qq.com>
2019-12-20 06:49:32 -08:00
huccshen 746a659723 fix some broken links (#18215) 2019-12-20 04:27:33 -08:00
yun asny23 9a78cb7dd8 fix typo in ja/docs init-containers.md (#18175) 2019-12-18 22:09:56 -08:00
Nguyen Hai Truong 19aa9e95c7 Homepage K8s website in Vietnamese (#18181)
Signed-off-by: Nguyen Hai Truong <truongnh@fujitsu.com>
2019-12-18 18:47:56 -08:00
Nguyen Hai Truong e4bb9b1f98 Add includes (#18192)
Signed-off-by: Nguyen Hai Truong <truongnh@fujitsu.com>
2019-12-18 18:11:56 -08:00
ares 1f63ab672b fix up 404 urls (#18006) 2019-12-18 07:07:57 -08:00
ares e2d1e442a1 fix some 404 urls (#18188) 2019-12-18 05:19:57 -08:00
Chen, Xu Chun (Simon) 53b0a30e11 Update command output for latest version (#18073) 2019-12-17 10:19:58 -08:00
Ismail Alidzhikov f6460ffa58 Update k/dashboard to v2.0.0-beta8 (#17994)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-12-17 10:17:57 -08:00
RobertKalnins 8a69c534ba Clarify port selection section (#17983)
* Clarify port selection section

Avoids situation where a beginner is directed to enter the wrong port and has to backtrack and reread.

* Update content/en/docs/tutorials/hello-minikube.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-12-17 10:13:57 -08:00
Nguyen Hai Truong 32c4f269cd Adding overview of K8s (#18105)
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
2019-12-17 07:35:59 -08:00
yuxiaobo96 6ef4d4cc7c Correcting invalid links (#18094)
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
2019-12-17 05:21:58 -08:00
Sulaiman ce205a4891 "Overview Configuration " Transalation Indonesia Language (#17378)
* First

* Overview Configuration

* Overview Configuration Translation indonesia language

* Change Sub title Overview Configuration
2019-12-16 18:29:39 -08:00
Thomas 6d9188692a Update documentation to reflect Go 1.13 dependency for Kubernetes 1.17+ (#18171)
* Update documentation to reflect Go 1.13 dependency for Kubernetes 1.17+

* Rephrased required Golang version

* Updated french translation to match English Golang version
2019-12-16 15:33:40 -08:00
Sharjeel Aziz a29da47ca8 Updated default Corefile that is installed with the current version of CoreDNS. (#18158) 2019-12-16 07:27:37 -08:00
Tim Bannister e4101d7133 Fix sample command output for “Hello Minikube” (#18077) 2019-12-16 06:41:37 -08:00
Colleen Murphy a494490458 Fix Pods concepts link in StatefulSet tutorial (#18063)
Without this change, the instruction to "get familiar with" the Pods
concept directs the user to the pods section of the User Guide, which
actually redirects to the "Run a Stateless Application Using a
Deployment" task, which is not strictly about Pods. This change fixes
the link to point to the Pods Overview in the Concepts section, which
makes more sense in this context.
2019-12-16 06:17:37 -08:00
Tim Bannister 8af5fb9ffb Mark CronJob as beta (#17985)
CronJob went beta in v1.8 and is not yet in general availability.
2019-12-16 06:09:37 -08:00
chendotjs 114743a28b Fix hash link in Feature Gates page. (#18113) 2019-12-16 05:59:37 -08:00
irvifa 39fe327423 Change kluster to klaster mentioned in https://github.com/jk8s/sig-docs-id/issues/20 (#18130) 2019-12-16 05:11:37 -08:00
Gede Wahyu Adi Pramana a7f6a78d55 id: fix typos on pod page (#18159) 2019-12-15 23:19:36 -08:00
June Yi ac7916afbc Remove /cve aliases in Ko docs (#18143) 2019-12-14 23:15:37 -08:00
Art 0991a12e46 Updating links and product name for JA language files for IBM Cloud (#18104)
* Updating links
* Update deprecated product name `Bluemix`
* Treating separately as follow up to #18083
2019-12-14 19:09:37 -08:00
Christoph Blecker 6f24c7e186 Remove /security/ alias for ko translation (#18132) 2019-12-14 13:17:36 -08:00
Yudi A Phanama 7011366d73 Add Indonesian Translation for CSI Volume Cloning page (#17886) 2019-12-14 09:33:36 -08:00
Javi Sabalete 0347cf0702 Add content/es/docs/reference/glossary/container-runtime.md (#17175) 2019-12-13 08:43:27 -08:00
Sascha Grunert 39c9d22986 Update release notes to v1.17.0 (#18120)
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-13 07:16:55 -08:00
Carlos Almeida ba151d1815 Add content/es/docs/concepts/workloads/pods/ephemeral-containers.md (#17195)
* added ephemeral-containers.md page

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Rael Garcia <rael@rael.io>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Rael Garcia <rael@rael.io>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Rael Garcia <rael@rael.io>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Rael Garcia <rael@rael.io>

* Update content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Co-Authored-By: Rael Garcia <rael@rael.io>
2019-12-13 04:44:55 -08:00
vishakha ef60d90397 enh: Adding a caution for external tool (#18002)
* Adding a caution for external tool

* Update content/en/docs/tasks/inject-data-application/distribute-credentials-secure.md

Co-Authored-By: Zach Corleissen <zacharysarah@users.noreply.github.com>
2019-12-13 02:48:56 -08:00
Yudi A Phanama 9a9668949e Add Indonesian translation for Pod Priority and Preemption (#17992) 2019-12-12 23:36:54 -08:00
Gede Wahyu Adi Pramana ff21597840 Translate Service Catalog to ID Localization (#17990) 2019-12-12 23:02:54 -08:00
hartomo1 f830c312e6 Test change (#17359) 2019-12-12 22:56:54 -08:00
Art 0fa9802de4 Updating links for KO language files for IBM Cloud (#18107)
* Updating links
* Treating separately as follow up to #18083
2019-12-12 19:30:55 -08:00
Nguyen Hai Truong a1f009efef Homepage Kubernetes documentation in Vietnamese (#18101)
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
2019-12-12 18:24:54 -08:00
Art 98b41139c7 Fixing names and links for EN files for IBM Cloud Kubernetes Service (#18083)
* Updating IBM Cloud links and names

* Removing updates to blogs because it is separate

* Remove updates to other languages

* Fix language differences
2019-12-12 13:44:32 -08:00
Wang Bing 05899ff210 Fix endpointslices link (#18093) 2019-12-12 08:12:32 -08:00
David McKay f61ffe8a44 Fix Minor Content Changes from Source Doc (#18056)
* Fix Minor Content Changes from Source Doc

* Update content/en/blog/_posts/2019-12-09-csi-volume-migration-beta.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Grammatical Fix

* Fix Indentation

* Fix Indentation

* Fix Indentation
2019-12-12 08:04:34 -08:00
tiendc a6c28f7c3f Adds doc/vi for tutorial/basics/deploy-app (#17861)
Signed-off-by: Dao Cong Tien <tiendc@vn.fujitsu.com>
2019-12-11 18:38:33 -08:00
Nguyen Hai Truong dad9e1a835 Adding container-lifecycle-hooks in Vietnamese (#18013)
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
2019-12-10 22:46:05 -08:00
vishakha 11f7eff295 Fix: 404 for haskell client (#17988)
* Fix: 404 for haskell client

* Rem: Protocol from the URL
2019-12-10 10:23:29 -08:00
chentanjun c703428a3b correct invalid urls (#18021) 2019-12-10 07:05:30 -08:00
Kaitlyn Barnard 5733771d62 Updating times on release blog posts (#18039)
* Updating times on blog posts

* Updating time
2019-12-09 18:19:29 -08:00
huccshen 1131f8603e fix some broken lins (#18005) 2019-12-09 18:05:29 -08:00
Tim Bannister cf5b8b200c Manually fix up home folder path in generated docs (#18037) 2019-12-09 16:47:30 -08:00
Damini Satya 75de70a431 Reference Documentation for Kubernetes Components and Tools for 1.17 (#18010)
* Reference Documentation for Kubernetes Components and Tools

* Update kube-apiserver.md

* Update kubectl.md
2019-12-09 16:31:31 -08:00
Damini Satya dff2f7b960 Official 1.17 Release Docs (#18011)
* feat: graduate TaintNodesByCondition to GA (#17073)

* Promote StartupProbe to beta (enabled by default). (#17164)

* Watch bookmarks to GA (#17026)

* feat: graduate ScheduleDaemonSetPods to GA (#17350)

* Update Docker installation instructions (#17405)

* Use exact version numbers for installing Docker in Ubuntu (#17428)

* Move CSIMigration and CSIMigrationGCE to Beta in Kubernetes v1.17 (#17478)

* Promote NodeLease feature to GA (#17189)

* Update docs for csi topology ga (#17408)

* Update RunAsUsername to beta (#17460)

* doc:Update RunAsUsername to beta

* doc: update samples - kubernetes.io/os is no longer beta

* Updating based on review feedback

* Promote Node-specific volume limits to GA (#17432)

* Promote PodShareProcessNamespace to stable (#17192)

* Promote PodShareProcessNamespace to stable

* Add for_k8s_version to feature-state label

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Readd version-check to shareProcessNamespace task

* Update service load balancer finalizer doc for GA (#17438)

* Update Topology Manager docs (#17451)

* Added information on how device plugins can take advantage
of Topology Manager
* Updated the Topology Manager documentation to include additionalinformation and update some out of date sections

* Fix broken Topology Manager link (#17746)

Part of What's Next Device Plugin section

* Update CRD defaulting docs for GA (#17450)

* Add documentation for VolumeSnapshot Beta (#17233)

* Updating EndpointSlice documentation for beta release in 1.17 (#17411)

* (docs/dualstack): v1.17 updates (#17457)

* Add placehold doc updates for dualstack in 1.17

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* Add Downward API and /etc/hosts Pod IP validation

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* remove addressed known issue via k/k pr 85246

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* Remove known issue and add flag as part of k/k 79993

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* remove follow up placeholders

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* Update verbiage

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* Make IP addressing consistent throughout the task

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* Update to status.podIPs

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* Update content/en/docs/tasks/network/validate-dual-stack.md

Use set instead of env

Co-Authored-By: Khaled Henidak (Kal) <khnidk@outlook.com>

* add topology.kubernetes.io/zone, topology.kubernetes.io/region and node.kubernetes.io/instance-type labels to docs (#17498)

Signed-off-by: Andrew Sy Kim <kiman@vmware.com>

* Service topology alpha documentation (#17459)

* Update list of feature flags for in-tree plugins migrated to CSI (#17533)

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Update Node concept for TaintNodesByCondition going GA (#17577)

* feat: graduate ResourceQuotaScopeSelectors to GA in 1.17 (#17554)

* kubeadm: update the upgrade documentation for 1.17 (#17587)

* doc: Simplify Windows deployments with RuntimeClass (#16697)

* doc: Simplify Windows deployments with RuntimeClass

* Updating on review feedback

* doc: Adding windows-build label from enhancement 1301

* update doc for kubelet option --reserved-cpus (#17648)

* feat: update TaintNodesByCondition in feature gates table (#17377)

* Update docs for v1 resource quota configuration (#17547)

* AdmissionConfiguration v1 (#17548)

* Update WebhookAdmissionConfiguration examples (#17549)

* Update AWS EBS Migration Feature state (#16126)

* Add resource version section to api-concepts documentation (#16910)

* Add Resource Version semantics section to api concepts

* Clarify risks of going back in time, add details about compaction and watch cache sizes

* Apply suggestions from liggitt

Co-Authored-By: Jordan Liggitt <jordan@liggitt.net>

* remove pesudocode, apply feedback

* Fix typo

* Clarify equality rules

* Cleanup kubectl generators docs (#17609)

* Write ReplicationController without a space

* Drop mentioning unsupported cluster versions

* Fix capitalization for “API group”

* Tweak wording

* Avoid using deprecated generator in example

* add Antrea description in dev-1.17 (#17919)

* Promote VolumeSubpathEnvExpansion to GA

* Reference Documentation for the Kubernetes API for 1.17 (#18019)

* Update feature-gates.md (#18033)

* Reference Documentation for kubectl Commands for 1.17 (#18017)

* Update for v1.17 (#18034)

* Update config.toml(release-1.17) for 1.17 (#18031)
2019-12-09 16:11:29 -08:00
David McKay cf925bb688 Fix Release Feature Links (#18036) 2019-12-09 15:49:29 -08:00
David McKay ffd1363c0e Publish release 1.17 article (#18035) 2019-12-09 15:20:39 -08:00
David McKay 87a2cafb20 Add v1.17 Release Blog (#18030)
* feature: v1.17 release blog

* Updated to match style guide

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Updated to match style guide

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Add link to 1.17 webinar

* Stop using H1
2019-12-09 14:14:03 -08:00
David McKay ffe259d6f2 Add blog post about SIG Storage new features for v1.17 (#18018)
* feature: v1.17 release features

* Update in accordance with style guide

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* feature: v1.17 release features

* Update to reflect styleguide

* Update to reflect style guide

* Fix Code Examples

* Make "Create Volume From Snapshot" a heading

Signed-off-by: Karen Chu <karen.chu@microsoft.com>

* Remove TODO
2019-12-09 14:12:03 -08:00
Tim Bannister f2a5b3cefa Clean up «Installer Kubernetes avec Minikube» (#17945)
* Fix whitespace nits

* Fix untranslated command sample

* Tweak wording
2019-12-09 13:12:02 -08:00
Loc Mai 31db0b6a9c Docs ref glossary (#17868)
* init cloud controller doc

* solve 349928135

* update r349928835

* update r349929569

* update r349930047

* update r321969236

* trans to hostname

* update based on reviews from truonghn1992

* fix several typo issues, add tooltips, replace some words back to the original terms

* init taint doc

* fix header Vendor Implementations

* fix directory name

* temporary remove term_id of node and toleration

* solve r350014277

* fix title

* update glossaris: cri,deployment,docker,kube-proxy,kubelet, label, node, pod, selector, service

* add container, rename label to match the label id

* fix typo

* fix a few typo and update based on r324616216

* update dependencies
term

* changed based on review 326584572

* fix typo
2019-12-08 19:49:10 -08:00
LiuDui c962bfe31d
ZH-trans: update automated-tasks-with-cron-jobs.md
fix title format  error
2019-12-08 20:06:07 +08:00
Roy Lenferink 9ef6d2482e Updated formatting for Italian what-is-kubernetes page (#17797) 2019-12-07 05:51:09 -08:00
Yasen Simeonov 8da5007763 add Antrea description (#17917)
* add Antrea description

* Reorder Antrea
2019-12-06 15:07:53 -08:00
craigbox 7cdf68f95a minor fixes (#17973)
Change "release manager" to "release team lead" to correct terminology; update date to today
2019-12-06 12:12:50 -08:00
Samuel Kihahu 767f9fb0c0 en-docs: Add kubectl Installation Via Homebrew (#17928) 2019-12-06 07:34:51 -08:00
Daniel Helfand 12dadf46ee confirm installation instructions for minikube (#17479) 2019-12-06 07:06:50 -08:00
Aresforchina 5b27a99c6c fixup 404 urls (#17954) 2019-12-06 03:26:49 -08:00
Aresforchina 42106280a4 fix-up 404 urls (#17955) 2019-12-06 03:24:50 -08:00
Manish Bansal 93e241a001 Document correction for PDB (#17573)
* Document correction for PDB

The word "may" should be replaced with "will". I do not see any reason for the ambiguity here.

* Updated as per review comments

* Updated as per review comments
2019-12-06 03:18:50 -08:00
June Yi cb559f13c2 Sixth Korean l10n work for release-1.16 (#17962)
* Update _index.md (#17762)
* Update apparmor.md (#17767)
* Update hello-minikube.md (#17771)
* Update guestbook.md (#17773)
* Update localization_ko.md (#17777)
* Fix grammatical errors (#17776)
* Translate /docs/reference/issues-security/security.md in Korea (#17763)
* Create issues.md (#17765)
* Update basic-stateful-set.md (#17774)
* Fixed typo ko/docs/concepts/overview/components.md (#17778)
* Modify typo. (#17802)
* Update cloud-controller.md (#17760)
* Update file outdated korean docs in dev-1.16-ko.6. (#17772)
* Translate concepts/services-networking/ingress-controller in Korean (#17858)
* Update ingress-controller.md
* Translate services-networking/ingress.md in Korean. (#17807)
* Fix grammatical errors (#17775)
* Translate docs/contribute/style/write-new-topic.md in Korean (#17758)

Co-Authored-By: const-k <kss07120@gmail.com>
Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com>
Co-Authored-By: power8993 <37264128+power8993@users.noreply.github.com>
Co-Authored-By: reung37 <49059415+reung37@users.noreply.github.com>
Co-Authored-By: Chihoon-Sung <55041611+Chihoon-Sung@users.noreply.github.com>
Co-Authored-By: Claudia J.Kang <claudiajkang@gmail.com>
Co-Authored-By: Seokho Son <shsongist@gmail.com>
2019-12-05 22:12:49 -08:00
Satyajit Das cc79282861 Broken link fixed (#17961)
* Broken link fixed

* Better wording

Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-12-05 20:38:49 -08:00
Zach Corleissen bb45a9818d Revert breaking commits (#17967)
* Revert "Remove dead links to old getting started guides (#17889)"

This reverts commit d6285eaac4.

* Revert "Fix a command in kubectl cheatsheet (#17888)"

This reverts commit e03f4b258c.
2019-12-05 15:22:49 -08:00
craigbox 79f7a0a078 Release interview blog post for 1.16 (#17963)
* Release interview blog post for 1.16

Part 3, after

* https://kubernetes.io/blog/2018/07/16/how-the-sausage-is-made-the-kubernetes-1.11-release-interview-from-the-kubernetes-podcast/
* https://kubernetes.io/blog/2019/05/13/cat-shirts-and-groundhog-day-the-kubernetes-1.14-release-interview/

* Update 2019-12-05-kubernetes-1-16-release-interview.md

Copy editing
2019-12-05 08:44:32 -08:00
Abhay c26806c69e Updated kubeone URL (#17766) 2019-12-04 22:10:32 -08:00
Irvi Aini 80e5ceb0d1 Add job running into completion in ID Localization. (#16705) 2019-12-04 20:40:31 -08:00
Irvi Aini ac1b7eee8e Initialize Common Label for ID Localization. (#16706) 2019-12-04 20:38:32 -08:00
Irvi Aini 060cbcd0fb Add statefulsets for ID localization. (#16700) 2019-12-04 20:36:31 -08:00
Irvi Aini 6450802fef Initialize DNS Pod Service for ID Localization. (#16707)
Co-Authored-By: Giri Kuncoro <girikuncoro@users.noreply.github.com>
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-12-04 20:00:32 -08:00
prameshj 342958a0a2 Update the cluster create and disable commands (#17947) 2019-12-04 18:14:32 -08:00
Rémy Léone 60a4e48380 Translate Minikube environment to French (#17939) 2019-12-04 05:54:57 -08:00
Aresforchina 88c871eb07 fix-up 404 urls (#17941)
* fix-up 404 urls

* Revert "fix-up 404 urls"

This reverts commit 4515c4d38b.

* fix-ip 404 urls

* fix-up 404 urls

* fix-up 404 urls

Revert "fix-up 404 urls"

This reverts commit 4515c4d38b.

fix-ip 404 urls

fix-up 404 urls

* fix-up 404 urls
2019-12-04 05:52:57 -08:00
Matt Simons db93c49e7d correct diagram label (#17942) 2019-12-04 05:50:57 -08:00
Marc Bihlmaier b3ac0d1124 Update guaranteed-scheduling-critical-addon-pods.md (#17151)
* Update guaranteed-scheduling-critical-addon-pods.md

cleanup old stuff again

* Update content/en/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update guaranteed-scheduling-critical-addon-pods.md

remove whitespace
2019-12-04 01:36:57 -08:00
Aresforchina 7d26c045c2 fix-up 404 urls (#17936)
* fix-up 404 urls

* Revert "fix-up 404 urls"

This reverts commit 4515c4d38b.

* fix-ip 404 urls

* fix-up 404 urls
2019-12-04 00:30:57 -08:00
Tunde Olu-Isa 68194ab374 specify components requiring feature gate (#17922)
* specify components requiring feature gate 

currently, TTLafterfinished feature gate is a flag that can be passed to kube-apiserver, kube-scheduler and kube-controller-manager. The current description doesn't state what components to pass the flag to.

* specify components requiring feature gate
2019-12-03 17:34:57 -08:00
mhamdi semah bf92b9febd add cidr to glossary (#17550)
* add CIDR

* modify cidr definition

* Update content/en/docs/reference/glossary/cidr.md

Co-Authored-By: Chris <6834943+christophercarney@users.noreply.github.com>

* Update content/en/docs/reference/glossary/cidr.md

Co-Authored-By: Chris <6834943+christophercarney@users.noreply.github.com>
2019-12-03 06:16:57 -08:00
Matt McNaughton 832371281d Add missing `systemctl` step for running `cri-o` (#17926)
After installing `cri-o`, we must run `systemctl daemon-reload` before
trying to run `systemctl start crio`. Otherwise, `systemd` doesn't know
about the crio configuration.

Similar instructions already exist for installing docker - this diff
adds these instructions for crio.
2019-12-03 06:00:57 -08:00
Sameer Vohra 29ca5ea07b Update kube-scheduler.md (#17283)
Fix grammar typo
2019-12-03 03:50:57 -08:00
Chris Abraham 7c61b6f059 updated 3 logos on case studies page (#17628) 2019-12-03 03:06:57 -08:00
zhouya0 f257d1fcba fix path not consistent (#17923) 2019-12-03 01:16:57 -08:00
Zach Corleissen 759e546bd9 Update KubeCon buttons for Shanghai (#17916) 2019-12-02 20:20:57 -08:00
Rafael Franzke 7b14a06369 Blog post: Gardener Project Update (#17516)
* Add Gardener Project Update blog post

* Update and rename 2019-11-10-gardener-project-update.md to 2019-11-27-gardener-project-update.md

* Update and rename 2019-11-27-gardener-project-update.md to 2019-12-02-gardener-project-update.md
2019-12-02 09:33:05 -08:00
Samuel Kihahu 80c338ff52 en-fr: Append Note To Alternative Linux Install (#17827) 2019-12-02 07:41:05 -08:00
umiblue 3079e9b00f Update an out-of-date link (#17907)
Signed-off-by: umiblue <lentil1016@163.com>
2019-12-02 05:49:05 -08:00
Kohei Toyoda 555c0b878b fix output example in automated-tasks-with-cron-jobs.md (#17906) 2019-12-02 02:27:04 -08:00
Karen Bradshaw 249f88c64e update style guide for styling component names (#17588)
* update style guide for styling component names

- Attempt to outline style conventions for components
  and component tools
- Interested in comments and feedback

* update style examples

* style edits

- removed code style for components not cmd tools
- added style suggestion for namespaces
- cleaned up a few stray spaces
2019-12-02 02:21:04 -08:00
Ronak Banka 7527f83b36 Fix broken link to AWS provider settings source (#17899) 2019-12-02 00:27:04 -08:00
Zhang Yong c73493d000 fix 404 urls in kustomization.md (#17793)
* Update kustomization.md

fix 404 urls in kustomization.md

* Update content/en/docs/tasks/manage-kubernetes-objects/kustomization.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* update kustomization.md to be more stable
2019-12-02 00:25:04 -08:00
makocchi 2b23087c8d Fix a dead link (#17900) 2019-12-02 00:23:04 -08:00
bogard1203 5c87fecbf2 Deleted duplicate sentence and corrected typo (#17902)
* Corrected the typo of 'chck' with 'check'

* Removed the duplicate sentence
2019-12-02 00:09:04 -08:00
Kohei Toyoda 8a4f05dbc6 update exmaple for job (#17903) 2019-12-02 00:07:04 -08:00
huccshen 3ba765cbeb fix some broken links (#17897) 2019-12-01 20:01:04 -08:00
Jonathan Hall 8fc9b513ec Spelling correction (#17895) 2019-12-01 16:49:04 -08:00
Luzhenxing 62b6fe2280 Change PowerShell example to use the -Raw flag (#17645) 2019-12-01 06:03:03 -08:00
Qiming d6285eaac4 Remove dead links to old getting started guides (#17889)
Close: #17859
2019-11-30 21:25:03 -08:00
Qiming e03f4b258c Fix a command in kubectl cheatsheet (#17888)
Closes: #17883
2019-11-30 21:23:03 -08:00
Qiming 7f7829fceb Fix the format of prerequisites section (#17892)
for: #17652
2019-11-30 21:21:03 -08:00
Qiming 9270ebfa5a Tweak StatefulSet concept page for YAML rendering (#17891)
for: #17792
2019-11-30 21:17:04 -08:00
Jason Hall 459fe87540 Remove readOnly:false from Downward API volume examples (#17661)
Downward API volumes are not writeable, even if readOnly:true is set, so
including this in the example is potentially confusing for users.
2019-11-30 18:49:03 -08:00
Hongcai Ren d66a1be13f Correct RegisterCloudProvider link (#17873) 2019-11-30 03:45:03 -08:00
Sharjeel Aziz aeb3cce703 Update commands/command output to reflect current versions. (#17877)
* Minor heading update according to the guideline

Fixed title of the document to use title case as described in the community guidelines.

* Capitalization fixes.

* Update commands/command output to reflect the current version
2019-11-30 03:43:03 -08:00
Kohei Yoshida 036d03ce18 Tasks/Configure DNS for a Cluster: add some descriptions about CoreDNS (#17879)
* add some descriptions about CoreDNS

* Update configure-dns-cluster.md
2019-11-30 00:59:03 -08:00
yunxji f11ffddab6 Updata_service.md (#17834)
* Modify document format.

* Update cloud-controller.md

Add content about Tencent cloud providers.

* Update cloud-providers.md

Add content about Tencent cloud providers.

* Update service.md

Added some TKE Service annotations

* Update service.md

Content optimization based on reviewers' recommendations.

* Update service.md

* Update service.md

Optimize the content of Line 902-903.

* Update service.md
2019-11-29 18:45:03 -08:00
makocchi f471f68b99 Add TopologyManager description (#17867) 2019-11-29 06:59:05 -08:00
Tim Bannister 7758da34d2 Reword glossary entry (#17429) 2019-11-29 05:07:03 -08:00
Vageesha17 a02dc2d616 solved for issue #17853 (#17872)
* solved for issue #17853

* updated file as per the suggestion
2019-11-29 04:51:03 -08:00
Vageesha17 5822f8a0ed fixed broken link for issue #17859 (#17871) 2019-11-29 04:49:03 -08:00
Nguyen Quang Huy 1f37d9261f Task tools document in Vietnamese (#17854)
Adding index file
Adding install-minikube document

Signed-off-by: Nguyen Quang Huy <huynguyennovem@gmail.com>
2019-11-29 01:43:04 -08:00
vanou 070ba6c846 Fix misspell of type of Pod condition at init container explanation (id) (#17414)
In explanation of init container, doc says 'Initializing' pod
condition. However according to doc of pod condition[1], it should be
'Initialized'.

This commit fixes this misspell of Indonesian doc.
This misspell is verified by PR #17329 which fixes English doc.

[1]
https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-conditions
2019-11-28 17:31:02 -08:00
huccshen dd24ef71ba fix some broken links (#17857) 2019-11-28 16:45:03 -08:00
Marian Steinbach d1363e5827 Update Giant Swarm website URL (#17838) 2019-11-27 21:19:03 -08:00
bogard1203 68e836b267 Fixed the incorrect parameter of specifying the CRI endpoint for kubelet and corrected Default CNs (#17839)
* Fixed the incorrect parameter of specifying the CRI endpoint for kubelet

Corrected the parameter of '--container-runtime-path-endpoint' with '--container-runtime-endpoint'

* Corrected Default CNs

Fixed the incorrect Default CNs for apiserver-etcd-client.crt and apiserver-kubelet-client.crt
2019-11-27 21:17:03 -08:00
huccshen def4eade2f fix some broken links (#17851) 2019-11-27 21:05:03 -08:00
Nguyen Hai Truong ad8134451b Adding vi-container-environment-variables (#17825)
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
2019-11-27 18:13:03 -08:00
Samuel Kihahu b364ad92b3 en-docs: Minikube Installation via Homebrew (#17826)
* en-docs: Add Minikube Installation Via Homebrew

* Update install-minikube.md
2019-11-27 00:11:21 -08:00
Quan Tian 09faf47be7 kubectl config should be linked to its anchor (#17828) 2019-11-26 21:25:21 -08:00
Loc Mai 81b9419d4b Fix typo in CCM's title (#17823)
* init cloud controller doc

* solve 349928135

* update r349928835

* update r349929569

* update r349930047

* update r321969236

* trans to hostname

* update based on reviews from truonghn1992

* fix several typo issues, add tooltips, replace some words back to the original terms

* init taint doc

* fix header Vendor Implementations

* fix directory name

* temporary remove term_id of node and toleration

* solve r350014277

* fix title
2019-11-26 20:03:20 -08:00
Nguyen Hai Truong d2d8e16173 Initial containers document in Vietnamese (#17822)
Adding index

Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
2019-11-26 19:47:20 -08:00
Loc Mai 5b25034652 init cloud controller doc (#17785)
* init cloud controller doc

* solve 349928135

* update r349928835

* update r349929569

* update r349930047

* update r321969236

* trans to hostname

* update based on reviews from truonghn1992

* fix several typo issues, add tooltips, replace some words back to the original terms

* init taint doc

* fix header Vendor Implementations

* fix directory name

* temporary remove term_id of node and toleration

* solve r350014277
2019-11-26 18:33:20 -08:00
huccshen 62590d05fc fix broken links : http://kubernetes.io/gettingstarted/ (#17756)
* fix broken links : http://kubernetes.io/gettingstarted/

* use relative paths

Co-Authored-By: Qiming <tengqim@cn.ibm.com>

* use relative paths

Co-Authored-By: Qiming <tengqim@cn.ibm.com>

* use relative paths

Co-Authored-By: Qiming <tengqim@cn.ibm.com>
2019-11-26 17:05:20 -08:00
Ihor Dvoretskyi b4617988ad 2019-08-26-kubernetes-with-microk8s.md added (#16122)
* 2019-09-02-kubernetes-with-microk8s.md added

Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>

* Comments addressed

Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>

* Screenshots updated

Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>

* publication date changed

Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>

* files naming updated to reflect the date

Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>

* Comments addressed

Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>

* Minor fixes

Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>

* Publication date updated
2019-11-26 17:03:20 -08:00
zhouya0 9ba54f5da6 fix secret not working (#17810) 2019-11-26 16:45:21 -08:00
Marcelo Juchem ed0483f175 Add Flowmill agent to examples of DaemonSets (#17818)
Adds the Flowmill monitoring agent as an example of DaemonSet, with link to public helm charts that can be used as reference documentation.
2019-11-26 16:43:21 -08:00
krufab 3470c61771 Corrected typo in the text file (#17819) 2019-11-26 16:41:20 -08:00
Kaitlyn Barnard f9a08761ee Updating date for blog post (#17816) 2019-11-26 11:55:28 -08:00
Benjamin Diolez 69c5c7945e Fix homepage titles 🇫🇷 translation (#17811) 2019-11-26 11:53:21 -08:00
RA489 c3536e120d How to upgrade minikube (#17813) 2019-11-26 03:29:10 -08:00
Tomasz Prus 538cf362e2 Add kubernetes-asyncio library (#17812) 2019-11-26 03:27:10 -08:00
Samuel Kihahu a5a39ae8b1 fr-docs: Update kops Installation Steps (#17805) 2019-11-26 01:27:09 -08:00
Tim Bannister 1a45e5cc4d Reword “Extend kubectl with plugins” (#17005)
* Tweak kubectl plugins page

- drop text about kubectl plugin beta status etc
- fix output formatted as shell
- address the reader as “you”
- other tweaks

* Update links & details for Krew

* Update kubectl-plugins.md
2019-11-25 22:23:10 -08:00
j-zimnowoda 8d15eaa3b6 Update debug-application.md (#17066)
A Service has targetPort to indicated Pod's containerPort (service.spec.ports.targetPort)
2019-11-25 21:31:10 -08:00
praveen-kg e26dd31892 incorrect command for sort-by operation on pod (#17032)
* incorrect command for sort-by

kubectl get pods -n test --sort-by=.spec.capacity.storage, is incorrect for pod as pods will not have capacity.storage under .spec, rather it should be for PersistentVolume.

So change the command  

kubectl get pv -n test --sort-by=.spec.capacity.storage

* Update cheatsheet.md
2019-11-25 21:29:10 -08:00
Tim Bannister 6551689040 Clean up configure-persistent-volume-storage task (#16907) 2019-11-25 21:21:10 -08:00
Min Kim 3fa00be466 add blog: java controller framework (#16135) 2019-11-25 21:03:09 -08:00
Kohei Yoshida 1efdef54c9 add EKS cluster upgrading section (#17800) 2019-11-25 20:51:10 -08:00
reung37 55935dd501 Update 2019-04-04-local-persistent-volumes-ga.md (#17753) 2019-11-25 20:49:10 -08:00
reung37 6a579987eb Update etcd.md (#17751) 2019-11-25 20:47:10 -08:00
Tanveer Alam b145af7d48 Reference link added for Flex and CSI volume (#17735)
* Refernce link added for Flex and CSI volume

Added reference link of Flex and CSI volume under `Components of the CCM` section.

* Update content/en/docs/concepts/architecture/cloud-controller.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-11-25 20:45:10 -08:00
Wook-Jin, Lee f92dfa1cb8 Fixed the link (#17731) 2019-11-25 20:43:09 -08:00
Sharjeel Aziz 49ca117430 Minor heading update according to the guideline (#17747)
* Minor heading update according to the guideline

Fixed title of the document to use title case as described in the community guidelines.

* Capitalization fixes.
2019-11-25 20:41:10 -08:00
bpelikan b2a6268c5a Update kubectl get hpa output (#17780) 2019-11-25 20:39:10 -08:00
Paul Anunda dd30366605 Removed duplicate link (#17799)
This change removes a duplicate link to the setup/best-practices/certificates page.
2019-11-25 20:37:10 -08:00
Lv Jiawei 07b622c6bb Add stateful set which hpa has supported (#17806)
As https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/ and https://github.com/kubernetes/website/pull/16425 say, the hpa has already supported stateful set.
2019-11-25 20:33:10 -08:00
xieyanker b2c3d2c630 translate_networkpolicy (#17733)
Translate English sentences into Chinese
2019-11-25 07:45:27 -08:00
Samuel Kihahu 7fe525ce45 Update kops Installation Steps (#17726)
* Document downloading the latest or a specific kops version

Add links to Install Homebrew On MacOS, Linux

* Update kops.md
2019-11-25 07:43:06 -08:00
Michele 8fabe471ee rebase (#15349) 2019-11-25 07:41:09 -08:00
Pablo Castellano efab8c6166 Use feature-state template (#17787)
* Use feature-state template

* Update certificate-rotation.md
2019-11-25 21:05:21 +08:00
Pablo Castellano fc3f1420ac Update repo url (#17788)
service-catalog is not part of kubernetes-incubator anymore
2019-11-25 21:04:19 +08:00
Oleg Butuzov ef00b57e7b ja-docs: fixes for broken links. (#17781)
1. Fixed markdown error that endup as 404 error at the URL
    https://kubernetes.io/ja/docs/reference/command-line-tools-reference/feature-gates/
    See - CSI(Container Storage Interface) link.

2. Minikube links at
    - content/ja/docs/tasks/tools/install-minikube.md
    - content/ja/includes/task-tutorial-prereqs.md

3. Link to CRI page at
   content/ja/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

4. Windows Nodes link at

   https://kubernetes.io/ja/docs/setup/production-environment/windows/user-guide-windows-containers/
2019-11-23 08:39:50 -08:00
June Yi 4a1fc7f34e Fifth Korean l10n work for release-1.16 (#17745)
* Update files outdated Korean docs in dev-1.16-ko.5 (#17537)
* Update Korean glossary (#17619)
* Translate services-networking/endpoint-slices.md in Korean (#17631)

Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com>
Co-Authored-By: June Yi <gochist@gmail.com>
Co-Authored-By: Wook-Jin, Lee <minjin00@gmail.com>
Co-Authored-By: Seokho Son <shsongist@gmail.com>
2019-11-22 15:53:16 -08:00
Enrique Medina Montenegro 0e54ed2d37 Spanish Translation (#14150) 2019-11-22 07:57:29 -08:00
tiendc 1127153752 Adding vi document for create-cluster (#17715)
* Adding vi document for create-cluster

Signed-off-by: Dao Cong Tien <tiendc@vn.fujitsu.com>

* Update cluster-intro.html

* Update cluster-intro.html

* Update cluster-intro.html
2019-11-21 23:39:28 -08:00
chentanjun 30af2b150e fix 404 urls in ko due to https://github.com/kubernetes/website/pull/17668/ (#17709) 2019-11-21 18:11:29 -08:00
nonylene bd50474a84 Fix invalid command (kubectl rolling-update) (#17607)
`kubectl rolling-update` is the right command.

Doc: https://kubernetes.io/docs/tasks/run-application/rolling-update-replication-controller/
2019-11-21 13:43:29 -08:00
Chris d64b052a54 Add caution to behavior of --from-env-file (#17585)
* Add caution to behavior of --from-env-file

* Reword warning to fix grammar
2019-11-21 13:41:29 -08:00
Simon Woo 085ef61502 Correct name of link to PersistentVolume (#17589) 2019-11-21 13:39:29 -08:00
Jim Angel c498580523 adding in search link (#17640) 2019-11-21 13:37:29 -08:00
codyc 8d9aeb2ba4 updated to include new link (#17727)
updated to reflect correct link
2019-11-21 13:33:29 -08:00
Tanveer Alam 6ee68467a7 Added Open Service Broker reference link (#17721)
`https://openservicebrokerapi.org/` contains information such as `what are service brokers?`, how they work, building services for Kubernetes using `Open Service Broker API` etc.
2019-11-21 12:21:29 -08:00
Pablo Castellano b2a9043df6 Fix typos in Limit Ranges (#17665) 2019-11-21 04:15:28 -08:00
Vlad Sirenko 19e3a42b93 Fix typo (#17662) 2019-11-21 04:13:29 -08:00
chentanjun cfd7793924 fix 404 urls in content/en/blog/ (#17682) 2019-11-21 04:11:29 -08:00
RA489 dc5c882570 Issue with k8s.io/docs/setup/learning-environment/minikube/ (#17689) 2019-11-21 04:07:28 -08:00
Alena Varkockova 15b4194727 Fix typo in the word annotation (#17716) 2019-11-21 04:05:28 -08:00
MinJae Kwon 7cd58d2575 Fix a typo (#17673) 2019-11-21 03:49:28 -08:00
Luzhenxing fb36e557c9 fix 17690 (#17704) 2019-11-21 02:15:28 -08:00
tde908 3398b6f69d chore(kubectl): Formatting markdown (#17697)
Amending the formatting of the MD as ```shell was showing up in plain text. Zsh options: "https://kubernetes.io/docs/tasks/tools/install-kubectl/#enabling-shell-autocompletion"
2019-11-21 02:13:28 -08:00
Tanveer Alam 9f8d00f37e Removed Object Metadata from Concepts Overview. (#17691)
`Object Metadata` section is misleading, as the Concept's overview is covering what master and non-master nodes are and list of objects. But there is no discussion on `Object Metadata` till the end and all of sudden there is Object Metadata section with no background introduction or definition, and just a reference to `Annotations` which is confusing if you read the content from the beginning. So it would be better to remove this as it is covered later here `https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/`.
2019-11-21 02:11:28 -08:00
Pablo Castellano ace8401e2d Fix typos in Kube Scheduler (#17667) 2019-11-21 02:09:28 -08:00
Samuel Kihahu 9afc68d402 Update kops Linux Setup Step (#17696)
Moving the downloaded kops binary in Linux to the path /usr/local/bin/kops requires privileged permissions.
2019-11-21 02:07:28 -08:00