Dani Comnea
e38f800d81
Add codenew shortcode to configure-pod-configmap task file and sanitize the example files ( #13078 )
2019-03-11 20:28:38 -07:00
Zach Arnold
5e50314b27
add feature state labels to admission controllers ( #12689 )
...
* add feature state labels to admission controllers
* Minor edits
2019-03-11 17:32:38 -07:00
Karen Bradshaw
7b07d19360
fix short_description field in glossary files ( #13045 )
2019-03-09 00:33:29 -08:00
Petr Ruzicka
424437c1dd
Update secret.md ( #13039 )
...
Command output fixed
2019-03-08 22:05:28 -08:00
Ketankumar Jani
0407c5500f
update section pods are preempted unneccessarily ( #12961 )
...
Preemption must not happen when
there is no pending Pod, or when the pending Pods have equal or lower priority
than the victims.
2019-03-08 18:49:31 -08:00
Michael Iatrou
8d55b797a0
Clarify the blue/green upgrade example. ( #13009 )
2019-03-08 18:47:30 -08:00
Neha Yadav
92e602c438
Minikube: Cleanup everything to start new machine ( #12749 )
...
* Minikube: Cleanup everything to start new machine
* Quick fixes
2019-03-08 11:30:55 -08:00
Sarah Gray
18d6c123b7
Add Linode to list of implemented CCMs ( #13019 )
2019-03-08 09:29:26 -08:00
Bob Killen
cf52474db1
Fix codeblock in update deployment section ( #13029 )
...
Corrects codeblock in the "Update deployment" section of doc:
content/en/docs/concepts/workloads/controllers/deployment.md
2019-03-07 16:26:06 -08:00
Petr Ruzicka
7130b8c58b
Update secret.md ( #13018 )
...
Missing ``` fixed
2019-03-07 16:24:07 -08:00
Prince Rachit Sinha
471cb7ffa4
Fix markdown ( #13013 )
...
* Fix markdown typo
Remove extra triple backticks
* Follow indentation order
2019-03-07 16:22:04 -08:00
Venkat
1230263319
Add Quobyte's CSI plug-in reference in place of in-tree plug-in ( #13008 )
...
* Add Quobyte's CSI plug-in reference in place of in-tree plug-in
* Update content/en/docs/concepts/storage/volumes.md
Include CSI reference from the glossary.
Co-Authored-By: venkatsc <subbaraocse9@gmail.com >
* Update Quobyte CSI references
Co-Authored-By: venkatsc <subbaraocse9@gmail.com >
2019-03-07 16:18:05 -08:00
Michael Vorburger ⛑️
92132a4f0c
fix minor typo (missing "to") in custom resources doc ( #13005 )
2019-03-07 16:12:09 -08:00
Jonas Rosland
d2c6113c98
Add VMware Enterprise PKS and VMware Essential PKS ( #13003 )
...
* Add VMware Enterprise PKS and VMware Essential PKS
Signed-off-by: jonasrosland <jrosland@vmware.com >
* Update content/en/docs/setup/pick-right-solution.md
That's a good suggestion, thank you
Co-Authored-By: jonasrosland <jrosland@vmware.com >
2019-03-07 16:00:07 -08:00
Lubomir I. Ivanov
3f5e14702c
Revert "Add s390x platforms for calico" ( #12989 )
...
* Revert "Add s390x platforms for calico (#12616 )"
This reverts commit c533563bdc .
* Oxford comma
2019-03-07 15:58:04 -08:00
SpringWar
8f30a140de
Update feature-gates.md ( #12997 )
...
Update PodPriority feature to beta since v1.11
2019-03-07 15:56:04 -08:00
gml3ff
2cbf05a484
Included link to official Datadog Docs ( #12988 )
...
Current docs page didn't include link to Datadog docs page on setting up the agent with a DaemonSet.
2019-03-07 15:52:03 -08:00
Oussema CHERNI
20519f1d92
Fix broken links for CSI docs ( #12984 )
2019-03-07 15:50:04 -08:00
Tim Bannister
a8fed37937
Tweaks to write K8s as proper noun ( #12979 )
...
* Expand k8s abbreviation
* Capitalize K8s in table header
2019-03-07 15:48:06 -08:00
Zoltan
d5fc7c3bb8
Update deprecated link to Container Runtime Interface ( #12957 )
2019-03-07 15:38:06 -08:00
Rajakavitha1
f797f1b5ac
Update building-from-source.md ( #12946 )
...
Added the attribute: content_template: templates/concept
Because the content was not appearing in: https://kubernetes.io/docs/setup/release/building-from-source/
2019-03-07 15:34:05 -08:00
Draven
966e56f32f
doc: remove extra used in job document ( #12945 )
2019-03-07 15:30:11 -08:00
Mizuki Urushida
98d1ab4c92
Fix indentation of EncryptionConfiguration sample ( #12876 )
2019-03-07 15:04:10 -08:00
Marc Boorshtein
ae64653e94
Updated link to page ( #12862 )
...
We've redone OpenUnison's k8s integration to provide multiple "spins". We created a new page to point users to the GitHub repo that matches the "spin" they're looking for.
2019-03-07 14:54:07 -08:00
YouenZeng
d88352b000
Fix Powershell script issue ( #12858 )
...
Fix syntax issue of Powershell script, update environment key to KUBECONFIG
2019-03-07 14:50:13 -08:00
sureshpalemoni
273f3fa713
Change in Storage Value in Example Scenario ( #12831 )
...
In the calculation of this `Allocatable` will be `14.5 CPUs`, `28.5Gi` of memory and
`88Gi` of local storage. - It was 98Gi for storage instead of 88Gi which is derived after negating System-Reserved+Kube-reserved+eviction+hard
2019-03-07 14:42:07 -08:00
Michal Bryc
b58b88df47
Update Link to .spec details ( #12886 )
...
The [old URL](https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status ) now consists of a page that says the new URL is https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status , so let's just go ahead and link to the new URL directly :)
2019-03-07 14:34:04 -08:00
Dani Comnea
8d4bd9c1fe
Add code fencing example in the style guidlines ( #12783 )
...
* Add code fencing example in the style guidlines
* Add a period
2019-03-07 14:32:06 -08:00
Nat Welch
a21bbe7cf8
Update connect-applications-service.md ( #12924 )
...
Fix a 404 link
2019-03-07 14:30:06 -08:00
Dani Comnea
4bd46900b2
Update debug-pod-replication-controller task file and fix the kubectl grep ( #12797 )
2019-03-07 14:24:12 -08:00
Slava Semushin
acc4c33888
pod-security-policy.md: update to use PSP from policy/v1beta1 and fix a broken link. ( #12768 )
2019-03-07 14:16:07 -08:00
Anna Nguyen
d110471a35
Clarified step of getting Kubernetes cluster name; fixed quoting in c… ( #12718 )
...
* Clarified step of getting Kubernetes cluster name; fixed quoting in command that sets `APISERVER`.
Need to set `CLUSTER_NAME` before using it.
The single quote in the `APISERVER` command prevented the expansion of the `CLUSTER_NAME` variable.
* Remove whitespace
2019-03-07 14:12:13 -08:00
Tim Bannister
2ee8a94c5d
Switch CNI glossary entry to recommended style ( #13023 )
...
(spelled out first, then acronym in parentheses (as in original), then acronym
throughout the rest of the page/file)
2019-03-07 14:04:13 -08:00
Tim Bannister
d24278918c
Fix broken link ( #12717 )
...
Resolves #12713
2019-03-07 14:00:10 -08:00
Supriya Sirbi
09e45d42d8
Issue #12533 ( #12701 )
...
Update k8s.io/docs/tutorials/services/source-ip/
2019-03-07 13:58:13 -08:00
Damini Satya
ae355ed890
Fix #11761 - Provide clear explanation of Kubernetes deployments ( #12561 )
2019-03-07 13:54:16 -08:00
Tim Bannister
5c99d3431a
Add “app container” to glossary ( #12611 )
...
* Define "app container"
* Expand app container explanation
* Tweak wording
Co-Authored-By: Zach Arnold <me@zacharnold.org >
* Fix, wording nit
2019-03-07 09:07:01 -08:00
Neha Yadav
d3cca48e3f
Code snippents shouldn't include the command prompt ( #12779 )
2019-03-07 01:31:05 -08:00
Kaitlyn Barnard
6dd752b64e
Update pick-right-solution.md ( #12971 )
2019-03-05 06:50:40 -08:00
Tim Malone
c1dfba6305
Fix broken link in Ingress documentation ( #12974 )
2019-03-05 06:46:39 -08:00
Oussema CHERNI
234eb57360
Fix broken links for Taint and Toleration ( #12982 )
2019-03-05 06:42:31 -08:00
Karen Bradshaw
71662ad94b
fix typo in start contributing ( #12906 )
2019-02-28 20:31:51 -08:00
WanLinghao
268c9473a5
Add docs to illustrate how to schedule pod to specific node ( #12871 )
2019-02-27 21:22:19 -08:00
Justin Santa Barbara
c34527a3ed
Fix SSH tunnel links ( #12585 )
...
* Fix SSH tunnel links
* Removed reference to GKE, which seemed to prompt the initial removal.
* Fixed the link to refer back to the correct paragraph now that it exists again.
* Noted deprecation of SSH tunnels but work to create a replacement.
Fix #8262
This reverts commit 1da65603af .
This reverts commit b8b71b6845 .
* Update master-node-communication.md
2019-02-27 21:18:39 -08:00
Dani Comnea
fb4c7d138f
Update the fine-parallel-processing-work-queue.md task file to remove $ and also remove text which is not appropiate for end user ( #12793 )
2019-02-27 21:14:58 -08:00
Tim Bannister
04ddaa4711
Reference glossary definitions in “Connect a Front End to a Back End Using a Service” ( #12706 )
...
* Reference terms in glossary
* Enable syntax highlighting for shell snippets
2019-02-27 21:11:22 -08:00
Dani Comnea
2f6bee10ca
Update the parallel-processing-expansion.md task file and remove $ ( #12794 )
2019-02-27 21:07:48 -08:00
Guido García
3999608ca6
docs: update acs-engine -> aks-engine ( #12804 )
...
* docs: update acs-engine -> aks-engine
acs-engine has been deprecated by Microsoft in favor of aks-engine
* chore: PR feedback
* fix missing AKS
2019-02-27 21:04:10 -08:00
Misty Linville
928f7094cb
Small refactor of Custom Resources topic ( #12502 )
...
- Adjusts levels
- Removes some obsolete info
- Rewrite of some of the intro material
2019-02-27 20:53:31 -08:00
makocchi
235f6f6d99
apply content_template and follow the style guide ( #12759 )
2019-02-27 20:42:57 -08:00