Commit Graph

529 Commits (0d471c4fc885c21bb52ebab64612fef67096529d)

Author SHA1 Message Date
RaviSantosh Gudimetla 315c716774 Deprecate critical pod annotation (#10733) 2018-10-30 10:17:58 -07:00
erganzi 19dbe8d584 Update ingress.md (#10752)
Fix a small mistake
2018-10-30 10:05:08 -07:00
erganzi d607ce8541 Update hpa.md (#10749)
not rs
2018-10-30 10:03:51 -07:00
Rui Cao f8179c11a7 Fix typo: preferrable -> preferable (#10774)
Signed-off-by: Rui Cao <ruicao@alauda.io>
2018-10-30 09:53:08 -07:00
NoNE 36c0aa21eb Added an explanation for using the double dash symbol (#10661)
* Added an explanation for using the double dash symbol

* Changing to note block.

* Update get-shell-running-container.md
2018-10-30 09:50:44 -07:00
LiuDui 654a589167 Delete some extra space (#10741)
Delete some extra space
2018-10-30 09:45:56 -07:00
Caio 5bab86b2b3 Code style not working on kubernetes.io (#10727)
* Code style not working on kubernetes.io

Code style based on tab works on github markdown, but it is not working on kubernetes.io. In addition to that, `<your-pv-name>` argument on line 50 is hidden on kubernetes.io, because it is being processed as a HTML tag.

* Update change-pv-reclaim-policy.md

Indentation fix
Language of the code specified
2018-10-30 09:44:40 -07:00
erganzi 6f3eabd240 Update federated/job.md and federated/namespaces.md (#10762)
* Update namespaces.md

fix it.

* Update job.md

fix it
2018-10-28 23:10:23 -07:00
erganzi c3dee1ed7f Update deployment.md (#10748)
fixed a small mistake
2018-10-27 02:22:20 -07:00
William Zhang 5d592fbee3 fix spelling errors in doc repo (#10434)
* fix spelling errors in content/en/docs/concepts/containers/

Signed-off-by: William Zhang <warmchang@outlook.com>

* fix spelling errors in HPA, StatefulSet, SA

Signed-off-by: William Zhang <warmchang@outlook.com>
2018-10-26 09:07:21 -07:00
Lee Gaines 65eac71489 Updated the numbering of instructions (#10401)
* Updated the numbering of instructions

All of the instructions were numbered like this:
1. do something
1. then do this
1. finally, do this.

I just changed them accordingly to be 1-2-3. There was also a case typo in the `LOG_LEVEL=info` which should be `LOG_LEVEL=INFO` based on the data in the yaml file.

* Update numbered list formatting

* [WIP] test snippet fix

* more numbered list/snippet fixes
2018-10-25 14:08:57 -07:00
MengZeLee 04163e9a7c removing toc shortcode. (#10720) 2018-10-25 11:02:31 -07:00
meirlaker 8f2bb3d6ad Fix typo: update --> updated (#10726) 2018-10-25 10:50:40 -07:00
李永信 91e8ad433f typo fix about further (#10723)
Signed-off-by: Yongxin Li <yxli@alauda.io>
2018-10-24 06:26:08 -07:00
Chao Wang 255d95da31 fix a clerical error in audit truncate description (#10651) 2018-10-23 08:44:29 -07:00
Nikhita Raghunath 712f463ba1 Remove docs for migration from TPRs to CRDs (#10707)
* Add sttts as a reviewer to CRD docs

* Remove docs for migration to CRDs as TPRs are not relevant anymore

TPRs were removed in 1.8
2018-10-23 04:24:29 -07:00
takonomura f82237f061 Fix a broken link in /docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-ha/ (#10693) 2018-10-22 12:40:19 -07:00
likeXXxx 776485e2f7 fix a typo (#10695)
* fix a typo

* fix a typo
2018-10-22 11:25:26 -07:00
Gregory Hanson 548b538f72 Bug in coredns ConfigMap spec (#10585)
Missing the `data` label in configmap spec.  Attempting to create the file as is results in:
```
error: error validating "STDIN": error validating data: ValidationError(ConfigMap): unknown field "Corefile" in io.k8s.api.core.v1.ConfigMap; if you choose to ignore these errors, turn validation off with --validate=false
```
2018-10-17 17:27:28 -07:00
Karen Bradshaw 5e1579a199 fix glossary entry for quantity (#10653) 2018-10-17 17:13:00 -07:00
Brandon Philips fe40954ebd tasks-with-cron-jobs: explain the steps expression (#10540)
The `/` steps expression is used throughout this doc but is never explained. Worse, it isn't actually part of the "normal" Cron spec linked in Wikipedia and is an extension added to vixiecron
2018-10-17 16:51:00 -07:00
Rob Hirschfeld caf3defcad Adding Kubernetes Kubeadm + Digital Rebar integration for On-Prem installs (#10118)
* add Digital Rebar KRIB to installer lists

* second review, minor cleanups

* address corrections flagged by @neolit123

* resolve merge - fix table

* add Digital Rebar KRIB to installer lists

* second review, minor cleanups

* address corrections flagged by @neolit123
2018-10-17 12:28:23 -07:00
Jeff Billimek c8ce7c3b18 adding missing step for additional control plane nodes (#10600)
There appears to be a missing step instructing the user to apply the kubeadm-config on each of the additional control plane nodes
2018-10-15 06:40:46 -07:00
nownabe 753f57f0e6 Tweak Horizontal Pod Autoscaler documentation (#10596)
* Use consistent terms

* Fix typo
2018-10-12 06:21:18 -07:00
chenDT e6611e3100 Fix some "capture prerequisites" errors in docs/tasks. (#10270)
Multiple "capture prerequisites" can only display the last one, so we need to
merge multiple "capture prerequisites".
2018-10-11 14:21:04 -07:00
Juan Vallejo 275c8c6721 address additional comments from pr #10259 (#10539) 2018-10-09 18:10:03 -07:00
Scott Brenner a7e41d80db Minor typo fix (#10567)
Not sure what's supposed to be here, proposing removing it.
2018-10-09 14:52:03 -07:00
erganzi 27202920f3 Update memory-constraint-namespace.md (#10530)
update memory request to 100MiB corresponding the yaml content
2018-10-09 05:15:31 -07:00
William Zhang 83fc9324e1 Fix issue #10520 (#10554)
Signed-off-by: William Zhang <warmchang@outlook.com>
2018-10-09 04:50:06 -07:00
CaoShuFeng cf73622b61 fix discription about horizontal pod autoscale (#10557) 2018-10-09 04:42:09 -07:00
CaoShuFeng cdd25ae6ef update description about cron jobs (#10183)
* update description about cron jobs

Fixes: https://github.com/kubernetes/website/issues/10177

* grammar edits
2018-10-05 15:20:55 -07:00
njain1985 e4dcc4682b Update resource-usage-monitoring.md (#9980)
* Update resource-usage-monitoring.md

Add New Relic Kubernetes monitoring integration

* Update resource-usage-monitoring.md

Implemented the suggested changes, thanks for pointing out.

* Remove unneeded toc and add punctuation
2018-10-04 10:50:15 -07:00
Kenny Ho 11e937be26 Add support information for AMD GPUs (#10436) 2018-10-03 20:55:57 -07:00
LiuDui ab96cc7b25 The version information displayed on the page is outdated (#10407) 2018-10-03 20:42:22 -07:00
Justin Santa Barbara f39bc10631 Rewrite links for environment-variable-expose-pod-information to new location (#10209)
We have a redirect, so these links aren't broken, but we shouldn't
rely on the redirect - that ends up with long chains of complicated
redirects and makes validating the markdown harder.
2018-10-03 20:35:42 -07:00
Denis Salamanca af2207017f Removed "touch" on sources.list.d (#10427)
touch is not necessary as the "tee" command will create the file regardless if it exists or not
2018-10-03 19:45:58 -07:00
Florian Breisch 4e0ee8b5c6 Fix misspelled plugin configuration option (#10421) 2018-10-03 19:43:16 -07:00
SataQiu f950f0977e update version info (#10408) 2018-10-03 19:40:34 -07:00
LiuDui 96e18455cf Modified version information (#10406) 2018-10-03 19:39:13 -07:00
caberdoz ade133f06d Update update-daemon-set.md (#10290)
The default strategy for the update changed from 'OnDelete' to 'RollingUpdate' since Kubernetes 1.8:
https://v1-8.docs.kubernetes.io/docs/api-reference/v1.8/#daemonsetupdatestrategy-v1beta2-apps
2018-10-03 19:31:07 -07:00
Zach Corleissen 31517d13ee Fix broken link, fix & add redirects (#10122) 2018-10-03 19:16:34 -07:00
makocchi 20b1dd242d update and reorder sub contents (#10112) 2018-10-03 19:07:30 -07:00
stephan lindauer 40972e0c6a Fix "compared compared" (#10456) 2018-10-03 17:15:49 -07:00
Pieter Vogelaar 86c0e43a0c Added cron job monitoring (#10336)
* Added cron job monitoring

Added cron job monitoring with the Kubernetes job monitor

* Update resource-usage-monitoring.md
2018-10-03 13:50:24 -07:00
Jim Angel 8588d175cd Remove Dynatrace per PR 9504 (#10458) 2018-10-02 12:45:13 -07:00
LiuDui 54ba69b5fb Remove excess 'and' (#10446) 2018-09-30 05:22:43 -07:00
SataQiu 56c011bae1 fix typo (#10410) 2018-09-28 01:03:15 -07:00
Jim Angel 786d314da5 [Do Not Merge] Release 1.12 (#10292)
* Update docs for fields allowed at root of CRD schema (#9973)

* add plugin docs and examples (#10053)

* docs update to promote TaintNodesByCondition to beta (#9626)

* HPA Specificity Improvements (#8757)

Updated the HPA docs to reference the `autoscaling/v2beta2` API version,
and added documentation about the new fields.

* adjust docs for pod ready++ (#10049)

* Remove --cadvisor-port - has been deprecated since v1.10 (#10023)

Change-Id: Id2a685473a243aef492a98ff450759f39e362557

* Add Documentation for Snapshot Feature (#9948)

* Add documentation for snapshot feature

* Update volume-snapshots.md

* Add dry-run to api-concepts (#10033)

* kubeadm-init: Update the offline support section (#10062)

The update includes the following things (in mind with Kubernetes 1.12):

- Remove the 1.8 image versions
- Add the 1.10 image versions that were missing until now
- Include a comment for the missing arch suffixes in 1.12

Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>

* Say bye to `DynamicProvisioningScheduling` (#10157)

The mentioned feature gate is now collapsed into `VolumeScheduling`.

xref: kubernetes/kubernetes#67432

* Update ResourceQuota per PriorityClass state for 1.12 (#10229)

* TokenRequest and TokenRequestProjection now beta (#10161)

xref: kubernetes/kubernetes#67349

* Change feature state for kms provider to beta. (#10230)

KMS Provider will be graduating to beta in v1.12, reflecting this change on the website.

* coredns default (#10200)

* Promote ShareProcessNamespace to beta in docs (#9996)

* Add CoreDNS details to DNS Debug docs (#10201)

* add coredns details

* address nits, add query logging section

* Update docs with topology aware dynamic provisioning (#9939)

* Document topology aware volume binding feature

* update for readability

* Update storage-classes.md

* comma splice

* don't abbreviate

* HPA Algorithm Information Improvements (#9780)

* Update HPA docs with more algorithm details

The HPA docs pointed to an out-of-date document for information on the
algorithm details, which users were finding confusing.  This sticks a
section on the algorithm in the HPA docs instead, documenting both
general behavior and corner cases.

* Add glossary info, HPA docs on quantities

People often ask about the quantity notation when working with the
metrics APIs, so this adds a glossary entry on quantities (since they're
used elsewhere in the system), and a short explantation in the HPA walkthough.

* Information about HPA readiness and stabilization

This adds information about the new changes to HPA readiness and
stabilization from kubernetes/features#591, and other minor changes that
landed in Kubernetes 1.12.

* Update horizontal-pod-autoscale.md

* Audit 1.12 doc (#9953)

* audit 1.12 document

* remove legacy audit feature

https://github.com/kubernetes/kubernetes/pull/65862

* update feature gate doc

* MountPropagation is now GA (#10090)

* RuntimeClass documentation (#10102)

* RuntimeClass documentation

* Update runtime-class.md

* Add documentation for Scheduler performance tuning (#10048)

* Add documentation for Scheduler performance tuning

* Update scheduler-perf-tuning.md

* TTL controller for cleaning up finished resources (#10064)

* TTL controller for cleaning up finished resources

* Address comments

* Update ttlafterfinished.md

* Bump quota configuration api version (#10217)

* Incremental update from master (#10278)

* fix invalid href of cloud controller manager (#10240)

* fix invalid yaml format (#10238)

* update storage-limits doc with Azure disk part (#10224)

update storage-limits doc with Azure disk part

fix comments

* Update kubelet-config-file.md (#10222)

Update link to KubeletConfiguration struct.

* fix a trivial misspelling (#10244)

* Fix cassandra-statefulset.yaml indent level (#10243)

* Mention minimum etcd versions (#10208)

Source: https://groups.google.com/d/msg/kubernetes-dev/jMPA4JzKiY4/HIx2ugvLBAAJ

* fix 404 error (#10250)

* Small verb tweak (#10190)

Present participle, ftw.

* Add AnchorJS logic for header links (#10155)

* Add AnchorJS JavaScript

* Remove existing inpage_heading logic

* Remove underline from anchor tags

* Use single icon and add touch visibility

* Use paragraph link icon for AnchorJS

* Update Sass to use code formatting in docsContent headers

* Update header size coverage to H3-H6

* fix broken link in kubefed.md (#10254)

* Update the version numbers for the X-Remote-Extra- and Impersonate-Extra- key fixes (#9827)

The fix was cherry picked into 1.11.3, 1.10.7, and 1.9.11:

https://github.com/kubernetes/kubernetes/pull/67162
https://github.com/kubernetes/kubernetes/pull/67163
https://github.com/kubernetes/kubernetes/pull/67164

* fix typo (#10168)

* fix typo

* addressing comments.

* Update setup-ha-etcd-with-kubeadm.md

* fix typos (#10252)

* fix description of contribute guide (#10253)

* describe truncate feature about advanced audit (#10236)

* describe truncate feature about advanced audit

* Update audit.md

* docs update to promote ScheduleDaemonSetPods to beta (#9923)

* Dynamic volume limit updates for 1.12 (#10211)

* add a placeholder commit

* Update docs for csi volume limits

* Update storage-limits.md

* Add "MayRunAs" value among other GroupStrategies (#9888)

* Add CoreDNS details to the customize DNS doc (#10228)

* Add CoreDNS details to the customize DNS doc

Rewrite the document to include more details about CoreDNS, since it's now the default from v1.12

* Address comments

* Improve doc wording

* Fix link

* Update dns-custom-nameservers.md

* Update dns-custom-nameservers.md

* Fix secrets docs in 1.12 branch (#10056)

* Fix secrets docs

* Update secret.md

* Revert CoreDNS Docs (#10319)

* Revert "Add CoreDNS details to DNS Debug docs (#10201)"

This reverts commit 462817a674.

* Revert "Add CoreDNS details to the customize DNS doc (#10228)"

This reverts commit e7319eeb8c.

* Revert "coredns default (#10200)"

This reverts commit 698e93b441.

* Add CRI installation instructions page

Added cri-installation page with CRI installation instructions
Referenced it from kubeadm-init and install-kubeadm pages.

* kubeadm: update API types documentation for 1.12 (#10283)

v1alpha2 -> v1alpha3
MasterConfiguration -> [new-api-types]

* TokenRequest feature documentation (#10295)

* AdvancedAuditing is now GA (#10156)

xref: kubernetes/kubernetes#65862

`AdvancedAuditing` feature is GA in 1.12. This PR adjusts the related
docs.

* update runtime-class.md (#10332)

* update runtime-class.md

* Update runtime-class.md

* Document cross-authorizer permissions for creating RBAC roles (#10015)

* Document cross-authorizer permissions for creating RBAC roles

* Update rbac.md

* kubeadm: update authored content for 1.12 (reference docs and cluster creation) (#10348)

* kubeadm: update authored content in reference docs for 1.12

* kubeadm: add time frame in create-cluster-kubeadm for 1.12

* add AllowedProcMountTypes and ProcMountType to docs (#9911)

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>

* kubeadm: add new command line reference (#10306)

Add:
- placeholder files
- include place holder files
- include "renew" sub command
- add missing tabs for "alpha phase kubelet"

* Documenting SCTP support in Kubernetes (#10279)

* Documenting SCTP support in Kubernetes Service, Endpoint, NetworkPolicy and Pod

* Updates based on comments on the PR

* kubectl expose update with SCTP support

* Updated according to comments in the PR

* Revert "kubectl expose update with SCTP support"

This reverts commit 0d5a1e6720.

* TLS Bootstrap and Server Cert Rotation feature documentation (#10232)

* TokenRequest feature documentation

* line wrapping to make review not insane

* update content for GA without major refactor

* Update kubelet-tls-bootstrapping.md

* Add clarifications for volume snapshots (#10296)

* Update kubadm ha installation for 1.12 (#10264)

* Update kubadm ha installation for 1.12

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* update stable version

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* Update stacked control plane for v1.12 (#2)

* use v1alpha3

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* more v1alpha3 (#4)

* updates

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* Document how to run in-tree cloud providers with kubeadm (#10357)

Change-Id: Iab6b996a830503d74a6eb0c507c5f8ca7a39235b

* kubeadm reference doc for release 1.12 (#10359)

* Revert "Revert "Add CoreDNS details to DNS Debug docs (#10201)""

This reverts commit bb30f4d1fc.

* Revert "Revert "Add CoreDNS details to the customize DNS doc (#10228)""

This reverts commit bc23d45c09.

* Revert "Revert "coredns default (#10200)""

This reverts commit 7f4350d6ab.

* add missing instruction for ha guide (#10374)

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* kubeadm - Ha upgrade updates (#10340)

* Update HA upgrade docs

* Adds external etcd HA upgrade guide

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* copyedit

* more edits

* add runasgroup in psp (#10076)

* update KubeletPluginsWatcher feature gate (#10205)

* generated 1.12 docs

* Building Multi-arch images with Manifests (#10379)

In 1.12, a variety of images used in a typical kubernetes installation
have started to using manifests to better support environments with arm
or ppc64le architectures. For example all images used with kubeadm by
default have manifests, another would be all the tests in the
conformance test suite. Here we capture the best practices for everyone
to start using manifests in their own workflows.

Change-Id: I5ba4c5fe55ffc9486a8251760f3352be4f2e1494

* Upgrade docs for v1.12 (#10344)

* generated assets and docs

* remove 1.7

* update 1.12

* update plugin documentation under docs>tasks>extend-kubectl (#10259)

* update plugin documentation under docs>tasks>extend-kubectl

* Update kubectl-plugins.md
2018-09-27 16:41:39 -07:00
Nate Bhurinat Wangsutthitham f9addd8fe1 Update weave-network-policy.md -- fixing typo. (#9825)
* Update weave-network-policy.md

Fix typo.

* Update weave-network-policy.md

- Added note on abbreviation

* Remove note about abbreviation
2018-09-24 15:50:39 -07:00
Damien Duportal c22f068daa Fix Markdown on documentation for install-kubectl (#9975)
* Fix Markdown on documentation for install-kubectl 

Section modified: "Install with Powershell from PSGallery"

* Update install-kubectl.md

* Feedback from PR review with gramamtically incorect sentence and markdown rendering in install-kubectl.md

Update install-kubectl.md

Update install-kubectl.md

Update install-kubectl.md

Update install-kubectl.md
2018-09-20 10:43:53 -07:00
WanLinghao 77db7a1152 Fix a command error in configure-service-account.md file. (#10289) 2018-09-20 04:53:38 -07:00
Gerald Haydtner 352217b7c7 update URL, add screenshot (#10313) 2018-09-20 04:47:29 -07:00
Bob Killen 3e33d3f9e0 Replace kusers links with discuss forum link (#10321) 2018-09-20 04:41:02 -07:00
Karen Bradshaw 95da1ca48f Fix inline markup in headers, links (#10099)
* Clean up inline markup and links

- Clean up inline markup in html headers
- Fix links on page and related page
- Clean up some wording and add links to tutorial and concepts

* Update scale-stateful-set.md
2018-09-19 20:32:20 -07:00
Quan Tian 02c38e5180 Fix dns doc about inheriting DNS from nodes (#9214)
Kubelet doesn't prepend the cluster DNS server to the nodes's DNS
settings, neither for Pods with "ClusterFirst" dnsPolicy nor Pods with
"default" dnsPolicy.

Only pods with "default" dnsPolicy inherit DNS from nodes, without the
cluster DNS server prepended.
2018-09-19 20:30:05 -07:00
Shida Qiu 5e858b3ddc Fix the wrong link address (#10300)
Fix the wrong link address
2018-09-19 19:59:29 -07:00
zhanggaogong 7027195d46 fix a 404 error page in ingress.md (#10314)
* fix a 404 error page in ingress.md

* fix typo in fix
2018-09-19 19:50:02 -07:00
Sapphire Mason-Brown 0bddc54f36 Fix minor typo in 'Debugging Kubernetes nodes with crictl (#10338) 2018-09-19 19:01:22 -07:00
Kevin Lefevre f5b05a4e4e Update configure-aggregation-layer.md (#10119) 2018-09-16 00:39:50 -07:00
Bjørn Erik Pedersen 1b5ff98a44 Make the home page into reusable and translatable blocks (#10071)
* Make navigation and UI strings i18n friendly

This commit

* Extracts most UI strings into i18n bundles so they can be translated
* Makes a proper Hugo menu out of the hardcoded menu that is shown on smaller screens
* Changes the language selector logic to navigate to the current page in the other language if possible (e.g. the translation). If not possible, it takes you to the home page for that language.

For testing, this commit also adds Norwegian as a new language. This is turned off.

* Make the home page into reusable and translatable blocks

This commit adds a set of block type shortcodes that is then used to build the home page.

* These shortcodes gets common image resources from a new headless bundle. These resources can be inherited or overridden by translations.
* The hardcoded case studies section on the home page is replaced with a query and a loop.
* The hardcoded feature list on the home page is replaed qith a query and a loop.
2018-09-14 14:47:24 -07:00
Zach Corleissen ee35f4518d Fixes from review of PR #10278 (#10280)
Feedback from mistyhacks

Update configure-upgrade-etcd.md

Update configure-upgrade-etcd.md
2018-09-12 14:35:43 -07:00
CaoShuFeng 00c0cda728 describe truncate feature about advanced audit (#10236)
* describe truncate feature about advanced audit

* Update audit.md
2018-09-11 21:19:12 -07:00
Eric Tune 726ce50f4a Mention minimum etcd versions (#10208)
Source: https://groups.google.com/d/msg/kubernetes-dev/jMPA4JzKiY4/HIx2ugvLBAAJ
2018-09-10 02:16:53 -07:00
vsoutherner c75060883e Update kubelet-config-file.md (#10222)
Update link to KubeletConfiguration struct.
2018-09-09 18:35:41 -07:00
CaoShuFeng 37d8c7bf8d fix invalid yaml format (#10238) 2018-09-09 18:25:40 -07:00
CaoShuFeng 4423ff8f6b fix invalid href of cloud controller manager (#10240) 2018-09-09 18:23:41 -07:00
Michael Schubert 949a1ff541 Improve `--requestheader-client-ca-file` warning (#10093)
It's important to use a distinct CA (unless you exactly know what you
are doing) but not clear from the current documentation and warning.
2018-09-05 23:55:13 -07:00
tanshanshan 148d40ee2e column STORAGECLASS is missed (#10204) 2018-09-05 23:44:16 -07:00
Ajay Kemparaj 5336022bef keep consistency with the kubectl commands (#10197) 2018-09-05 14:46:40 -07:00
Joseph Ruane edeb6a42b7 fix the suffix in the system-reserved example (#10136) 2018-09-05 06:26:02 -07:00
Michael Taufen e30e4c2e63 fix url for 1.11 docs (#10087)
The URL was not updated to point to release-1.11 branch when 1.11 was released.
This PR updates it to use the docsbranch param, so we don't have to
update it for every release.
2018-09-04 23:51:33 -07:00
linyouchong 91e3697aa5 Update command output (#10109) 2018-09-04 22:44:32 -07:00
Xinhai Wang 4fcfde8901 Update assign-cpu-resource.md (#10176)
fix typo
2018-09-04 20:54:23 -07:00
Eyal Levin 630c39e182 Update jobs link (#10179) 2018-09-03 05:42:23 -07:00
Yuanbin Chen 2bb5538bdf Fix monitor node health "running as a cluster addon" link error (#10165)
Fixes #10164

Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2018-08-31 04:39:37 -07:00
tanshanshan 526f3b9a39 fix the command output (#10143)
I have verified on version v1.11
2018-08-30 07:43:21 -07:00
tanshanshan cd7b1898f9 fix the command output (#10142)
I have verified on version v1.11
2018-08-29 22:48:18 -07:00
AdamDang 8f71dca836 Typo fix: kubeadmin->kubeadm (#10078)
Typo fix: kubeadmin->kubeadm
2018-08-27 07:02:43 -07:00
Julie Bruce 7210c0e99a Applied Technical Writer Edits to the Top Portion (#10001)
Edited the file with Technical Writer edits through the Install kubectl binary using curl section. Will finish more later.
2018-08-22 12:03:06 -07:00
Julie Bruce cf8f500891 Removed apostrophe and capitalized CPU (#10045) 2018-08-22 11:40:00 -07:00
Julie Bruce 338265ee3f Style updates (#10046) 2018-08-22 11:37:45 -07:00
Julie Bruce 5752cde1fa Made CPU usage consistent and removed apostrophes (#10044)
* Made CPU usage consistent and removed apostrophes

* Update assign-cpu-resource.md
2018-08-22 08:58:09 -07:00
Julie Bruce 6d3d89198e Added short code around include statement (#10006) 2018-08-22 08:51:24 -07:00
Julie Bruce 1d7e329fd9 Applied Style Changes (#10043)
* Applied Style Changes

* Add a few more light edits
2018-08-22 08:49:09 -07:00
Julie Bruce 54aebcde1a Applied Note Tags and Removed Latinisms (#10026) 2018-08-21 14:25:49 -07:00
Julie Bruce 1aa22b4a32 Applied Technical Writer Edits (#10022) 2018-08-21 13:04:13 -07:00
Julie Bruce 1bf7a29a23 Added short code around include statement (#10020) 2018-08-21 13:01:58 -07:00
Julie Bruce 9c5ad32648 Added short code around include statement (#10019) 2018-08-21 12:59:43 -07:00
Julie Bruce 633ce80671 Added short code around include statement (#10018) 2018-08-21 12:57:33 -07:00
Julie Bruce 9c7cbacb9e Added short code around include statement (#10017) 2018-08-21 12:55:27 -07:00
Julie Bruce ecd5d920ab Added include statement around include statement (#10016) 2018-08-21 12:53:21 -07:00
Julie Bruce 7360a0c10c Added short code around include statement (#10014) 2018-08-21 12:49:09 -07:00
Julie Bruce 5a8c697b5e Added short code around include statement (#10013) 2018-08-21 12:47:03 -07:00
Julie Bruce f89178e88b Added short code around include statement (#10012) 2018-08-21 12:44:57 -07:00
Julie Bruce 335a9cfb58 Added short code around include statement (#10011) 2018-08-21 12:42:42 -07:00
Julie Bruce 15cfa0b7fd Added short code around include statement (#10010) 2018-08-21 12:40:36 -07:00
Julie Bruce 72d8417caa Added short codes around include statement (#10009) 2018-08-21 12:26:39 -07:00
Julie Bruce 653642b90a Added short code around inlcude statement (#10005) 2018-08-21 12:22:09 -07:00
Julie Bruce 4566d54b8a Added short code around include statement (#10008) 2018-08-21 12:17:39 -07:00
Julie Bruce b7a0c2ce1f Added short code around include statement (#10007) 2018-08-21 12:15:24 -07:00
Gao Wen 93b544505d Update code render and format auto-generate list (#9070)
* Update the code render

* Update the generate catalog and formate code rendering

* Fix heading levels for template
2018-08-21 12:13:09 -07:00
JuleeB1 996e4df38b Added Note Formatting (#9991)
Added note tags to the text
2018-08-21 11:26:25 -07:00
JuleeB1 60bceedce9 Added Note Formatting (#9990)
Added note tags to the text.
2018-08-21 11:24:01 -07:00
JuleeB1 21aba02a76 Added Note Formatting (#9989)
Added note tags to the text
2018-08-21 11:21:37 -07:00
JuleeB1 acf6aab1f6 Added Note Formatting (#9988)
Added note tags to the text
2018-08-21 11:19:13 -07:00
JuleeB1 b28981e7ab Added Note Formatting (#9986)
Added note tags to the text.
2018-08-21 10:52:58 -07:00
JuleeB1 2919058ac8 Added Note Formatting (#9985)
* Added Note Formatting

Added note tags to the text.

* Add minor copyedit
2018-08-21 10:50:21 -07:00
JuleeB1 76d992a452 Added Note Formatting (#9984)
Added note tags to the text.
2018-08-21 10:41:03 -07:00
JuleeB1 121501c540 Added Note Formatting and Removed Contractions (#9983)
Added the note tag to the text and revised text to remove contractions
2018-08-21 10:36:25 -07:00
tvshc ec88957960 Added title case capitalization to the page title (#9997) 2018-08-21 10:31:45 -07:00
tvshc d81c0c3cd5 Removed gerund from page title (#9993)
Page titles are in the verb's infinitive form throughout the d11n. Changed the title from the gerund form to infinitive to align it with the other page titles.
2018-08-21 10:26:39 -07:00
JuleeB1 8a0fcb1716 Moved the closing note tag (#9979)
Included the "where" statement in the note
2018-08-21 10:24:06 -07:00
tvshc eee3a97b35 Added title case capitalization to the page title (#9998) 2018-08-21 10:21:33 -07:00
JuleeB1 23dcd8db04 Added Note Formatting (#9940)
* Added Note Formatting

Added note tags to the text

* small edits
2018-08-20 14:25:22 -07:00
Arnaud M 13591f4ad8 update link to metrics-server repo (#9912) 2018-08-20 13:53:52 -07:00
JuleeB1 0dadc1eaf3 Added Note Formatting (#9933)
Added the Note tag to the text
2018-08-20 13:44:48 -07:00
JuleeB1 c78e452551 Applied Note Formatting (#9931)
* Applied Note Formatting

Added note tags, converted text to active voice, made text consistent

* fix note syntax

* add bold note
2018-08-20 13:42:06 -07:00
JuleeB1 1089ebbf41 Added Note Formatting (#9932)
Added note tags to the text
2018-08-20 13:34:13 -07:00
makocchi d52544c181 fix code snippets and tweak a heading (#9909) 2018-08-20 13:18:33 -07:00
JuleeB1 c78633e97e Applied Note Formatting (#9930)
* Applied Note Formatting

Added the note style tags.

* Add line breaks
2018-08-20 13:13:54 -07:00
shavidissa 7353abde4b Minor grammar edit (#9921)
Changed "were configured by using a
[ReplicationController]" to were configured using a
[ReplicationController] (removed "by").
2018-08-20 12:39:55 -07:00
fqsghostcloud daff9bdaf6 Update configure-pod-configmap.md (#9846)
* Update configure-pod-configmap.md

i think environmental variables belong to container level, not pod level

* Lower case "container"
2018-08-20 12:38:43 -07:00
tvshc d480a54d81 Fix sentence style capitalization in title (#9922)
* Fix sentence style capitalization in title

Capitalization of topic title was inconsistent with other titles. Fixed to sentence style capitalization.

* Fix object name

Minor change to nice fix, thank you!
2018-08-20 12:35:25 -07:00
Gerald Haydtner 713976fe55 add Dynatrace Kubernetes monitoring (#9504)
* add Dynatrace Kubernetes monitoring

* Fix heading structure

* Shorten title

* nest headers

* refactor back heading structure

* add links to sections

* make img link https

* fix space typo
2018-08-20 12:34:13 -07:00
JuleeB1 8a42e16fa6 Note Formatting Correction (#9927)
* Note Formatting Correction

Formatted the note according to the style guide.

* Small cleanup to note cleanup

Fiddly stuff, original PR is good.
2018-08-20 12:26:30 -07:00
JuleeB1 2a3bf87b4d Applied note formatting (#9925)
Apparently, this used the old note formatting. Just swapped out the tags with the new ones.
2018-08-20 12:13:36 -07:00
JuleeB1 3c044ffc81 Applied Note Formatting (#9929)
Added the note tag to the note paragraph.
2018-08-20 12:04:36 -07:00
Jose A. Iñigo d778e1ef26 Missing code formatting (#9754)
This block of code was missing the correct formatting

Changed the formatting

Rechanged it

Sorry I got kind of mixed up with the highlighting, this is what you meant right?

three backticks formatting

Inserted newlines to fix code formatting

Re-added white space

Yet more whitespace adjustment
2018-08-20 12:00:10 -07:00
Zach Arnold f870f53d45 update configure-cloud-provider-firewall.md (#9789) 2018-08-20 11:22:58 -07:00
mofelee 99b808298b Update automated-tasks-with-cron-jobs.md (#9810) 2018-08-20 08:53:34 -07:00
Dana Katz 14a995e8a0 Add note about cron job suspend behavior (#9904) 2018-08-20 08:44:43 -07:00
Lon Ilesanmi 6e0c644061 Update namespaces.md (#9865)
This update is to match similar content here:
https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
2018-08-18 07:05:57 -07:00
Karen Bradshaw 18ba9a10f4 Clean up feature state includes (#9895) 2018-08-18 06:31:00 -07:00
John Oss 73f4567c80 Fix 404 in Configure DNS Cluster (#9853)
Original Page: 

https://kubernetes.io/docs/tasks/access-application-cluster/configure-dns-cluster/

Updates to use kubernetes/examples as source
2018-08-17 19:13:00 -07:00
Slava Semushin 5f19d7ced8 Fix broken links. (#9755)
- /docs/concepts/services-networking/service/#type-nodeport => /docs/concepts/services-networking/service/#nodeport
- /docs/concepts/services-networking/service/#type-loadbalancer => /docs/concepts/services-networking/service/#loadbalancer
- https://github.com/kubernetes/ingress-nginx/blob/master/docs/ingress-controller-catalog.md => https://github.com/kubernetes/ingress-nginx/
2018-08-17 10:00:10 -07:00
makocchi 073362e537 use code snippets (#9856) 2018-08-16 15:59:09 -07:00
Sahdev Zala 8394219fdf Remove incorrect and not needed mention of datadir (#9800)
As the sentence before the changes in this PR says, member/snap/db is a file
inside the datadir. It's not where datadir is located. Also, we are already
providing link to the data directory definition.
2018-08-13 14:38:55 -07:00
John Oss 673ce719a3 Remove self-referential link (#9840)
Removed link redirects to the current page.
2018-08-13 12:51:22 -07:00
chenhuan a5fda56b3e fix the command output (#9816)
I have verified on version v1.11
2018-08-11 05:11:54 -07:00
chenhuan 094cf11b6c fix the command output (#9814)
I have verified on version v1.11
2018-08-11 05:10:54 -07:00
chenhuan c8d2f9d02e fix the command output (#9812)
I have verified on version v1.11
2018-08-11 05:09:54 -07:00
chenhuan 3f1279c3db fix the command output (#9815)
I have verified on version v1.11
2018-08-11 05:08:54 -07:00
chenhuan 3d70c1622f fix the command output (#9813)
I have verified on version v1.11
2018-08-11 05:07:54 -07:00
chenhuan 279924ef8e fix the command output (#9817)
I have verified on version v1.11
2018-08-11 05:06:53 -07:00
chenhuan a567352470 fix the command output (#9818)
I have verified on version v1.11
2018-08-11 05:04:53 -07:00
chenhuan 74b0db14bf fix the command output (#9820)
I have verified on version v1.11
2018-08-11 05:02:53 -07:00
chenhuan dbace5e84c fix the command output (#9821)
I have verified on version v1.11
2018-08-11 05:00:54 -07:00
chenhuan 15c9dfb58b fix the command output (#9799)
I have verified on version v1.11
2018-08-09 20:36:58 -07:00
Nihanth Dara 4d8c488a3b Fix kubectl top for memory-demo pod (#9667)
Fixed command for accessing metrics(top) for memory-demo pod.
2018-08-08 17:00:34 -07:00
Logan Rakai 8eec4566a5 Minor corrections (#9771) 2018-08-08 16:44:06 -07:00
chenhuan 63fb7ac88c fix the command output (#9774)
I have verified on version v1.11
2018-08-08 16:19:48 -07:00
chenhuan e6888722ec fix the command output (#9777)
I have verified on version v1.11
2018-08-08 15:10:30 -07:00
Chen Hong 6ac1441e25 add some step (#9743)
* modify shell

* Please remove the -y for apt-get install
2018-08-07 17:57:08 -07:00
Pradheep Shrinivasan 82ba3f119b Add details of how to use https (#9770)
Currently the documentation does not specify how to access https service. 
This change will make sure that the user knows how to use the same
2018-08-07 08:34:24 -07:00
chenhuan d1993b72a0 fix the command output (#9753)
I have verified on version v1.11
2018-08-06 16:27:26 -07:00
Ken'ichi Ohmichi ab3fd0de7e Add necessity of metrics-server for HPA (#9729)
* Add necessity of metrics-server for HPA

Current HPA doc1 mentions metrics-server like

  For resource metrics, this is the metrics.k8s.io API,
  generally provided by metrics-server. It can be launched
  as a cluster addon.

The metrics.k8s.io API is mandatory for HPA, so the above means
metrics-server needs to be launched for HPA. However it is difficult
to understand that requirement because the above seems metrics-server
as just a addon, and that is described on small section.
In addition, many people are facing HPA issue that fetching metrics
doesn't work on the internet like

  $ kubectl get hpa
  NAME      REFERENCE          TARGETS         MINPODS   MAXPODS   REPLICAS   AGE
  nginx     Deployment/nginx   <unknown>/50%   1         3         0          7s

The above sample "<unknown>" shows HPA feature cannot get current
metrics due to metrics-server doesn't work fine.

This adds necessity of metrics-server for HPA directly to solve
the problem.

fixes: #9728

* Copyedit
2018-08-03 10:00:03 -07:00
Chen Hong 94b835987a fill ## Clean up (#9744) 2018-08-03 09:41:54 -07:00
Shivakumar Thanikachalam 3586b9336e Update autocomplete instructions for Oh-My-Zsh (#9746)
The explanation to setup auto completion of zsh with Oh-My-Zsh is correct, however the example code is incorrectly mentioned as `source <(kubectl completion zsh)`. This pull request updates it to `plugins=(kubectl)`
2018-08-03 09:38:14 -07:00
Erik Erlandson 9c885221cc Fixes #9078 by adding note and link to table that disambiguates 'command' and 'entrypoint' (#9750) 2018-08-03 09:37:02 -07:00
Hongzhi 81b862e2bc typo (#9720)
* Update kubeadm-init.md

miss a "-" at the [website](https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init#init-workflow) before the feature-gates

* a typo
2018-08-02 15:54:28 -07:00
Tair Sabirgaliev a09e9eafa3 Add instructions for Macports (#9701) 2018-08-02 09:18:27 -07:00
Ken'ichi Ohmichi b87603b556 Trivial: Update HPA description (#9711)
* Trivial: Remove unnecessary new line

Current HPA page[1] contains unnecessary new line between
"metrics.k8s.io" and "custom.metrics.k8s.io", but that does
not have any meaning. This removes it for the readability.

[1]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale

* Trivial: Replace RC with RS for HPA doc

As RC doc[1], RS is now the recommended way to set up replication.
So this replaces RC with RS for HPA doc.

[1]: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/
2018-08-01 15:45:28 -07:00
Samuel Birocchi 8f974b4df5 Adding patch command to forceful delete stateful pod (#9627) 2018-08-01 11:27:39 -07:00
Alfonso Palacios 59554e618c Update resource-usage-monitoring.md (#9631)
Fixing a small typo for sentence to make sense.
2018-08-01 11:26:41 -07:00
chenhuan c83bf5fd38 fix the command output (#9697)
fix the command output
2018-07-31 19:16:39 -07:00
Qiming 53228de1e3 Fix links to example YAMLs (#9680)
There are a few cases which were missed during previous effort on
consolidating all example YAML files. This PR fixes them all in the
English version.

Closes: #9674
2018-07-31 15:12:38 -07:00
Ismo Puustinen 240e91844e Add a note CPU change handling in CPU manager. (#9671)
This relates to PR https://github.com/kubernetes/kubernetes/pull/66718
which validates that CPU manager state and current set CPUs are in sync.
2018-07-31 15:09:39 -07:00
Lubomir I. Ivanov ba746446d2 kubeadm-upgrade-1.11: fix wrong flag for feature gates (#9619) 2018-07-31 09:51:40 -07:00
Khurram 66894191f1 Update downward-api-volume-expose-pod-information.md (#9567)
dapi-volume-resources.yaml
Added divisor field in resourceFieldRef for DownwardAPIVolumeFiles
to clarify the format in which values are returned.

Issue: https://github.com/kubernetes/kubernetes/issues/64579
2018-07-31 04:34:38 -07:00
meirlaker d89ed9a234 Change "dotation" to "dot notation" in two places (#9678) 2018-07-30 14:58:40 -07:00
makocchi a4d264fc37 add note shortcodes (#9673) 2018-07-30 12:03:57 -07:00
Andrew Chen c36098d4be change image assets to https (#9660)
* change image assets to https

* fix in docs

* fix remaining image links
2018-07-27 17:12:57 -07:00
Rajakavitha1 9ed9c88157 Update configure-service-account.md (#9657)
Fixed the broken link listed in : https://github.com/kubernetes/website/issues/9650
2018-07-27 12:12:56 -07:00
Liz 88569b1ddc Keep packages back from package manager upgrades (#9509)
* Keep packages back from package manager upgrades

closes kubernetes/kubeadm#954

* copy edit revision
2018-07-27 10:40:58 -07:00
Yuanbin Chen 380613cdb1 Fix configure-service-account doc set permissions link error (#9653)
Issuse record: #9650

Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2018-07-27 01:22:57 -07:00
Andreas Jaeger 3ce91510ed Fix display of lists in scheduling-gpus.md (#9609)
The lists are misparsed and displayed as normal paragraphs, add empty
lines so that they are parsed as proper lists.
2018-07-23 10:08:19 -07:00
Luca Cipriani 5afc04d400 Make the command work with multiple pods too (#9454)
* Make the command work with multiple pods too

if the user has 2 or more pods the original command line give the following error:
```error: only one of -c or an inline [CONTAINER] arg is allowed
See 'kubectl logs -h' for help and examples.```

* Remove dollar sign to respect style guidelines
2018-07-20 16:13:03 -07:00
makocchi 1678936967 remove command prompts and tweak shell commands (#9597) 2018-07-20 16:04:57 -07:00
Takuya Tokuda b97002f268 Fix command highlight in port-forward-access-application-cluster (#8705)
* fix command highlight in port-forward-access-application-cluster

* Fix structure and add some sentences

* modify the wording

* update wording
2018-07-19 17:25:53 -07:00
Luc Perkins fa657b76a9 Recommend --watch flag for obtaining external IP information (issue 8483) (#9129)
* Use --watch flag instead of checking multiple times

* Wording changes
2018-07-18 17:34:42 -07:00
André Aubin 269e3fd37b inline code block is not displayed (#8940)
* inline code block is not displayed

Using `kubectl get storageclass` instead of 

```
       kubectl get storageclass
```

correctly shows the code markup.

* Update change-default-storage-class.md

* reformat markdown for nested list
2018-07-18 17:24:41 -07:00
Hesham Massoud 5f7068243d Enhance documentation of .spec.startingDeadlineSeconds (#9296)
* Update cron-jobs.md

* Update automated-tasks-with-cron-jobs.md

* Update cron-jobs.md

* Reword added documentation and add info about error message.

* Fix grammatical typo.

* adjust grammar and punctuation

* adjust grammar and punctuation

* adjust tense
2018-07-18 17:01:42 -07:00
makocchi 8b00a588c4 tweak crictl.md (#9349) 2018-07-18 16:50:49 -07:00
Chao Wang 41cc078015 update the go client usage to prevent common error. (#9414) 2018-07-18 16:43:06 -07:00
Luc Perkins 22ec331d41 Add env var example (#9486) 2018-07-18 16:29:58 -07:00
Emily N fd37837488 The command to copy the decoded certificate to the server.crt (#9448)
* The command to copy the decoded certificate to the server.crt

* -D to --decode
2018-07-18 15:55:42 -07:00
Bob Killen 2c50177af5 Update admission controller links (#9386)
* update admission-controller links

(cherry picked from commit 37043991a61e5e6f4ac1c463b14c65430b192553)

* updated links found using greedier regex

(cherry picked from commit 45c6d4cf7430245a3b4e81eae245000beea88841)

* correct link in cn/docs/admin/authorization/_index.md

* fix incorrect changes introduced in eac3619

* undo update of cn content

* fix link

* fix admission webhook link
2018-07-18 15:54:21 -07:00
Jennifer Rondeau 1e554ef725 reorganize kubeadm files, part 1 (#9439)
* reorganize kubeadm files, part 1

* edit troubleshooting kubeadm for layout and content
2018-07-18 15:49:37 -07:00
Bob Killen 2ee2e9d5bb Update authorization-rbac links (#9463)
* update authorization-rbac links

* fix broken links

* undo modification of cn content
2018-07-18 15:32:04 -07:00
Bob Killen c0af4f7a4a update service-accounts-admin links (#9461) 2018-07-18 15:25:38 -07:00
craigbox f0e2876848 Fixes to example for connecting with curl (#9337)
* Fixes to example for connecting with curl

Example for getting cluster token
- does not work with multiple entries in kubeconfig
- does not work with Istio installed

Fix both

* also need to change the tr from tabs to spaces
2018-07-18 15:22:56 -07:00
Matt Brannock ddf1e9cdf7 Environment variable for etcd quorum is singular (#9302)
See
f8c4907bec/cluster/gce/config-default.sh (L109)
2018-07-18 15:18:48 -07:00
daemon e017d92e2e Add note for fluentd plugin installation (#9451)
* Add note for fluentd plugin installation

Fluentd plugin installation is different from fluentd installation,
so we need to tell user how to solve it.

Signed-off-by: pengdake <19921207pq@gmail.com>

* add space in note

* add period
2018-07-18 15:13:37 -07:00
Luc Perkins bb818a9b41 Make macOS standard usage (#9422) 2018-07-18 15:12:16 -07:00
Bob Killen bf109b4dfa Update authorization links (#9465)
* update authorization links

* remove cn content and fix link targets
2018-07-18 15:07:24 -07:00
hidekif 2d086cb032 include supported version skew (#9501) 2018-07-18 15:04:51 -07:00
Bob Killen d82f928033 update authorization-node links (#9462) 2018-07-18 15:03:39 -07:00
Kai Chen 179701e179 Fix doc references to Kubernetes services provided by AWS, Azure and GCE (#9508) 2018-07-18 14:57:43 -07:00
daemon eb0d63e871 Fix some error about fluentd config file (#9528)
1.Fix error about source path is not equal to autdit-log-path
2.Fix error about filter type set

Signed-off-by: pengdake <19921207pq@gmail.com>
2018-07-18 14:30:53 -07:00
Bob Killen 836629cb11 Update extensible admission controller links (#9459)
* update extensible-admission-controller links

* correct what-are-initializers link
2018-07-18 14:10:28 -07:00
Jamie Zhuang bee35a3e6c Fix issues in configure-volume-storage (#9521)
* ps command not found

Signed-off-by: Jamie Zhuang <lanchongyizu@gmail.com>
2018-07-18 13:21:39 -07:00
Chris Knowles 40f4082328 Add when storage key name changed (#9532)
It seems the name changed in k8s 1.8 which was reflected in https://github.com/kubernetes/website/pull/5490 but the last section still mentions the old name without saying it has changed.
2018-07-18 13:17:22 -07:00
Leonardo Carreiro 1f90f0602e Replacing the example IP address by something that could exists. (#9120)
The example `123.45.678.9` was an invalid IP address.
2018-07-18 00:25:19 -07:00
Alfonso Palacios 3c33dcb298 Update horizontal-pod-autoscale.md (#9546)
Small typo. Missing "from" for sentence to make sense.
2018-07-17 15:24:18 -07:00
makocchi 1b03b19dc1 apply content_template (#9136)
* apply task template

* change content_template to task from concept
2018-07-17 05:55:38 -07:00
Gao Wen 6f55bb02c5 Format code style (#9055)
* Add code format

* Format code display

* Render style error
2018-07-17 00:45:38 -07:00
adisky 7e9709220b Fix a typo in running cloud controller doc (#9325) 2018-07-17 00:33:38 -07:00
Gao Wen cfc62f0717 Format the auto-generate list(catalog) and update the render style (#9069) 2018-07-17 00:22:38 -07:00
Samir Patel 6fc5f4b989 Update pull-image-private-registry.md (#9153)
`-d` does not work on mac, `--decode` should work cross platform
2018-07-16 22:57:39 -07:00
lovejoy 7c8fe61558 fix relative link and remove redirect link (#9468) 2018-07-16 22:32:39 -07:00
Logan Rakai 1147aeab0e Fix broken link in note (#9535) 2018-07-16 22:21:37 -07:00
Dr. Stefan Schimanski 1c8aba5c51 Document CustomResourceDefinition additionalPrinterColumns (#9143) 2018-07-16 09:40:55 -07:00
Bob Killen 42decf8cf7 Update accessing-the-api links (#9441)
* update accessing-the-api links

* undo update of cn content
2018-07-11 21:45:25 -07:00
Bob Killen 09e5db0724 Update authentication links (#9452)
* update authentication links

* undo cn updates
2018-07-11 13:43:26 -07:00
Qiming 472be9a374 Consolidate YAML files [part-15] (#9380)
This is the last PR for moving the YAML/JSON sample files. There still
need some follow up PRs to:
- rename the `codenew` shortcode to `code`.
- move the examples_test.go to where it really belongs.
2018-07-10 09:09:26 -07:00
Jim Angel 11b28cc7c5 clarifying kubectl prereq wording (#9156)
* simplifying the kubectl prereqs

* unforeseen spelling fix

* made readability corrections

* minor phrasing change
2018-07-09 13:23:17 -07:00
daemon 8d9c9531d0 Fix format error about common shortcode (#9421)
Because of indenting not four spaces, Shortcodes is interrupt numbered lists

Signed-off-by: pengdake <19921207pq@gmail.com>
2018-07-08 22:13:18 -07:00
Ben Chelli de230667ca Fix typo (#9418) 2018-07-08 20:28:17 -07:00
CaoShuFeng bede69948e fix describtion about crd (#9407) 2018-07-07 06:20:18 -07:00
Di Xu 8c33a9b582 kubeadm ports updates (#8886)
* disable the kubelet readonly port

* add doc for required port source
2018-07-06 04:56:18 -07:00
AgentK a0ec957fde Fix typo in example script (#9381)
Variable reference should be $ETCDHOSTS, not $ETCDHOST
2018-07-05 08:19:22 -07:00
Ben Chelli 3d01d17b69 Swap memory-demo by cpu-demo in the assign-cpu-resource page (#9376)
* Swap memory-demo by cpu-demo

* Make the number match
2018-07-04 00:02:21 -07:00
Qiming ea6004bd4f Consolidate YAML files [part-12] (#9364)
* Consolidate YAML files [part-12]

Relocate YAML files referenced by the accessing application topic
and the rest of cluster administration.

* Adjust json shortcodes.
2018-07-03 23:19:23 -07:00
Qiming 4962ffabbf Consolidate YAML files [part-11] (#9363)
This PR relocates some of the YAML files used by the administer cluster
topic. One yaml file not used is deleted.
2018-07-03 13:39:21 -07:00
Qiming 9b81aa7ccd Consolidate YAML files [part-10] (#9362)
* Consolidate YAML files [part-10]

This PR relocates the YAML files used by the pod configuration topic.

* Update examples_test.go

* Update examples_test.go

* Update examples_test.go

* Update examples_test.go

* Update examples_test.go
2018-07-03 13:31:20 -07:00
Qiming 1228689b1d Consolidate YAML files [part-9] (#9361)
This PR relocates the YAML files referenced by the data injection topic.
2018-07-03 11:50:19 -07:00
Chuck Ha 429d01e95b Updates HA etcd with kubeadm (#9227)
Adds a missing instruction on how to configure the kubelet. Reported in slack in the #kubeadm channel.

Fixes #9222

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>
2018-07-03 07:37:21 -07:00
jay vyas ea94cedbda Update resource-usage-monitoring.md (#9370) 2018-07-03 05:40:21 -07:00
makocchi af6cdabe9b use official homebrew package name (#9255) 2018-07-02 17:53:19 -07:00
Qiming b5f6df9926 Consolidate YAML files [part-8] (#9347)
* Consolidate YAML files [part-8]

This PR exacts the YAML files referenced from the following subdirs:

- docs/concepts/workloads
- docs/concepts/configuration
- docs/concepts/policy

The following problems are fixed:

- docs/concepts/workloads/controllers/ doesnt have a 'cronjob.yaml for
  test
- the exactly same `pod.yaml` was used in both the task/config-pod-container
  topic and the concepts/configuration topics.

* Update examples_test.go

* Add missing yaml file.
2018-07-02 17:35:20 -07:00
Qiming 48897cc47d Consolidate YAML files [part-7] (#9262)
* Consolidate YAML files [part-7]

This PR relocates YAML files used by Job/CronJob examples.

* Update examples_test.go
2018-07-02 13:54:17 -07:00
Qiming d15da5a726 Consolidate YAML files [part-4] (#9241)
This PR consolidates YAML files used in the
`tasks/debug-application-cluster` subdirectory.

Depends-On: #9236
2018-07-02 11:17:19 -07:00
Qiming a11e02d575 Consolidate YAML files [part-3] (#9237)
This PR consolidates YAML files used in `tasks/run-application`
subdirectory.
2018-07-02 11:15:20 -07:00
makocchi c53b351379 add note shortcodes (#9348) 2018-07-02 00:23:18 -07:00
Deirdre Storck 16b00693fc added link to spec.minReadySeconds and maxUnavailable for clarity (#9194)
* added link to minReadySeconds

* link for max unavailable

* used relative path
2018-06-29 18:37:20 -07:00
Bob Killen e0dd309c4e correct capitalization across docs (#9327) 2018-06-29 17:57:20 -07:00
Sarjeet Singh b9f9d1ef70 Fix typo for kubeadm in instruction for upgrading (#9328) 2018-06-29 13:48:20 -07:00
Quan Tian 58e96edbd5 Fix invalid anchors and typos (#9293) 2018-06-29 12:02:20 -07:00
Andreas Jaeger b2a94550b1 Fix syntax of setup-ha-etcd-with-kubeadm (#9318)
This page used wrong syntax, initially use ${ETCDHOST[i]}, so use
that subsequentially as well. Fix also wrong HOST1.

Closes: #9315
2018-06-29 10:52:19 -07:00
WanLinghao 6d39150d1f add description for service account token (#9314)
ref:https://github.com/kubernetes/kubernetes/pull/63819
    https://github.com/kubernetes/website/pull/9182
2018-06-28 18:48:20 -07:00
Deirdre Storck 5da5c49950 removed caveat for 1.5 rolling update (#9270) 2018-06-28 11:06:21 -07:00
Misty Linville 5f30e7d4c3 Release docs for Kubernetes 1.11 (#9171)
* Seperate priority and preemption (#8144)

* Doc about PID pressure condition. (#8211)

* Doc about PID pressure condition.

Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>

* "so" -> "too"

* Update version selector for 1.11

* StorageObjectInUseProtection is GA (#8291)

* Feature gate: StorageObjectInUseProtection is GA

Update feature gate reference for 1.11

* Trivial commit to re-trigger Netlify

* CRIContainerLogRotation is Beta in 1.11 (#8665)

* Seperate priority and preemption (#8144)

* CRIContainerLogRotation is Beta in 1.11

xref: kubernetes/kubernetes#64046

* Bring StorageObjectInUseProtection feature to GA (#8159)

* StorageObjectInUseProtection is GA (#8291)

* Feature gate: StorageObjectInUseProtection is GA

Update feature gate reference for 1.11

* Trivial commit to re-trigger Netlify

* Bring StorageObjectInUseProtection feature to GA

StorageObjectInUseProtection is Beta in K8s 1.10.

It's brought to GA in K8s 1.11.

* Fixed typo and added feature state tags.

* Remove KUBE_API_VERSIONS doc (#8292)

The support to the KUBER_API_VERSIONS environment variable is completely
dropped (no deprecation). This PR removes the related doc in
release-1.11.

xref: kubernetes/kubernetes#63165

* Remove InitialResources from admission controllers (#8293)

The feature (was experimental) is dropped in 1.11.

xref: kubernetes/kubernetes#58784

* Remove docs related to in-tree support to GPU (#8294)

* Remove docs related to in-tree support to GPU

The in-tree support to GPU is completely removed in release 1.11.
This PR removes the related docs in release-1.11 branch.

xref: kubernetes/kubernetes#61498

* Update content updated by PR to Hugo syntax

Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>

* Update the doc about extra volume in kubeadm config (#8453)

Signed-off-by: Xianglin Gao <xianglin.gxl@alibaba-inc.com>

* Update CRD Subresources for 1.11 (#8519)

* coredns: update notes in administer-cluster/coredns.md (#8697)

CoreDNS is installed by default in 1.11.
Add notes on how to install kube-dns instead.

Update notes about CoreDNS->CoreDNS upgrades as in 1.11
the Corefile is retained.

Add example on upgrading from kube-dns to CoreDNS.

* kubeadm-alpha: CoreDNS related changes (#8727)

Update note about CoreDNS feature gate.

This change also updates a tab as a kubeadm sub-command
will change.

It looks for a new generated file:
generated/kubeadm_alpha_phase_addon_coredns.md
instead of:
generated/kubeadm_alpha_phase_addon_kube-dns.md

* Update cloud controller manager docs to beta 1.11 (#8756)

* Update cloud controller manager docs to beta 1.11

* Use Hugo shortcode for feature state

* kubeadm-upgrade: include new command `kubeadm upgrade diff` (#8617)

Also:
- Include note that this was added in 1.11.
- Modify the note about upgrade guidance.

* independent: update CoreDNS mentions for kubeadm (#8753)

Give CoreDNS instead of kube-dns examples in:
- docs/setup/independent/create-cluster-kubeadm.md
- docs/setup/independent/troubleshooting-kubeadm.md

* update 1.11 --server-print info (#8870)

* update 1.11 --server-print info

* Copyedit

* Mark ExpandPersistentVolumes feature to beta (#8778)

* Update version selector for 1.11

* Mark ExpandPersistentVolumes Beta

xref: kubernetes/kubernetes#64288

* fix shortcode, add placeholder files to fix deploy failures (#8874)

* declare ipvs ga (#8850)

* kubeadm: update info about CoreDNS in kubeadm-init.md (#8728)

Add info to install kube-dns instead of CoreDNS, as CoreDNS
is the default DNS server in 1.11.

Add notes that kubeadm config images can be used to list and pull
the required images in 1.11.

* kubeadm: update implementation-details.md about CoreDNS (#8829)

- Replace examples from kube-dns to CoreDNS
- Add notes about the CoreDNS feature gate status in 1.11
- Add note that the service name for CoreDNS is also
called `kube-dns`

* Update block device support for 1.11 (#8895)

* Update block device support for 1.11

* Copyedits

* Fix typo 'fiber channel' (#8957)

Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>

* kubeadm-upgrade: add the 'node [config]' sub-command (#8960)

- Add includes for the generated pages
- Include placeholder generated pages

* kubeadm-init: update the example for the MasterConfiguration (#8958)

- include godocs link for MasterConfiguration
- include example MasterConfiguration
- add note that `kubeadm config print-default` can be used

* kubeadm-config: include new commands (#8862)

Add notes and includes for these new commands in 1.11:
- kubeadm config print-default
- kubeadm config migrate
- kubeadm config images list
- kubeadm config images pull

Include placeholder generated files for the above.

* administer-cluster/coredns: include more changes (#8985)

It was requested that for this page a couple of methods
should be outlined:
- manual installation for CoreDNS explained at the Kubernetes
section of the GitHub project for CoreDNS
- installation and upgrade via kubeadm

Make the above changes and also add a section "About CoreDNS".

This commit also lowercases a section title.

* Update CRD subresources doc for 1.11 (#8918)

* Add docs for volume expansion and online resizing (#8896)

* Add docs for volume expansion going beta

* Copyedit

* Address feedback

* Update exec plugin docs with TLS credentials (#8826)

* Update exec plugin docs with TLS credentials

kubernetes/kubernetes#61803 implements TLS client credential support for
1.11.

* Copyedit

* More copyedits for clarification

* Additional copyedit

* Change token->credential

* NodeRestriction admission prevents kubelet taint removal (#8911)

* dns-custom-namerserver: break down the page into mutliple sections (#8900)

* dns-custom-namerserver: break down the page into mutliple sections

This page is currently about kube-dns and is a bit outdated.
Introduce the heading `# Customizing kube-dns`.

Introduce a separate section about CoreDNS.

* Copyedits, fix headings for customizing DNS

Hey Lubomir,
I coypedited pretty heavily because this workflow is so much easier for docs and because I'm trying to help improve everything touching kubeadm as much as possible.

But there's one outstanding issue wrt headings and intro content: you can't add a heading 1 to a topic to do what you wanted to do. The page title in the front matter is rendered as a heading 1 and everything else has to start at heading 2. (We still need to doc this better in the docs contributing content, I know.)

Instead, I think we need to rewrite the top-of-page intro content to explain better the relationship between kube-dns and CoreDNS. I'm happy to write something, but I thought I'd push this commit first so you can see what I'm doing.

Hope it's all clear -- ping here or on Slack with any questions ~ Jennifer

* Interim fix for talking about CoreDNS

* Fix CoreDNS details

* PSP readOnly hostPath (#8898)

* Add documentation for crictl (#8880)

* Add documentation for crictl

* Copyedit

Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>

* Final copyedit

* VolumeSubpathEnvExpansion alpha feature (#8835)

* Note that Heapster is deprecated (#8827)

* Note that Heapster is deprecated

This notes that Heapster is deprecated, and migrates the relevant
docs to talk about metrics-server or other solutions by default.

* Copyedits and improvements

Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>

* Address feedback

* fix shortcode to troubleshoot deploy (#9057)

* update dynamic kubelet config docs for v1.11 (#8766)

* update dynamic kubelet config docs for v1.11

* Substantial copyedit

* Address feedback

* Reference doc for kubeadm (release-1.11) (#9044)

* Reference doc for kubeadm (release-1.11)

* fix shortcode to troubleshoot deploy (#9057)

* Reference doc for kube-components (release-1.11) (#9045)

* Reference doc for kube-components (release-1.11)

* Update cloud-controller-manager.md

* fix shortcode to troubleshoot deploy (#9057)

* Documentation on lowercasing kubeadm init apiserver SANs (#9059)

* Documentation on lowercasing kubeadm init apiserver SANs

* fix shortcode to troubleshoot deploy (#9057)

* Clarification in dynamic Kubelet config doc (#9061)

* Promote sysctls to Beta (#8804)

* Promote sysctls to Beta

* Copyedits

Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>

* Review comments

* Address feedback

* More feedback

* kubectl reference docs for 1.11 (#9080)

* Update Kubernetes API 1.11 ref docs (#8977)

* Update v1alpha1 to v1beta1.

* Adjust left nav for 1.11 ref docs.

* Trim list of old ref docs.

* Update Federation API ref docs for 1.11. (#9064)

* Update Federation API ref docs for 1.11.

* Add titles.

* Update definitions.html

* CRD versioning Public Documentation (#8834)

* CRD versioning Public Documentation

* Copyedit

Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>

* Address feedback

* More rewrites

* Address feedback

* Update main CRD page in light of versioning

* Reorg CRD docs

* Further reorg

* Tweak title

* CSI documentation update for raw block volume support (#8927)

* CSI documetation update for raw block volume support

* minor edits for "CSI raw block volume support"

Some small grammar and style nits.

* minor CSIBlockVolume edits

* Update kubectl component ref page for 1.11. (#9094)

* Update kubectl component ref page for 1.11.

* Add title. Replace stevepe with username.

* crd versioning doc: fix nits (#9142)

* Update `DynamicKubeletConfig` feature to beta (#9110)

xref: kubernetes/kubernetes#64275

* Documentation for dynamic volume limits based on node type (#8871)

* add cos for storage limits

* Update docs specific for aws and gce

* fix some minor things

* Update storage-limits.md

* Add k8s version to feature-state shortcode

* The Doc update for ScheduleDaemonSetPods (#8842)

Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>

* Update docs related to PersistentVolumeLabel admission control (#9109)

The said admission controller is disabled by default in 1.11
(kubernetes/kubernetes#64326) and scheduled to be removed in future
release.

* client exec auth: updates for 1.11 (#9154)

* Updates HA kubeadm docs (#9066)

* Updates HA kubeadm docs

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* kubeadm HA - Add stacked control plane steps

* ssh instructions and some typos in the bash scripts

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* Fix typos and copypasta errors

* Fix rebase issues

* Integrate more changes

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* copyedits, layout and formatting fixes

* final copyedits

* Adds a sanity check for load balancer connection

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* formatting fixes, copyedits

* fix typos, formatting

* Document the Pod Ready++ feature (#9180)

Closes: #9107
Xref: kubernetes/kubernetes#64057

* Mention 'KubeletPluginsWatcher' feature (#9177)

* Mention 'KubeletPluginsWatcher' feature

This feature is more developers oriented than users oriented, so simply
mention it in the feature gate should be fine.
In future, when the design doc is migrated from Google doc to the
kubernetes/community repo, we can add links to it for users who want to
dig deeper.

Closes: #9108
Xref: kubernetes/kubernetes#63328, kubernetes/kubernetes#64605

* Copyedit

* Amend dynamic volume list docs (#9181)

The dynamic volume list feature has been documented but the feature gate
related was not there yet.

Closes: #9105

* Document for service account projection (#9182)

This adds docs for the service account projection feature.

Xref: kubernetes/kubernetes#63819, kubernetes/community#1973
Closes: #9102

* Update pod priority and preemption user docs (#9172)

* Update pod priority and preemption user docs

* Copyedit

* Documentation on setting node name with Kubeadm (#8925)

* Documentation on setting node name with Kubeadm

* copyedit

* Add kubeadm upgrade docs for 1.11 (#9089)

* Add kubeadm upgrade docs for 1.11

* Initial docs review feedback

* Add 1-11 to outline

* Fix formatting on tab blocks

* Move file to correct location

* Add `kubeadm upgrade node config` step

* Overzealous ediffing

* copyedit, fix lists and headings

* clarify --force flag for fixing bad state

* Get TOML ready for 1.11 release

* Blog post for 1.11 release (#9254)

* Blog post for 1.11 release

* Update 2018-06-26-kubernetes-1.11-release-announcement.md

* Update 2018-06-26-kubernetes-1.11-release-announcement.md

* Update 2018-06-26-kubernetes-1.11-release-announcement.md
2018-06-27 15:26:18 -07:00
Misty Linville 50bc79efb5 Sweep for doubled words (#9252) 2018-06-26 16:22:52 -07:00
Joe Rocklin 7be7d8e8f3 Fix overview capture (#9242)
The currently rendered document has an error block displayed indicating an overview section is needed.
2018-06-26 15:16:52 -07:00
Steven Smith 56565c3402 Update web-ui-dashboard.md (#9248) 2018-06-26 15:10:52 -07:00
Qiming a3415f6228 Consolidate YAML files [part-2] (#9236)
Changes that will help upcoming consolidation work:

- Add variable `githubWebsiteRaw` to config.toml to facilitate building
  links to raw YAML files
- Revise `codenew` shortcode to generate links to raw YAML files instead
  of github.com file view;
- Rename `artifacts` directory to `examples` to better reflect its usage;

Accompanied changes as show cases:

- Moved `deployment.yaml`, `deployment-update.yaml` and
  `deployment-scale.yaml` to the new `examples/application` subdirectory;
- Removed duplicate instances of the above YAML files in other
  directories;
- Update example_test.go to test the relocated YAML files and removed
  testing for files that no longer needed.
2018-06-26 09:34:52 -07:00
Luc Perkins 755c3340ce Fix broken links to /admin/multiple-zones (#9193) 2018-06-25 22:18:52 -07:00
Dimitris-Ilias Gkanatsios a29a924f09 Update port-forward-access-application-cluster.md (#9221)
minor UI issue
2018-06-25 15:54:22 -07:00
Tim Zhang e55e24f0da Update cpu-default-namespace.md (#9185)
the url link was forgot.
2018-06-25 15:36:23 -07:00
Qiming 99c4c54cb5 [WIP] Attempt to consolidate YAML files (#8965)
This is an attempt to consolidate YAML files so that:

- They can remain untouched when we moving the documents around;
- Contributors do not have to change the test cases each time a
  documentation is moved;
- We can encourage referencing the existing YAMLs from different
  concept or task pages when possible.
2018-06-25 12:25:21 -07:00