Commit Graph

12914 Commits (c15fd708ab3d27fa4e1b0bfbf0210786038f0488)

Author SHA1 Message Date
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
Tim Bannister 756e597684 Add sftim as an en owner (#18398) 2020-01-07 10:40:18 -08:00
Alexey Pyltsyn c0cab750b3 Improve Russian translation of README file (#17843) 2020-01-07 10:20:18 -08:00
Zach Corleissen 99f18caa25 Re-add commit from 18209 (#18505)
Re-add IT approver/reviewer
2020-01-07 09:24: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
Tim Bannister b686146e73 zh translation for project slogan (#18258) 2020-01-06 17:20:19 -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
Karen Bradshaw 59a42b1165 updated assets, regen refs (#18466)
* updated assets, regenerated refs

* update version checks

* rebuilt api ref, versioning updates
2020-01-06 16:50:18 -08:00
Zach Corleissen 32fe4b4d81 Update the list of approvers/reviewers for English content (#18501) 2020-01-06 15:26:18 -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
Yuk, Yongsu e28015e910 Add a Korean l10n reviewer to OWNERS_ALIASES (#18209) 2020-01-03 09:37: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