Commit Graph

1935 Commits (f5f13f9a0f51168a43b78b51e18ce4b39e7ace2f)

Author SHA1 Message Date
Taher Bohari f5f13f9a0f Update console output as per configmap data ()
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 () 2019-04-01 09:20:35 -07:00
Rémy Léone 32a249d4fc Translate the index page to French () 2019-04-01 06:06:34 -07:00
Philippe MARTIN 773468af29 docs-fr | concepts | workloads | pod overview () 2019-04-01 00:52:33 -07:00
Benedikt Rollik 6282ede2bf building_release () 2019-03-31 09:52:32 -07:00
Qiming d1ceb7cacd Fix link in pod overview ()
Closes: 
2019-03-31 05:18:32 -07:00
Yongkun Anfernee Gui 7c985a1545 Connection reset blog post ()
* 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
Qiming 1971334632 Fix file encoding for kubectl markdown ()
Closes: 
2019-03-28 20:22:14 -07:00
Vladimir Vivien e3ee3f86cf Reversal for CSI ephemeral inline volume doc () 2019-03-28 16:36:14 -07:00
Kaitlyn Barnard 9d825082b1 Blog post on Minikube ()
* 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 () 2019-03-28 15:33:57 -07:00
Benedikt Rollik 8deb0aba8c German Docs home ()
* 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 () 2019-03-28 12:31:56 -07:00
Taher Bohari f01978c872 Update configure-upgrade-etcd.md () 2019-03-28 11:57:56 -07:00
Jordan Liggitt 026e792bc8 Update issues landing page () 2019-03-28 11:45:59 -07:00
Oussema CHERNI a0e0de90c2 Add Supported Versions of the Documentation link in docs home () 2019-03-28 08:58:45 -07:00
Alexis Blandin 89f1f6c4c1 Typo update ()
Kube(r)netes
2019-03-28 05:20:43 -07:00
Rémy Léone ba7dc2a286 Translate Federation API to French () 2019-03-28 02:22:46 -07:00
Reppad 4ffc97c36c Fix French translation of hello-minikube.md ()
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 () 2019-03-27 20:34:44 -07:00
Tim Bannister 4fd724ba09 Add glossary entries for static and mirror pods ()
* 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'. () 2019-03-27 16:46:48 -07:00
yanghaichao12 a1453ca69c Fix typos () 2019-03-27 16:44:47 -07:00
Alexis Blandin b97f6534d6 Missing french translation () 2019-03-27 16:42:48 -07:00
kenveski a7f1bf394b Update link of spec ()
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 ()
Fixed broken link rendering
2019-03-27 16:38:47 -07:00
Arthur Deschamps a00049f411 Update namespaces-walkthrough.md () 2019-03-27 16:36:47 -07:00
avigailof 5dc88b71da Add missing spaces (+1 squashed commit) ()
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 ()
* `https://kubernetes.io/docs/` -> `/docs/`

* Update the links to localized ones
2019-03-27 16:32:48 -07:00
Liping Mao 95629e7eb3 Fix StorageObjectInUseProtection format in doc ()
* Fix StorageObjectInUseProtection format in doc

Fix StorageObjectInUseProtection format to follow other admission controllers in doc.

* remove {#storageobjectinuseprotection}
2019-03-27 16:30:49 -07:00
Tim Bannister 8ac581b50e Add CRI to glossary () 2019-03-27 16:26:48 -07:00
Tim Bannister 784201de61 Note Google Cloud needs of Service Cloud Installer () 2019-03-27 22:28:59 +08:00
Jim Angel 13ab6992ce Update _index.md () 2019-03-27 21:58:36 +08:00
Qiming 8858299bfa
Reference documentation for kube components () 2019-03-27 15:58:19 +08:00
Babak "Bobby" Salamat bbe35dcaae Change API version to v1 in exmaples, plus minor tweaks () 2019-03-27 15:50:29 +08:00
Rajesh Deshpande 91f73900db Correcting statement about Service ports ()
* Correcting statement about Service ports

Correcting details about service ports and protocol. Removed statement saying Service supports the single port definition only and added details about multiport definitions.

* Correcting format changes

Correcting format changes as per feedback from reviewer.
2019-03-27 15:29:52 +08:00
Patrick fd51c68e80 changing references to metrics-server to resource-metrics-pipeline from core-metrics-pipeline () 2019-03-27 14:03:01 +08:00
Mark Janssen a60b1425ad Update containerd installation instructions ()
Use apt/yum instead of tarball-based installation.
2019-03-26 15:04:16 -07:00
Benedikt Rollik a5ddc03b4f Init German translation ()
* Init German translation

* Removed EN content

* Removed binary files, unnesscary files

* Fixed typo, added rlenferink to owners file for german content

* Removed English content

* Add missing case-studies link

* Removed css
2019-03-26 13:37:19 -07:00
Alexis Blandin bb49893367 Fixing typo ()
le reste(r) du cluster
2019-03-26 09:21:22 -07:00
Craig Peters eeb2877345 Fixed minor issues in Windows section ()
Fixed grammar in the statement about Windows containers. Also indicated that GMSA support is alpha
2019-03-26 08:19:19 -07:00
Pancongwen 369f8d3053 Update kubeadm-upgrade-1-13.md ()
fix typo of 'Ugrade'
2019-03-26 08:17:24 -07:00
Oussema CHERNI 04974542f1 Add building a release link in docs home () 2019-03-26 07:57:21 -07:00
Naoki Oketani f6f40d5d5b fix a broken link () 2019-03-26 07:03:24 -07:00
yanghaichao12 7a97425205 Fix typos () 2019-03-26 07:01:24 -07:00
Michelle Au be48fb38e9 Remove storage protection task page () 2019-03-26 06:59:22 -07:00
Rémy Léone 51ea736d3f Translate the generate ref docs to French () 2019-03-26 03:23:20 -07:00
Jim Angel 87c959d65c Update notes.md () 2019-03-25 21:21:15 -07:00
Lubomir I. Ivanov 6c41db7e62 kubeadm-ts: add entry about patching kube-proxy in CCM scenarios ()
This patch adds a entry in the kubeadm troubleshooting guide
about a problem that was found some time ago related to
kube-proxy DaemonSets and worker nodes in a CP setup.
2019-03-25 17:55:15 -07:00
Patrick Lang 6b8e146429 Fix markdown around \ for file paths () 2019-03-25 16:10:17 -07:00