25187 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 1f433637fe Merge pull request #24720 from tengqm/fix-smoke-test
Fix smoke test doc
2020-10-26 05:37:02 -07:00
Kubernetes Prow Robot ee9e7e291d Merge pull request #24714 from zacharysarah/kcvirtualna
Add temporary banner for KCCNC NA 2020 virtual
2020-10-26 02:01:02 -07:00
Qiming Teng 79e2df20b0 Fix smoke test doc 2020-10-26 16:50:29 +08:00
Kubernetes Prow Robot 1b420ffd0f Merge pull request #24715 from WangXiangUSTC/patch-1
minor fixc pod-security-policy.md
2020-10-25 20:55:01 -07:00
Kubernetes Prow Robot 24ecb9df2d Merge pull request #24707 from howieyuen/zh-gce
[zh] translate docs/setup/production-environment/turnkey/gce.md
2020-10-25 20:53:01 -07:00
WangXiangUSTC 1f40f941c8 Update pod-security-policy.md 2020-10-26 11:33:42 +08:00
yuanhao eebd0d7cb8 [zh] translate docs/setup/production-environment/turnkey/gce.md 2020-10-26 10:59:11 +08:00
Zach Corleissen fbe9a593a0 Update en.toml 2020-10-25 14:55:56 -07:00
zacharysarah 59510913ab Add temporary banner for KCCNC NA 2020 virtual 2020-10-25 14:42:05 -07:00
Kubernetes Prow Robot b28083e601 Merge pull request #24700 from tengqm/improve-lsync
Improve the lsync script
2020-10-25 06:47:00 -07:00
Kubernetes Prow Robot fe005183f0 Merge pull request #24685 from mbelsky/mbelsky-patch-1
Reduce steps count to list the env vars
2020-10-25 04:21:00 -07:00
ramnar 177fb0d6f2 implementing review comments
implementing review comments
2020-10-25 16:05:29 +05:30
Kubernetes Prow Robot 58bcaffc84 Merge pull request #24699 from r0bj/fix_KubeSchedulerConfiguration
fix KubeSchedulerConfiguration syntax
2020-10-25 01:53:01 -07:00
Kubernetes Prow Robot c23f31bcec Merge pull request #24245 from tengqm/zh-style-guide
[zh] Add style guide for Chinese localization
2020-10-24 18:05:01 -07:00
Kubernetes Prow Robot b43db91ca0 Merge pull request #24662 from zhiguo-lu/zh-translate-tutorial-guestbook-logs-metrics-with-elk
[zh] translate tutorial guestbook-logs-metrics-with-elk
2020-10-24 18:03:00 -07:00
Kubernetes Prow Robot 69d74936ce Merge pull request #24705 from kangni/patch-1
Update cluster-intro.html
2020-10-24 06:47:01 -07:00
Quentin Bourgeois ddb1f759ee Merge branch 'dev-1.19-fr.1' of bobsaintcool.github.com:bobsaintcool/website into dev-1.19-fr.1 2020-10-24 13:44:53 +00:00
Quentin Bourgeois 8df84e2708 Fix links MD syntax typo in FR documentation 2020-10-24 13:41:56 +00:00
Quentin Bourgeois dee98660da Fix links MD syntax typo in FR documentation 2020-10-24 10:21:12 +00:00
kangni aadf52491a Update cluster-intro.html
fix translate error
2020-10-24 17:12:51 +08:00
ramnar 18eb0bfc02 commands to create job and cronjob 2020-10-24 10:36:54 +05:30
Qiming Teng d80a20ea6a Improve the lsync script
This PR improves the lsync script so that it can handle directories
(recursively). For example, you can run the following command to find
the detailed changes that are out of sync:

```
./scripts/lsync content/zh/docs/concepts/_index.md
```

and you can run the following command to identify how many files are
out of sync under a given directory:

