Commit Graph

10298 Commits (c464fd602ffb86f32e490f52ebfc7c51a060812a)

Author SHA1 Message Date
Suraj Deshmukh b03912667f Remove `--experimental-server-print` flag docs (#11917)
This flag does not exists anymore so remove this from the docs.

Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2019-01-06 23:12:32 -08:00
June Yi 7c00d0dfef update PULL_REQUEST_TEMPLATE to include ko-i18n info (#11720)
* update PULL_REQUEST_TEMPLATE to include ko-i18n info

* Remove non-English text from the template
2019-01-04 07:40:57 -08:00
Jennifer Rondeau ca5740fd25 add Jim Angel to approvers list (#12025) 2019-01-03 10:46:35 -08:00
Becca Powell 3478ef2a01 add cni-ipvlan-vpc-k8s (#11929)
* add cni-ipvlan-vpc-k8s

* Update networking.md
2019-01-03 10:08:42 -08:00
Baptiste Gauduchon 8f00655971 Update proposal for configure-liveness-readiness-probes.md (#11613)
* Update proposal for configure-liveness-readiness-probes.md

Proposal regarding [issue 11587](https://github.com/kubernetes/website/issues/11587)

* ✏️ corrected typo

* ✏️ corrected sentence

* Update configure-liveness-readiness-probes.md
2019-01-03 07:10:35 -08:00
Lubomir I. Ivanov ffa36a9251 kubeadm: fix some issues in the upgrade-1.13 doc (#11629)
- use "control plane" instead of "master".
- upgrade a kubelet on the CP node only after the CP was upgraded.
- also instruct the user to update to the latest patch version of 1.13.
2019-01-02 16:59:47 -08:00
Becca Powell 1e736d9555 Clarify preStop hooks in Termination of Pods (#11821)
* Update pod.md

* capitalize Pod
2019-01-02 15:52:48 -08:00
DrmagicE 1576c12e70 Fix #11982 (#11983)
* Update deployment.md

* Update nginx-deployment.yaml
2019-01-02 13:21:36 -08:00
Raul Gonzales 578b006360 docs: uses mostly kubectl to demonstrate (#11699)
Simplify to run `kubectl` to obtain the desired values from resources

Changes: access-cluster-api.md
2019-01-02 11:19:21 -08:00
Luc Perkins bcaef52219 Update Minikube installation docs (#11417)
* Add Minikube latest version shortcode and update installation doc

* Rework Minikube install instructions and remove unnecessary shortcode

* Re-add the --ignoreCache flag to make serve
2019-01-02 05:50:11 -08:00
Yang Li a467484456 zh-trans: Added the blog post about NCW Shanghai (#11896) 2019-01-02 01:14:56 -08:00
Suraj Deshmukh 4eb78ea11a Update nodes to show the system reserved resources (#11908)
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2018-12-28 07:57:05 -08:00
Ryan McGinnis 129328d05d
Merge pull request #11928 from bradjones1/patch-1
Remove devstub/kubernetes-api-php-client
2018-12-27 16:23:14 -08:00
Brad Jones 69521bd355
Remove devstub/kubernetes-api-php-client
This project looks to be abandoned. See https://github.com/devstub/kubernetes-api-php-client/issues/1
2018-12-27 14:28:15 -07:00
Dan Kohn fb7f32dd8d Fix Interactive Landscape references (#11905) 2018-12-26 16:12:27 -08:00
David Lovitch c8838cda7d Fix typo privelages->privileges (#11887) 2018-12-25 21:38:47 -08:00
Rajakavitha1 6b083d5339 Update cri.md (#11853)
I removed the instruction regarding the installation of docker (1.13.1) as listed in #11779 and updated the instructions for Docker CE (1.18.1) because the official Docker documents only have instructions for Docker CE and Docker EE as listed in https://github.com/docker/docker.github.io/blob/master/install/linux/docker-ce/ubuntu.md. It may not be a good idea to have instructions for Docker 1.13 in our documents considering that the Official Docker Install guide recommends uninstalling older versions.
2018-12-25 01:32:20 -08:00
lIuDuI 2448c0152c ZH-trans: Update content/en/docs/tasks/inject-data-application/... (#11860)
* ZH-trans: Update content/en/docs/tasks/inject-data-application/...

ZH-trans: Update content/en/docs/tasks/inject-data-application/...

* Update define-command-argument-container.md

* Update distribute-credentials-secure.md
2018-12-24 05:11:47 -08:00
makocchi a33ae0f00c remove command prompts and separate commands from output (#11847) 2018-12-22 17:20:33 -08:00
makocchi 950bcbef2b remove command prompts and separate commands from output (#11848) 2018-12-22 17:18:36 -08:00
makocchi a52dfece47 use warning shortcodes (#11849) 2018-12-22 17:07:48 -08:00
makocchi 7fa4ff6310 Remove command prompts and separate commands from output [Authenticating] (#11851)
* remove command prompts and separate commands from output

* tweak comment
2018-12-22 17:05:56 -08:00
Linus Lee 8af53351d1 Update mysql-wordpress-persistent-volume.md (#11852) 2018-12-22 16:36:59 -08:00
nuistzyw 0af727ef4f link (#11808)
Signed-off-by: Zhao Yuwei <zhaoyw-fnst@cn.fujitsu.com>
2018-12-21 17:44:38 -08:00
Paulo caabac594c Update web-ui-dashboard.md (#11833)
wrong

```sh
$ kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
error: unable to read URL "https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml", server reported 404 Not Found, status code=404
```

right

```sh
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard.yaml
```

github page

```sh
https://github.com/kubernetes/dashboard/blob/master/aio/deploy/recommended/kubernetes-dashboard.yaml
```
2018-12-20 21:50:42 -08:00
Philip Brown 6285545a24 Add note about need for lxd init (#11822)
* Add note about need for lxd init

As a first time user, I got a little lost, doing google searches for how to get lxd basically functional on my box. 
There were a lot of hand edits and tweaks suggested on various pages, until I discovered that all I had to do is run "lxd init" and follow the prompts.

* Update local.md
2018-12-21 13:46:01 +08:00
Jordan Liggitt 0e7b66a8f8 Fix `--runtime-config` syntax (#11835) 2018-12-20 17:30:23 -08:00
Jim Angel 885aaa4af3 removing non-supported versions (#11834) 2018-12-20 17:28:26 -08:00
Jintao Zhang 0838faec0a Fix cosConfigureHelper script address. (#11819)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2018-12-20 02:08:29 -08:00
Qiming cfb3ceb091
Fix links to javascripts referenced in 1.11 apiref doc (#11828)
Closes: #11826
2018-12-20 16:05:20 +08:00
Qiming f437990f61
Fix links to javascripts referenced in 1.13 apiref doc (#11827)
Related: #11826
2018-12-20 15:38:01 +08:00
Tim Hockin 701ebb2474 Update docs on labels and annotations (#11719)
Be clearer about character set and a couple minor tweaks on words.
2018-12-19 22:39:39 -08:00
Karen Bradshaw 8378cab0eb Clean up extra Note text (#11805) 2018-12-19 18:17:40 -08:00
Rajakavitha1 18e2376fcc Update cloud-providers.md (#11815)
Update the definition of monitor-delay and monitor-timeout as a fix for:  https://github.com/kubernetes/website/issues/11217
2018-12-19 18:03:25 -08:00
kohei acbac5661a fix link to flexvolume (#11800) 2018-12-18 17:26:44 -08:00
Ian Y. Choi 88822f3e99 ko-trans: localizing README.md with local contact point (#11786)
- Create README-ko.md by translating README.md
- Add a link to README-ko.md in README.md
- Specify a local maintainer contact point on both files
2018-12-18 14:25:23 -08:00
Michael Vorburger ⛑️ e10ae8de4d add OCP also to On-Premises VMs and Bare Metal on pick-right-solution.md (#11772) 2018-12-18 05:04:55 -08:00
James Peach 1d1ccd974d Minor grammar fix to agent OOM handling description. (#11797) 2018-12-17 21:55:37 -08:00
Iko 53f797b5d1 Fix "typo" and clearing CSS (#10246)
* Dev: clearing and fixing typo

* Def: fixing "Typo"

* Update style_user_journeys.css

Change ".docscoltitle" padding-top:0%; to padding-top:0;

* (Fix Minor) Fix writing space in @media.

* Update style_case_studies.css

Clearing white space

* (Fix Minor)Improving spaces inside *.CSS. (prettier)
2018-12-17 16:59:46 -08:00
Ian Chakeres c79b4728ae Include Kubernetes abbreviation k8s (#11794)
I was at Kubecon last week, and a few times I encountered people who did not know that k8s == Kubernetes. Therefore, we should mention this abbreviation on the front page.
2018-12-17 16:57:53 -08:00
Niko Pen 8f6f6731c5 ExternalName cleanup (#11326)
* Remove old kube-dns note

* ExternalName IP clarification

* Add minor edits for clarity

* corrections

Co-Authored-By: nikopen <42466421+nikopen@users.noreply.github.com>
2018-12-17 11:03:04 -08:00
WanLinghao 3ccbb12585 cAdvisor web UI port has been deprecated since v1.10. This patch updates the description about it. (#11426)
* cAdvisor web UI port has been deprecated since v1.10. This patch update the description about it.

* Update resource-usage-monitoring.md

* Update resource-usage-monitoring.md
2018-12-16 21:28:43 -08:00
Allan Sun ff3d1b2024 Added new PHP client libr (#11465) 2018-12-16 21:16:30 -08:00
mdshoaib707 7c68269c80 Updated the word from "you" to "your" (#11469)
Updated the line from "Add you scheduler name" to "Add your scheduler name"
2018-12-16 21:11:01 -08:00
Karen Bradshaw 854ee5779c clean-up yaml variables surrounded by <> (#11490) 2018-12-16 21:09:09 -08:00
WanLinghao 7269c416ca Add description about local http proxy setting's effect on liveness probe (#11567)
* Add description about local http proxy setting's effect on liveness probe

* Update configure-liveness-readiness-probes.md
2018-12-16 21:07:12 -08:00
Chao Wang fe3032c56e Improve explanation of feature-gates/component relationship and usage (#11562) 2018-12-16 20:54:54 -08:00
Srinivas R Kulkarni 7ecf764f34 Use latest image for ubuntu (#11592)
14.04 does not work anymore. Gives socket error when connecting with rabbitmq
2018-12-16 20:49:43 -08:00
WanLinghao a213182b10 Add description about BoundServiceAccountTokenVolume feature in serviceaccount admission controller (#11643)
* Add description about BoundServiceAccountTokenVolume feature in serviceaccount admission controller

* Update service-accounts-admin.md

* Update service-accounts-admin.md
2018-12-16 20:42:45 -08:00
shavidissa 5f7300c5fe Removed the TOC added into the MD (#11669)
Removed the TOC that was added manually as the TOC is generated by default now (else, there are two levels of the TOC on the page).
2018-12-16 19:43:34 -08:00