Commit Graph

1175 Commits

Author SHA1 Message Date
Jennifer Rondeau f7bccde73e Release 1.10 (#7818)
* Refreshing installation instructions (#7495)

* Refreshing installation instructions

Added conjure-up. Updated displays and juju versions to current versions.

* Updated anchors

* Fixed image value version typo (#7768)

Was inconsistent with other values

* Update flocker reference to the github repo (#7784)

* Fix typo in federation document (#7779)

* an user -> a user (#7778)

* Events are namespaced (#7767)

* fix 'monitoring' link lose efficacy problem' (#7764)

* docs/concepts/policy/pod-security-policy.md: minor fix. (#7659)

* Update downward-api-volume-expose-pod-information.md (#7771)

* Update downward-api-volume-expose-pod-information.md

The pod spec puts the downward api files into /etc/podinfo, not directly in /etc. Updated docs to reflect this fact.

* Update downward-api-volume-expose-pod-information.md

One more spot needed fixing.

* Update downward-api-volume-expose-pod-information.md

Yet another fix, in the container example.

* Add Amadeus Case Study (#7783)

* Add Amadeus Case Study

* add Amadeus logo

* Fixed Cyrillic с in 'kube-proxy-cm' (#7787)

There was a typo (wrong character) in kube-proxy-cm.yaml - Cyrillic с (UTF-8 0x0441) was used instead of Latin c.

* install-kubectl: choose one installation method (#7705)

The previous text layout suggested that all installations had to be done, one after another.

* Update install-kubeadm.md (#7781)

Add note to kubeadm install instruction to help install in other arch i.e. aarch64, ppc64le etc.

* repair failure link (#7788)

* repair failure link

* repair failure link

* do change as required

* Update k8s201.md (#7777)

* Update k8s201.md

Change instructions to download yams files directly from the website (as used in other pages.)

Added instructions to delete labeled pod to avoid warnings in the subsequent deployment step.

* Update k8s201.md

Added example of using the exposed host from the a node running Kubernetes. (This works on AWS with Weave; not able to test it on other variations...)

* Gramatical fix to kompose introduction (#7792)

The original wording didn't through very well. As much of the original sentence has been preserved as possible, primarily to ensure the kompose web address is see both in text and as a href link.

* update amadeus.html (#7800)

* Fix a missing word in endpoint reconciler section (#7804)

* Partners page updates (#7802)

* Partners page updates

* Update to ZTE link

* Make using sysctls a task instead of a concept (#6808)

Closes: #4505

* add a note when mount a configmap to pod (#7745)

* adjust a note format (#7812)

* Update docker-cli-to-kubectl.md (#7748)

* Update docker-cli-to-kubectl.md

Edited the document for adherence to the style guide and word usage.

* Update docker-cli-to-kubectl.md

* Incorporated the changes suggested.
2018-03-22 13:51:04 -07:00
Jennifer Rondeau 77eaeda923 Pvcprotection toc (#7807)
* Refreshing installation instructions (#7495)

* Refreshing installation instructions

Added conjure-up. Updated displays and juju versions to current versions.

* Updated anchors

* Fixed image value version typo (#7768)

Was inconsistent with other values

* Update flocker reference to the github repo (#7784)

* Fix typo in federation document (#7779)

* an user -> a user (#7778)

* Events are namespaced (#7767)

* fix 'monitoring' link lose efficacy problem' (#7764)

* docs/concepts/policy/pod-security-policy.md: minor fix. (#7659)

* Update downward-api-volume-expose-pod-information.md (#7771)

* Update downward-api-volume-expose-pod-information.md

The pod spec puts the downward api files into /etc/podinfo, not directly in /etc. Updated docs to reflect this fact.

* Update downward-api-volume-expose-pod-information.md

One more spot needed fixing.

* Update downward-api-volume-expose-pod-information.md

Yet another fix, in the container example.

* Add Amadeus Case Study (#7783)

* Add Amadeus Case Study

* add Amadeus logo

* Fixed Cyrillic с in 'kube-proxy-cm' (#7787)

There was a typo (wrong character) in kube-proxy-cm.yaml - Cyrillic с (UTF-8 0x0441) was used instead of Latin c.

* install-kubectl: choose one installation method (#7705)

The previous text layout suggested that all installations had to be done, one after another.

* Update install-kubeadm.md (#7781)

Add note to kubeadm install instruction to help install in other arch i.e. aarch64, ppc64le etc.

* repair failure link (#7788)

* repair failure link

* repair failure link

* do change as required

* Update k8s201.md (#7777)

* Update k8s201.md

Change instructions to download yams files directly from the website (as used in other pages.)

Added instructions to delete labeled pod to avoid warnings in the subsequent deployment step.

* Update k8s201.md

Added example of using the exposed host from the a node running Kubernetes. (This works on AWS with Weave; not able to test it on other variations...)

* Gramatical fix to kompose introduction (#7792)

The original wording didn't through very well. As much of the original sentence has been preserved as possible, primarily to ensure the kompose web address is see both in text and as a href link.

* update amadeus.html (#7800)

* Fix a missing word in endpoint reconciler section (#7804)

* add toc entry for pvcprotection downgrade issue doc
2018-03-21 14:30:04 -07:00
Andrew Chen a6fd58d42d Merge master into release-1.10 2018-03-16 16:29:38 -07:00
Shahid Iqbal f5c7f91bdf Added details for scaling node count on AKS (#7756)
Added link to docs for scaling nodes on AKS
2018-03-15 09:07:26 -07:00
Kai Chen 1549d29783 Point the KubeletConfig doc to the release-1.9 code base (#7696)
The version will be updated to v1beta1 with the official 1.10 release.
2018-03-14 13:32:03 -07:00
Martin Dietze 2085cf666b Guide for upgrading kubeadm HA clusters. (#7557)
* Guide for upgrading kubeadm HA clusters.

* kubeadm HA upgrade guide: text changes from code review.

* Guide for upgrading kubeadm HA clusters: proposed changes after second round of code review.
2018-03-14 08:30:05 -07:00
Mik Vyatskov 39d6d27709 Fix stage names in audit logging documentation (#7746)
Signed-off-by: Mik Vyatskov <vmik@google.com>
2018-03-14 06:22:04 -07:00
Mik Vyatskov a4af6f5ad8 Update Audit Logging documentation for 1.10 (#7679)
Signed-off-by: Mik Vyatskov <vmik@google.com>
2018-03-13 17:00:32 -07:00
Andrew Chen 021502d2a6 Merged master into release-1.10 and resolved merge conflicts. 2018-03-13 16:36:07 -07:00
Mik Vyatskov 1500d69283 Add a warning about increased memory consumption for audit logging feature. (#7725)
Signed-off-by: Mik Vyatskov <vmik@google.com>
2018-03-13 12:37:34 -07:00
Chi Trung Nguyen b46bb6de8a Update weave-network-policy.md (#7728)
typo
2018-03-13 09:41:12 -07:00
CaoShuFeng 838b81120c remove description about "scale jobs" (#7712) 2018-03-12 18:39:09 -07:00
MaciekPytel ded7723a69 Add external metrics to HPA docs (#7664)
* Add external metrics to HPA docs

* Update horizontal-pod-autoscale-walkthrough.md

* Apply review comments to HPA walkthrough
2018-03-12 08:49:12 -07:00
Lee Verberne 700209bacb Create a task describing Pod process namespace sharing (#7489) 2018-03-10 00:50:11 -08:00
aburdenthehand d634fb7f04 Flag names changed (s/admission-control/enable-admission-plugins); disable-admissions-plugin entry added; removed reference to admission controller/plugins requiring set order (for v1.10), redundant example enabling specific plugin, and redundant version-specific info (#7449) 2018-03-08 12:00:56 -08:00
Jennifer Rondeau 44b51d6056 merge master to 1.10, with fixes (#7682) 2018-03-08 11:03:55 -08:00
Michael Taufen f5b6cb3f62 Fix typo (#7640) 2018-03-05 17:14:51 -08:00
John Belamaric 9bc1a4814e Update CoreDNS docs for beta (#7638)
* Update CoreDNS docs for beta

* Review comments
2018-03-05 11:29:51 -08:00
Yuquan Ren 90e5519a54 add pv protection description (#7620) 2018-03-05 01:39:51 -08:00
Weibin Lin 805f2c7897 Update port-forwarding docs (#7575) 2018-03-04 18:30:52 -08:00
Guang Ya Liu 4f7de6e5b5 Added TOC for HPA document for better reference. (#7624) 2018-03-04 12:27:52 -08:00
Moussa Taifi 4ea101d9b0 Add section in tasks => configmaps with examples for --from-env-file (#6777)
* Add section in tasks => configmaps with examples for --from-env-file post #6648

* fix language to match style guide
2018-03-04 12:14:51 -08:00
Michael Taufen c431b28d56 update kubeletconfig docs for v1.10, beta (#7561) 2018-03-03 11:50:53 -08:00
Pavel Pospisil 645986116b Storage Protection was renamed to Storage Object in Use Protection (#7576)
* Storage Protection was renamed to Storage Object in Use Protection

The K8s PR: https://github.com/kubernetes/kubernetes/pull/59901
renamed Storage Protection to Storage Object in Use Protection.

That's why the same is also renamed in the documentation.

* Moved Storage Object in Use Protection admission plugin description down according to alphabetic order.
2018-03-03 11:42:53 -08:00
Alex Glikson 46d896e518 Use standard stress utility in examples (#7582)
In memory allocation examples, replaced the use of custom stress utility with the standard one.
2018-03-03 11:41:53 -08:00
CaoShuFeng 90f79232da fix description about out of resource handling (#7597)
s/threshhold/threshold
2018-03-03 11:36:54 -08:00
Alex Glikson 38c496d15b Moved more recent info to the top, fixed a typo (#7579)
- Moved details of recent releases (1.8 and onward) to the top
- added missing "with" in "compatible with the Kubernetes Container Runtime Interface (CRI)"
2018-03-01 17:19:53 -08:00
CaoShuFeng 9e05ad8a6d remove description kubectl --show-all (#7574)
--show-all has been deprecated and set to true by default.
https://github.com/kubernetes/kubernetes/pull/60210
2018-03-01 17:16:53 -08:00
Daniel Kończyk def491a76c Add missing NodePort in the example output (#7565) 2018-02-28 14:02:47 -08:00
Xiaodong Zhang b99d1b1394 Bump up deployment version in tasks/access-application-cluster folder (#7324) 2018-02-27 22:35:46 -08:00
bryangunn 23342f23d9 Update namespaces-walkthrough.md (#7551)
Fixed a couple typos.
2018-02-27 20:14:45 -08:00
Qiming 306438053f Update CPU manager feature enabling (#7390)
With `CPUManager` feature graduating to beta. No explicit enabling is
required starting v1.10.
References: kubernetes/kubernetes#55977
2018-02-27 12:00:45 -08:00
Pavel Pospisil e4580789e2 Bring PVC Protection Feature to Beta (#7165)
* Bring PVC Protection Feature to Beta

The PR: https://github.com/kubernetes/kubernetes/pull/59052
brought PVC Protection feature to beta.

That's why the documentation is updated accordingly.

* The PVC Protection feature was renamed to Storage Protection. That's why the documentation is updated.
2018-02-27 11:46:46 -08:00
Michelle Au 21926145fe Update docs with subpath limitation (#7533) 2018-02-27 11:21:45 -08:00
William Zhang 7e07a410b0 Fix the wrong link to pod-priority-preemption (#7545)
Signed-off-by: William Zhang <warmchang@outlook.com>
2018-02-27 11:07:45 -08:00
Aravind 06f94d3983 Debugging DNS has been moved to a separate article. (#7436)
* Separated
    Customizing DNS service
    Debugging DNS
 from https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/

* fixed a typo
2018-02-27 10:52:46 -08:00
Nikhita Raghunath f5b0cf6a06 Add docs for CRD features for 1.10 (#7439)
* Add docs for CRD features for 1.10

* Add CustomResourcesSubresources to list of feature gates

* Add latest changes to custom resources doc
2018-02-27 04:04:45 -08:00
Qiming cdf1c13382 Document that Device Plugin feature is Beta (1.10) (#7512) 2018-02-26 17:00:44 -08:00
Vineet Garg cf48480729 Kms provider doc (#7479)
* Kms provider doc

* issue# 7399, Create KMS-provider.md and update encrypt-data.md

* address review comments
2018-02-25 09:21:43 -08:00
Markus Banfi 01098a1d42 Fix reference to Python client library (#7504) (#7505)
* Fix reference to Python client library (#7504)

* fixup! Fix reference to Python client library (#7504)
2018-02-25 08:14:43 -08:00
Philippe Pepiot 0c0e2c636d pull image private: fix example variable name (#7510)
In the docs the secret is called regcred instead of regsecret
2018-02-24 14:14:44 -08:00
Joseph Herlant a49701cf4b Fix explanation about eviction threshold (#7311) 2018-02-24 13:17:45 -08:00
Ozioma d1b446a080 edit command to create config file (#7293)
"touch" is not a windows or power shell command
2018-02-24 09:45:45 -08:00
Qiming 0baa438ed9 Document that HugePages feature gate is Beta (#7387)
The `HugePages` feature gate has graduated to Beta in v1.10. This PR
documents this fact.
2018-02-24 09:33:45 -08:00
Joel Smith 5ec5118445 Don't encourage people to mount downwardAPI volumes on /etc (#7484)
Because API data volumes like downwardAPI are expected to be fully
managed by Kubernetes and are now mounted read-only, this causes
problems with other files in /etc like /etc/resolv.conf that Docker
tries to add to the volume. Our examples should show such volumes
being mounted to a dedicated subdirectory for the volume.
2018-02-23 10:06:45 -08:00
Jianfeng Li 979bcb1291 fix a typo (#7492) 2018-02-22 23:08:44 -08:00
irfanurrehman 5a7e97b0fe [Federation] Update the release location for kubefed (#7429) 2018-02-22 16:14:44 -08:00
Andrew Chen 0f178d4632 Update Service Catalog docs to meet style guidelines (#7341)
* Update Service Catalog docs to meet style guidelines

* Address stevepe's comments

* Remove full-links to cluster operator and application developer in glossary
2018-02-22 15:08:43 -08:00
Ali Rizwan 7e975e06b6 Fixed wrong imagepullsecret name (#7426)
* Fixed wrong imagepullsecret name

* Fixed wrong escaping
2018-02-20 18:52:40 -08:00
Tony Li 62002d3073 Pull image private cleanup (#6609)
* cleanup and clarify doc on imagePullSecrets task

* rename regsecret to regcred to reduce stuttering
2018-02-20 09:54:38 -08:00