```
> ./scripts/lsync content/zh/docs/concepts/

content/en/docs/concepts/architecture/control-plane-node-communication.md        |  2 +-
 content/en/docs/concepts/architecture/controller.md                              | 10 ++++++++++
 content/en/docs/concepts/cluster-administration/logging.md                       |  4 ++--
 content/en/docs/concepts/cluster-administration/system-metrics.md                |  2 +-
 content/en/docs/concepts/configuration/pod-priority-preemption.md                |  2 +-
 content/en/docs/concepts/containers/runtime-class.md                             |  2 +-
 content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md |  2 +-
 content/en/docs/concepts/extend-kubernetes/operator.md                           |  2 +-
 content/en/docs/concepts/extend-kubernetes/service-catalog.md                    |  2 +-
 content/en/docs/concepts/overview/kubernetes-api.md                              |  2 +-
 content/en/docs/concepts/overview/what-is-kubernetes.md                          |  3 +--
 content/en/docs/concepts/overview/working-with-objects/labels.md                 |  2 +-
 content/en/docs/concepts/scheduling-eviction/kube-scheduler.md                   |  4 ++--
 content/en/docs/concepts/services-networking/dual-stack.md                       |  2 +-
 content/en/docs/concepts/storage/ephemeral-volumes.md                            | 11 +++++------
 content/en/docs/concepts/storage/persistent-volumes.md                           |  2 +-
 content/en/docs/concepts/storage/storage-classes.md                              |  2 +-
 content/en/docs/concepts/storage/volumes.md                                      |  5 ++---
 content/en/docs/concepts/workloads/_index.md                                     |  2 +-
 content/en/docs/concepts/workloads/controllers/replicaset.md                     |  4 ++--
 content/en/docs/concepts/workloads/pods/_index.md                                |  4 ++--
 content/en/docs/concepts/workloads/pods/pod-lifecycle.md                         |  3 ++-

```
2020-10-24 09:31:49 +08:00
rob d71c214426 fix KubeSchedulerConfiguration syntax 2020-10-23 12:10:38 -10:00
Sergey Kanzhelev 72a66b6969 RuntimeClass GA 2020-10-23 20:57:54 +00:00
luzg 98d9ac58d2 [zh] translate tutorial guestbook-logs-metrics-with-elk, fix 24505
make change acording to tengqm's comment and rebase to 24675
change against tengqm's second round comment
2020-10-23 21:08:35 +08:00
Kubernetes Prow Robot 0a642282e5 Merge pull request #24690 from Arhell/fix-link
fix Docker file link
2020-10-23 06:03:58 -07:00
Kubernetes Prow Robot 04091fccac Merge pull request #24688 from guiadco/fix-24683
fix-24683
2020-10-23 04:25:45 -07:00
Max Belsky 8cc80bf469 Update content/en/docs/tasks/inject-data-application/define-environment-variable-container.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-23 10:51:14 +03:00
colin 4683be51f3 Update certificates.md 2020-10-23 10:24:28 +08:00
Arhell 8ad50bdf5e fix Docker file link 2020-10-23 01:10:48 +03:00
Michael Hofer b0bf75ccad Docs: Restore PR24605, update containerd systemd configuration (#24687) 2020-10-22 10:39:35 -07:00
guiadco 6ed67daf6e fix-24683 2020-10-22 19:32:08 +02:00
Kubernetes Prow Robot ed07d3f8b6 Merge pull request #24686 from eagleusb/merged-master-dev-1.20
Merge master into dev-1.20 to keep in sync
2020-10-22 10:07:36 -07:00
eagleusb 45ec60bed5 Merge master into dev-1.20 to keep in sync 2020-10-22 17:44:02 +02:00
Kubernetes Prow Robot 167a19e0b8 Merge pull request #24682 from DKImprowised/patch-1
Update configure-access-multiple-clusters.md
2020-10-22 06:47:35 -07:00
Noah Kantrowitz fcdcfba359 Containers don't get their own CPU (#24659)
* 🐛 Containers don't get their own CPU

This is overly broad, in all default setup containers all share the underlying host CPUs so I wouldn't say they "have their own".

* Change wording to "share of CPU" to more closely reflect reality.

Co-authored-by: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-22 06:45:36 -07:00
Kubernetes Prow Robot ab2ba4d533 Merge pull request #24680 from tengqm/links-reference
Fix links in reference section
2020-10-22 06:43:35 -07:00
Max Belsky dccbc5f3cd Reduce steps count to list the env vars 2020-10-22 16:42:36 +03:00
Kubernetes Prow Robot fe90f65e6a Merge pull request #24677 from tengqm/links-concepts
Fix links in concepts section
2020-10-22 06:41:35 -07:00
Kubernetes Prow Robot b2c714b279 Merge pull request #24678 from tengqm/links-tasks
Fix links in the tasks section
2020-10-22 02:09:35 -07:00
dharmendraImprowised d8912d5da1 Update configure-access-multiple-clusters.md 2020-10-22 14:28:47 +05:30
Kubernetes Prow Robot 6769ae6954 Merge pull request #24679 from tengqm/links-contribute
Fix links in contribute section
2020-10-22 01:11:35 -07:00
Kubernetes Prow Robot 7a31c1045b Merge pull request #24681 from tengqm/links-tutorials
Fix links in tutorials section
2020-10-22 01:05:35 -07:00
Qiming Teng 774594bf15 Fix links in tutorials section 2020-10-22 15:27:40 +08:00
Qiming Teng 00fd1a68f2 Fix links in reference section 2020-10-22 15:19:30 +08:00
Qiming Teng 972b2c5c40 Fix links in contribute section 2020-10-22 15:11:11 +08:00
Qiming Teng 740eb340d4 Fix links in the tasks section
This PR fixes links where the target is a redirection. The special case
is about minikube, which has been deleted recently. The dangling link
now points to `/docs/tasks/tools/` which makes no sense. This PR change
the target for `minikube` to `https://minikube.sigs.k8s.io/docs/`.
2020-10-22 15:01:45 +08:00
Kubernetes Prow Robot f34f99d4f4 Merge pull request #24675 from tengqm/fix-code-lang-type
Tweak coding styles for guestbook logging tutorial
2020-10-21 23:45:35 -07:00
Qiming Teng 070023b24a Fix links in concepts section 2020-10-22 14:24:56 +08:00
Qiming Teng cebcdf5fca Tweak coding styles for guestbook logging tutorial 2020-10-22 11:54:28 +08:00