Commit Graph

10793 Commits (ff061697cf581bfd4a0561ffac70c69997095b7c)

Author SHA1 Message Date
zhangqx2010 ff061697cf Update start.md (#13610)
Change the pencil icon location from `top left` to `top right`
2019-04-04 10:29:53 -07:00
yanghaichao12 ab98b03e8b Fix typos (#13609) 2019-04-04 10:27:51 -07:00
Shashank Patel b2b29a5e17 Add Logging to glossary (#13608)
Associated with #5993
2019-04-04 10:25:52 -07:00
Blade 3dac0bb857 update url of kubelet-config-file types (#13603) 2019-04-04 10:23:53 -07:00
Rémy Léone 9476c2599a Remove obsolete remark. German translation exists (#13575) 2019-04-04 10:21:52 -07:00
Michelle Au 7ed8f1bd4b Local PV GA blog post (#13600) 2019-04-04 08:04:57 -07:00
Rémy Léone b3b46b0a86 Translate the contribute start to French (#13429)
Co-Authored-By: Jean-Yves Gastaud <jygastaud@users.noreply.github.com>
2019-04-04 04:48:50 -07:00
Rémy Léone e9da0533ca Add a script util to check if a file is modified by an open PR (#12790) 2019-04-04 03:08:49 -07:00
Joe a7eeeb77eb fix typo (#13601)
一 => 已
2019-04-03 22:28:51 -07:00
Roy Lenferink 8a65454642 On request by lledru removed him from OWNERS_ALIASES (#13596) 2019-04-03 09:53:45 -07:00
Kevin Woo 41f1397e56 add whitespace for clarity (#13580) 2019-04-03 09:27:49 -07:00
Joe e34b0532a9 Fixed typo (#13588)
群集 => 集群
2019-04-03 02:49:43 -07:00
Roy Lenferink 3c1faef53a Removed unneeded de/index.md (#13548) 2019-04-02 12:25:18 -07:00
Roy Lenferink 24261ee01a Updated links on kubectl documentation page (#13579) 2019-04-02 11:25:20 -07:00
Damini Satya 532bb26b9d Fix#13372 - Issue template for bug, support, feature requests (#13373)
* Fix#13372 - Issue template for bug, support, feature requests

* Point to the bug template for every bug report from website
2019-04-02 08:02:38 -07:00
jwalter 5ec608971a Fixed typo (#13570)
kusotmization -> kustomization
2019-04-02 05:32:36 -07:00
Kaitlyn Barnard 3d75e6a881 Adding 5 Days of K8s post on Windows Containers (#13558)
* Adding 5 Days of K8s post on Windows Containers

* Updating line spacing
2019-04-01 16:26:36 -07:00
Kai Paro 14dddbfd97 Update install-kubeadm.md (#13514)
original link is dead
2019-04-01 12:56:34 -07:00
Roy Lenferink 2a4224c054 Fixed typo in German README (#13550) 2019-04-01 09:24:34 -07:00
Taher Bohari f5f13f9a0f Update console output as per configmap data (#13540)
Actual Console Output :
root@ubuntu:~/practice1$ kubectl create -f https://k8s.io/examples/configmap/configmap-multikeys.yaml
configmap/special-config created
root@ubuntu:~/practice1$ kubectl get configmaps special-config
NAME             DATA   AGE
special-config   2      17s
root@ubuntu:~/practice1$ kubectl get configmaps special-config -o yaml
apiVersion: v1
data:
  SPECIAL_LEVEL: very
  SPECIAL_TYPE: charm
kind: ConfigMap
metadata:
  creationTimestamp: "2019-03-30T06:52:22Z"
  name: special-config
  namespace: default
  resourceVersion: "1404079"
  selfLink: /api/v1/namespaces/default/configmaps/special-config
  uid: 5ec833dd-52b8-11e9-b4c7-005056ad4679
root@ubuntu:~/practice1$ kubectl create -f https://k8s.io/examples/pods/pod-configmap-volume.yaml
pod/dapi-test-pod created
root@ubuntu:~/practice1$ kubectl logs dapi-test-pod
SPECIAL_LEVEL
SPECIAL_TYPE

Need to update this manfiest as well : pods/pod-configmap-volume-specific-key.yaml
2019-04-01 09:22:36 -07:00
makocchi 58dcb32e32 remove command prompts (#13418) 2019-04-01 09:20:35 -07:00
Rémy Léone 32a249d4fc Translate the index page to French (#13397) 2019-04-01 06:06:34 -07:00
Philippe MARTIN 773468af29 docs-fr | concepts | workloads | pod overview (#13240) 2019-04-01 00:52:33 -07:00
Benedikt Rollik 6282ede2bf building_release (#13527) 2019-03-31 09:52:32 -07:00
Qiming d1ceb7cacd Fix link in pod overview (#13517)
Closes: #12952
2019-03-31 05:18:32 -07:00
Qiming d9b7ac307e Fix API group for some resources (#13477)
As reported in #13394, we have been incorrectly treating some resource
types from the 'extensions' group as the latest (recommended) version.
Resources impacted include `Ingress`, `NetworkPolicy`,
`PodSecurityPolicy` etc. This turned out to be a defect in the doc
generator which has been fixed.
2019-03-31 05:16:32 -07:00
Yongkun Anfernee Gui 7c985a1545 Connection reset blog post (#13456)
* Connection reset blog post

* Update and rename 2019-03-27-kube-proxy-subtleties-debugging-an-intermittent-connection-resets.md to 2019-03-29-kube-proxy-subtleties-debugging-an-intermittent-connection-resets.md
2019-03-29 13:10:12 -07:00
Zach Corleissen 5bbd682613 Update the blog's download link (#13536) 2019-03-29 13:06:15 -07:00
Qiming 1971334632 Fix file encoding for kubectl markdown (#13518)
Closes: #12964
2019-03-28 20:22:14 -07:00
Vladimir Vivien e3ee3f86cf Reversal for CSI ephemeral inline volume doc (#13403) 2019-03-28 16:36:14 -07:00
Kaitlyn Barnard 9d825082b1 Blog post on Minikube (#13509)
* blog post on Minikube

* Updates

* Update 2019-03-28-running-kubernetes-locally-on-linux-with-minikube.md

* Update 2019-03-28-running-kubernetes-locally-on-linux-with-minikube.md
2019-03-28 16:29:57 -07:00
Zach Corleissen 07deacdaef Match the wording with the workflow (#13511) 2019-03-28 15:33:57 -07:00
Benedikt Rollik 8deb0aba8c German Docs home (#13508)
* Hompage German doc

* Removed approvers from file

* Fixed typo
2019-03-28 15:23:57 -07:00
Benedikt Rollik ab30d75137 Init German translation of Architecture Node (#13449) 2019-03-28 12:31:56 -07:00
Taher Bohari f01978c872 Update configure-upgrade-etcd.md (#13505) 2019-03-28 11:57:56 -07:00
Jordan Liggitt 026e792bc8 Update issues landing page (#13503) 2019-03-28 11:45:59 -07:00
Oussema CHERNI a0e0de90c2 Add Supported Versions of the Documentation link in docs home (#13499) 2019-03-28 08:58:45 -07:00
Alexis Blandin 89f1f6c4c1 Typo update (#13423)
Kube(r)netes
2019-03-28 05:20:43 -07:00
Rémy Léone ba7dc2a286 Translate Federation API to French (#13433) 2019-03-28 02:22:46 -07:00
Reppad 4ffc97c36c Fix French translation of hello-minikube.md (#13485)
kubectl commands should not be translated.
"Déploiements de kubectl" -> "kubectl get deployments"
2019-03-28 02:02:43 -07:00
Karen Bradshaw 91ac5c6044 fix links in windows-nodes, runtimeClass (#13486) 2019-03-27 20:34:44 -07:00
Tim Bannister 4fd724ba09 Add glossary entries for static and mirror pods (#12684)
* Add entries for static and mirror pods

* Tweak wording

Co-Authored-By: Zach Arnold <me@zacharnold.org>

* Write kubelet lower case

* Revise wording
2019-03-27 17:26:43 -07:00
James Peach 3991177042 Fix the spelling of 'available'. (#13483) 2019-03-27 16:46:48 -07:00
yanghaichao12 a1453ca69c Fix typos (#13476) 2019-03-27 16:44:47 -07:00
Alexis Blandin b97f6534d6 Missing french translation (#13443) 2019-03-27 16:42:48 -07:00
kenveski a7f1bf394b Update link of spec (#13437)
Old link points to https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status which will be removed after 2019-07-01 or the release of kubernetes 1.15, whichever comes first.
New link: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
2019-03-27 16:40:48 -07:00
Oleg Atamanenko 691d84cb86 Fixed broken link rendering (#13413)
Fixed broken link rendering
2019-03-27 16:38:47 -07:00
Arthur Deschamps a00049f411 Update namespaces-walkthrough.md (#13388) 2019-03-27 16:36:47 -07:00
avigailof 5dc88b71da Add missing spaces (+1 squashed commit) (#13345)
Squashed commits:
[72812d1f6] Update pick-right-solution.md (+1 squashed commit)
Squashed commits:
[0aa91a8cc] Update pick-right-solution.md
2019-03-27 16:34:48 -07:00
chenrui e9513c654b Fix relative links issue in fr content (#13311)
* `https://kubernetes.io/docs/` -> `/docs/`

* Update the links to localized ones
2019-03-27 16:32:48 -07:00