Commit Graph

6416 Commits

Author SHA1 Message Date
Yecheng Fu 3a7de9b1d6 Fix curl arguments (#8062)
`-O` conflicts with `-o`.
2018-04-12 06:34:57 -07:00
Hang Yan f1a96cc24f Fix wrong etcd data path for kubernetes (#8060) 2018-04-12 06:30:56 -07:00
Haowei Cai (Roy) a18d6674c0 Document new OpenAPI endpoint (#8050)
* Document new OpenAPI endpoint

Document new OpenAPI endpoint and deprecation announcement for old endpoints.

* Remove out-of-date swagger spec information

Deprecation announcement is in line 29

* Update default behavior for endpoint HTTP headers
2018-04-11 18:45:55 -07:00
Samuel Knowlton 0a5aecafe7 Add controlPlaneEndpoint to config file reference (#7909)
First-time kubeadm user here: The v1.10.0 docs indicate that config file use is experimental, but judging from the comments on https://github.com/kubernetes/kubernetes/pull/59288 it looks like new features are beginning to be supported only in the config file. controlPlaneEndpoint is super useful for us and while I suspect the kubeadm init docs will ultimately be re-written to emphasize the config file options rather than flags (with appropriate examples and descriptions as the flags have now), it would've saved us some time today if we'd seen controlPlaneEndpoint in the config file example.
2018-04-11 18:44:55 -07:00
Qiming 2515d623a8 Use apps/v1 API group whenever possible (#8055)
The use of extensions/v1beta1, apps/v1beta1 and apps/v1beta2 API
groups should be discouraged.

Closes: #8049
2018-04-11 15:43:55 -07:00
Campion Fellin 16fe175bae Update Links to kubectl docs (#7927)
* Fix deployment.md

* Fix replicaset.md

* Fix tain-and-toleration

* Update concepts/configuration

* Update documentation

* Fix based on comments

* Update quick comments
2018-04-11 14:22:55 -07:00
Tim Zhang ffaec5a2d1 fix calico install manual url (#8053)
* fix calico install manual url

the original url is outdated.

* fix calico install manual url
2018-04-11 07:51:55 -07:00
Stephen Day 8ad054c429 docs/admin/authorization: sentence ends early (#8048)
Signed-off-by: Stephen J Day <stevvooe@gmail.com>
2018-04-10 18:07:54 -07:00
Qiming a95f4598c0 Fix cross references in 1.10 API reference doc (#8037)
In previous commit, we have enabled showing the full group names for API
resources. However, in doing that, we broken links inside the reference
doc and links pointing to the api reference. This PR fixes this problem
using the revised doc generator.
2018-04-10 18:06:55 -07:00
Zach Corleissen 62229dc88c Add contribution guidelines for blog posts (#7646)
* Add contrib guidelines for blog posts

* Add form guidelines

* Add TOC entry

* Renamed file

* Feedback from @heckj and @bradtopol

* Revised submission guidelines to include form
2018-04-10 14:52:13 -07:00
Petr Ruzicka 920dbbfd7f Adding curl (some systems does not have it installed in minimal version) (#8041) 2018-04-10 09:01:10 -07:00
Guang Ya Liu 3db571632e Sa should add `imagePullSecrets`. (#8039) 2018-04-10 08:59:10 -07:00
Tim Zhang e8bc565959 fix revisionHistoryLimit default value to 10 (#8036) 2018-04-10 08:54:11 -07:00
Alex Glikson 56bf362a3e typo in guestbook tutorial (#8035) 2018-04-10 08:53:10 -07:00
Kai Chen 1a00696dde Fix an incorrectly formatted URL in the v1.10 release note (#8033) 2018-04-10 08:52:11 -07:00
Anish Karandikar aa3df3b277 Update install-kubectl.md (#8032)
* Update install-kubectl.md

* updated to repair broken example
2018-04-09 17:55:09 -07:00
zhouhaibing089 63d27dceab admission: correction on podnodeselector (#8031)
podtolerationrestriction does not encompass all the use cases of
podnodeselector, in a case where not all nodes are tainted, then
podtolerationrestriction can not ensure pods are scheduled on the
specific set of nodes.
2018-04-09 17:34:08 -07:00
Rohit Agarwal e66b034afd Cross link documentation for creating dedicated nodes with special hardware and ExtendedResourceToleration admission controller. (#8015) 2018-04-09 13:57:09 -07:00
chenhonggc 8397658688 Add note for configMap volume. (#8023)
* Add note for configMap volume.

* updating wording
2018-04-09 13:34:10 -07:00
Qiming 3eeefd24ea Document limitations of services without selectors (#8028)
Based on the discussion on kubernetes/kubernetes#40870, we'd better
clearly document that the endpoint IPs used by a service without
selectors cannot be virtual ones.
2018-04-09 13:10:11 -07:00
Qiming 610b82aaa9 Add back audit stages and audit levels (#8025)
Documentation about audit stages and audit levels was somehow lost
recently. This PR adds them back.

Closes: #7907
2018-04-09 08:47:09 -07:00
Kai Chen c593911742 Fix incorrectly formatted URL in mark down (#8014) 2018-04-09 07:21:10 -07:00
Julian Hübenthal 95bf42a2c5 Added missing systemd unit-type (#8016)
The 20-cri.conf was missing the Service unit type, systemd ignored the Environment line because of this. It is fine now after adding the Service unit.
2018-04-09 07:20:10 -07:00
Shen Yuanyu a1a3010a00 style-adjust (#8021) 2018-04-09 07:13:08 -07:00
Tim Nicholas 33439aef8e Remove double negative (#8026) 2018-04-09 06:45:09 -07:00
Shen Yuanyu c540fad682 note style adjust (#8022) 2018-04-09 06:44:08 -07:00
Rajakavitha1 3fbcbc3f54 Updated for adherence to style guide and the links to: /docs/user-gui… (#7817)
* Updated for adherence to style guide and the links to: /docs/user-guide/kubectl 

Can someone please confirm what the "Coming soon"  path to extend the API with custom resources is?

* Incorporated the changes suggested  @heckj  @zacharysarah 

Could one of you please confirm What "Coming soon: " in line 82 stands for? Is there a name or definition or reference?

* Update api-overview.md

* Update api-overview.md

* fixed a typo

* Update api-overview.md
2018-04-09 05:58:08 -07:00
CaoShuFeng 0cc85928a3 fix description about root /proxy path (#7902)
Fix issue: https://github.com/kubernetes/kubernetes/issues/61826
Related change: https://github.com/kubernetes/kubernetes/pull/59884
2018-04-08 20:33:08 -07:00
chenhonggc 372a37141a hardcode to yaml file (#7948)
* hardcode to yaml file

* add test instance.

* fix mistake

* fix mistake

* Uniform style
2018-04-07 07:07:08 -07:00
Joseph Heck fd81d48d58 hosting fonts locally (#7983)
* hosting fonts locally

resolves #7955
- issues with using hosted fonts: excessive page load times due to
periodic firewall impact

* move jquery from google CDN to jquery site

* getting the CSS too, just in case
2018-04-06 20:04:08 -07:00
Strajan Sebastian Ioan 2333d680e2 add v1.10 to support timeframe (#7992) 2018-04-06 12:18:09 -07:00
Ambes Stephen 4d795ef669 fixed broken link (#7993) 2018-04-06 12:17:09 -07:00
Manuel Rüger 4f0d3d501e Explain what the auth field in the secret encodes (#7996)
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2018-04-06 12:16:09 -07:00
Vyacheslav Semushin 5b29154c0e docs/concepts/policy/pod-security-policy.md: improve AllowPrivilegeEscalation description. (#8000) 2018-04-06 12:15:08 -07:00
Tim Hockin 8dff71a36b Pass 2: k8s GCR vanity URL (#8006) 2018-04-06 12:13:09 -07:00
Eric Chiang 45a0819cdc rbac: make it clear that subjects are case sensitive (#8007) 2018-04-06 12:12:08 -07:00
Kai Chen b0b269b4d8 Fix a mal-formed URL (#8008) 2018-04-06 12:11:09 -07:00
Kai Chen 4c612d33cb Fix hard-coded API version (#8004) 2018-04-06 06:57:09 -07:00
Kai Chen 8fdf634af8 Fix a broken reference to the kubectl doc (#8003) 2018-04-06 06:56:09 -07:00
Vyacheslav Semushin 1c42287a08 docs/tasks/administer-cluster/sysctl-cluster.md: use PSP from policy API group. (#7998) 2018-04-06 06:55:10 -07:00
Kai Chen de8f4cd32c Update reference to kubectl commands using redirects (reference) (#7989) 2018-04-05 19:16:10 -07:00
Kai Chen d2c683c051 Update reference to kubectl commands using redirects (concepts) (#7988) 2018-04-05 19:15:09 -07:00
Kai Chen f388c0e267 Update reference to kubectl commands using redirects (concepts/overview) (#7987) 2018-04-05 19:14:08 -07:00
Kai Chen 1721183a9d Update reference to kubectl commands using redirects (concepts/configuration) (#7986) 2018-04-05 19:12:08 -07:00
ReSearchITEng e780b00274 typo etcd image label (#7508)
* typo etcd image label

there is no gcr.io/google_containers/etcd-amd64:3.1.0, but there is: gcr.io/google_containers/etcd-amd64:3.1.10
(see https://console.cloud.google.com/gcr/images/google-containers/GLOBAL/etcd-amd64?gcrImageListsize=50)
As 3.1.10 is the preferred version for k8s 1.9 (as stated above), I guess this was a typo

* typo doube etcd1 but no etcd2
2018-04-05 19:07:08 -07:00
Joseph Ruane 97188bcb61 Fix GCE getting started link (#7979) 2018-04-04 13:14:09 -07:00
Xiaodong Zhang d4c0ce3a82 Fix invalid link in kubeadm document. (#7870) 2018-04-04 13:13:09 -07:00
Rajakavitha1 82a5b0ac5d Updated content for adherence to style guide and updated the older links: /docs/user-guide/kubectl (#7875)
The section about "Multiple Containers" read that they are examples that are work in progress. Can someone please confirm if we have any updates yet.
2018-04-04 13:12:09 -07:00
Lydell Manganti 6f54c60810 Update http-proxy-access-api.md (#7935) 2018-04-04 12:48:08 -07:00
Shen Yuanyu ed16709da5 note style adjust (#7937) 2018-04-04 12:13:09 -07:00
Campion Fellin 71bca26c23 Fix link for drain the node (#7939) 2018-04-04 12:10:10 -07:00
max8899 944274c2bb Update storage-classes.md (#7942) 2018-04-04 12:09:12 -07:00
pc bf4b930864 fix(k8s-setup-ha): error when copy pki to other nodes (#7949)
`rm aipserver.crt` is not enought, must be `rm apiserver.*` here
2018-04-04 11:59:09 -07:00
Rajakavitha1 8c1c0ad5ea Update service.md (#7972)
Fixed a 404 listed in: https://github.com/kubernetes/website/issues/7924
2018-04-04 10:32:08 -07:00
Rajakavitha1 8fbb36f8cc Update imperative-config.md (#7969)
Fixed 404 listed in: https://github.com/kubernetes/website/issues/7924
2018-04-04 10:31:08 -07:00
Rajakavitha1 6d3782562e Update overview.md (#7967)
Fixed 404 listed in: https://github.com/kubernetes/website/issues/7924
2018-04-04 10:30:11 -07:00
Rajakavitha1 aeada1134c Update secret.md (#7965)
Fixed 404 listed in: https://github.com/kubernetes/website/issues/7924
2018-04-04 10:29:09 -07:00
Rajakavitha1 5ccf037a6a Update organize-cluster-access-kubeconfig.md (#7964)
Fixed the 404 error listed in: https://github.com/kubernetes/website/issues/7924
2018-04-04 10:28:10 -07:00
Rajakavitha1 c2d010a46a Update kubernetes-objects.md (#7966)
Fixed 404 listed in : https://github.com/kubernetes/website/issues/7924
2018-04-04 10:27:10 -07:00
Rajakavitha1 315d6de599 Update imperative-command.md (#7968)
Fixed 404 listed in: https://github.com/kubernetes/website/issues/7924
2018-04-04 10:26:09 -07:00
Rajakavitha1 1095103789 Update declarative-config.md (#7970)
Fixed a 404 listed in: https://github.com/kubernetes/website/issues/7924
2018-04-04 10:25:07 -07:00
Rajakavitha1 4165d1a182 Update logging.md (#7971)
Fixed the 404 listed in: https://github.com/kubernetes/website/issues/7924
2018-04-04 10:24:09 -07:00
Rajakavitha1 358fa5f54b Update replicationcontroller.md (#7973)
Fixed the 404 listed in : https://github.com/kubernetes/website/issues/7924
2018-04-04 10:23:08 -07:00
Mik Vyatskov 1c744d35d9 Remove crassirostris as owner and reviewer (#7974)
Signed-off-by: Mikhail Vyatskov <crassirostris@yandex.com>
2018-04-04 10:22:10 -07:00
Rajakavitha1 cf5a1d3e10 Update taint-and-toleration.md (#7963)
fixed 404 error listed in : https://github.com/kubernetes/website/issues/7924
2018-04-04 08:38:09 -07:00
thepill fadfd7b3eb Remove duplicate limitations (#7952)
Multiple limitations has been mentioned twice - this change removes them.
2018-04-04 08:37:09 -07:00
Rajakavitha1 4d26fe2a48 Update deployment.md (#7962)
Fixed the 404 error in: https://github.com/kubernetes/website/issues/7924
2018-04-04 08:36:09 -07:00
Rajakavitha1 5169bac98b Update replicaset.md (#7961)
Fixed the 404 error in : https://github.com/kubernetes/website/issues/7924
2018-04-04 08:35:10 -07:00
Zach Corleissen 30aab8074f Resolved merge conflict, removed merge artifacts (#7947) 2018-04-03 17:13:08 -07:00
Steve Perry 0e9e259a1a Regenerate API ref docs with full group names. (#7954) 2018-04-03 14:26:07 -07:00
tehut 4e22f60956 Blog Migration: Continuation of WIP PR #7144 (#7247)
* WIP

* fixing layouts and assets

updating Gemfile.lock with bundle install (rvm use ruby-2.2.9)

Updated links in header and footer

switch to paginate v2 gem

comment sidebar logic

fixing css regression

retry paginate

updated local ruby version

reverting to original pagination gem

remove text, make heading roboto, next/prev as buttons

* reintoduce dir tree changes

format checking new posts

shrink fab-icons down to 33px

* reintoduce dir tree changes

format checking new posts

shrink fab-icons down to 33px

* next/prev buttons on posts and index

* Change "latest" to v1.10

* rename .md to match old blog and added explict permalinks for urls

* replacing a link to old blog
2018-04-03 14:19:43 -07:00
Aravind 0a6b5b7d73 Removed helm and kompose from third party tooling section (#7650)
* Removed helm and kompose from third party tooling section

* Removed unnescessary headers

* Added back the heading
2018-04-02 19:19:05 -07:00
Haoliang Yu a1cdf47aa9 Fix a broken link (#7945) 2018-04-02 15:20:15 -07:00
Shen Yuanyu d8f04f51c1 warning style adjust (#7934) 2018-04-01 19:54:02 -07:00
Peter Wilcsinszky 3b544f49dc antiaffinity selector never matches (#7700)
Tested in minikube by replacing the zookeeper image with the pause container and the scheduler was able to schedule all 3 pods on the minikube node. Changing it to zk, made the pods zk-1 and zk-2 pending with scheduling failure as expected.
2018-04-01 08:08:02 -07:00
eaydogan 6879610621 docs/concepts/containers/images.md kubernetes version changed (#7690)
* imaged.md kubernetes version changed

"This was tested with a private docker repository as of 26 June with Kubernetes version This was tested with a private docker repository as of 26 June with Kubernetes version v0.19.3. It should also work for a private registry such as quay.io, but that has not been tested.

 v0.19.3 changed  to v1.9.3

* Update images.md

* Update images.md
2018-04-01 08:00:03 -07:00
Guang Ya Liu 2a7f1d357e Remove PersistentVolumeLabel from default admission controllers. (#7929)
PersistentVolumeLabel is now deprecated, we should remove it from
default list.
2018-04-01 07:38:02 -07:00
Mike 4d04576958 Update minikube.md (#7925)
clean-up the exposed deployment (service)
2018-04-01 07:35:03 -07:00
Nathan Baum 1524b0f999 Escape $ in CentOS et al script. (#7926)
Otherwise the repo URL is wrong.
2018-04-01 07:27:02 -07:00
Graham Christensen e7bf1283b0 Correct minikube incantation for image-service-endpoint (#7873) 2018-03-31 11:40:03 -07:00
Megan O'Keefe 60fe4c8102 Update jobs-run-to-completion.md (#7843)
* Clarified the roles of backoffLimit and activeDeadlineSeconds

* Updated formatting

* Clarified activeDeadlineSeconds based on PR comments
2018-03-30 08:41:03 -07:00
crystaljade f2bc498fd0 Line 17 1,10 -> 1.10 (#7911)
To enable GPU support through device plugins before 1,10 -> To enable GPU support through device plugins before 1.10
2018-03-30 05:32:02 -07:00
Sean Knox 11af47da0a Ensure example configs are valid JSON (#7912) 2018-03-30 05:31:03 -07:00
Shen Yuanyu 3921cb765b repair warning style (#7914) 2018-03-30 05:29:03 -07:00
Qiming b8fb58f333 Fix redirections for generated api references (#7890)
We have been using redirections in many pages when referencing the API
docs generated. Since the relocation of the generated files, this is
becoming difficult to maintain. This PR redirects all such links to the
generated artifacts so we can easily detect missing links if any.

closes: #7874
2018-03-29 06:28:04 -07:00
Rajakavitha1 894470851f Update install-minikube.md (#7841)
* Update install-minikube.md

Added a note as suggested in: https://github.com/kubernetes/website/issues/7394

* Update install-minikube.md

formatted the inline code for --vm-driver=none

* Update install-minikube.md
2018-03-28 13:38:03 -07:00
Harimohan S Bawa 911ecf5c76 Add link for IBM Cloud Private-CE on Linux Containers project (#7839)
* Add link for IBM Cloud Private-CE on Linux Containers project

IBM Cloud Private-CE (Community Edition) on Linux Containers is a Terraform/Packer/BASH based IaC to create a seven node (1 Boot, 1 Master, 1 Management, 1 Proxy and 3 Workers) LXD cluster on  Linux Host. Supported versions are: ICP 2.1.0.1 + Kubernetes 1.8.3 and ICP 2.1.0.2 + Kubernetes 1.9.1

Goal of this project was to create a Terraform based solution that can be easily configured to meet user needs for development purposes. This IaC script can be applied to Local or Cloud based Linux Host (Ubuntu). Additionally, environment specific TFVARS can allow simpler integration with DevOps pipeline.  

Detailed information can be found at https://github.com/HSBawa/icp-ce-on-linux-containers.

* Update verbiage to expand IaC
2018-03-28 13:00:07 -07:00
Steve Perry 95e561e3bb Generated ref docs, kubectl commands, 1.10. (#7880) 2018-03-28 12:39:03 -07:00
Steve Perry 5c06a8be58 Newly generated kubeadm includes. (#7882)
* Newly generated kubeadm includes.

* Add new includes to skip_toc and skip_title.
2018-03-28 12:33:05 -07:00
Steve Perry 98b217065b Update release notes to 1.10. (#7886) 2018-03-28 11:51:04 -07:00
Joseph Ruane d4311cab66 Fix spacing on custom columns template example (#7877) 2018-03-28 11:42:04 -07:00
Rajat Jindal bf45a16314 Clarify caching of exec auth tokens (#7881)
* Clarify caching of exec auth tokens

* Update the wording
2018-03-28 11:41:04 -07:00
Maciej Kwiek b02b212bec Add PolicyTypes to allow-all egress policy (#7895)
`PolicyTypes` default to `["Egress", "Ingress"]`,
it doesn't make sense for egress-only policy to have `Ingress` as PolicyType.
2018-03-28 10:44:05 -07:00
AdamDang 84c8fad62a Update expose-external-ip-address.md (#7838)
"is" is duplicated
2018-03-27 15:03:04 -07:00
AdamDang ee47973f37 Update init-containers.md (#7835)
Proper noun “Init Containers” are written in capital in this doc.
2018-03-27 14:59:05 -07:00
David Rekowski 753cefd7ee Update hello-minikube.md (#7855)
Added extra hint on the trailing dot on docker -build, since this is easily overlooked if not copied.
2018-03-27 14:58:03 -07:00
chentao1596 bee8df59d8 correct the owner_aliases (#7849) 2018-03-27 14:57:03 -07:00
CaoShuFeng 7b3a960b10 clean up -a from doc (#7852)
-a/--show-all has been set to true by default in 1.10
And it will be inert in 1.11

It's OK to remove them from the 1.10 doc.
2018-03-27 14:56:03 -07:00
田传武 956464acfe Update overview.md (#7836) 2018-03-27 06:58:03 -07:00
Qiming 7eb547732a Consolidate all upgrade/downgrade admin tasks (#7735)
This propose consolidate cluster upgrade/downgrade pages into one
subtopic which can serve an umbrella for future changes in this field.
2018-03-26 20:18:01 -07:00