Commit Graph

2478 Commits (7494d882cafaea84cfc0049d2ecb56475ce3d369)

Author SHA1 Message Date
Rajesh Deshpande ea7af96d5d Correcting example to avoid ambiguity (#14354)
Both local and pod port number are same i.e. 6379 which causes confusion to first time reader. This can be easily avoided by using two different port number.
2019-05-20 05:19:15 -07:00
Ashish Thakur f7fc6cebc3 Fixing grammatical error (#14389) 2019-05-20 05:17:12 -07:00
Karen Bradshaw 110f5e1d5f move obj mgmt files to tasks (#14374)
* move obj mgmt files to tasks

* add redirects for moved files
2019-05-20 05:15:14 -07:00
Wojciech Tyczynski c7c55c5883 Watch bookmarks documentation (#14379) 2019-05-20 05:13:14 -07:00
Aaron Sun 2029b9b9d5 Updated DaemonSet page to include SignalFx Agent. (#14385) 2019-05-20 05:13:13 -07:00
Rajesh Deshpande bacd21d2b8 Correcting sequence of tasks for manage cluster daemon (#14383)
* Correcting order of display for daemon set tasks

Correcting order of display for daemon set tasks

* Correcting display order of daemon set task

Correcting display order of daemon set task
2019-05-20 05:11:14 -07:00
Neville George e2f8ae097e Fixing the output of jsonpath (#14387)
Items is an array and the [ ] are missing in the jsonpath
2019-05-20 05:09:14 -07:00
Vitaly R. Samigullin ac65ac4835 YAML code-block within a list bug fixed (#14293) (#14295) 2019-05-16 18:47:29 -07:00
krmayankk 60006e9164 fix runasgroup psp policy (#14121) 2019-05-16 16:06:29 -07:00
Boskey Savla 39c37742d1 Update create-cluster-kubeadm.md (#13801)
* Update create-cluster-kubeadm.md

* Update create-cluster-kubeadm.md

* Remove superfluous kubectl apply -f
2019-05-16 15:28:28 -07:00
silenceshell 4ff96634cf kubectl should also be held by apt-mark (#14250)
here apt installs both kubelet and kubectl but just holds kubelet. I think kubectl should alse be held by apt-mark.

```
# replace x in 1.14.x-00 with the latest patch version
apt-mark unhold kubelet && \
apt-get update && apt-get install -y kubelet=1.14.x-00 kubectl=1.14.x-00 && \
apt-mark hold kubelet
```
2019-05-16 15:00:30 -07:00
Ivan Fraixedes 7aad953be7 en/glossary: use title for all Pod occurrences (#14366)
Use title case for all the Pod occurrences which appear in the rkt
glossary term.
2019-05-16 14:46:30 -07:00
Renan Gonçalves e676622449 Declare IPVS-based kube-proxy GA (#14263)
See: https://github.com/kubernetes/kubernetes/pull/58442
2019-05-16 14:26:29 -07:00
Maaryaams e77fa91452 Move Karbon to on-premisses (#14269) 2019-05-16 14:12:30 -07:00
Yashu Mittal 21b7d126c8 Fix sentence format (#14311) 2019-05-16 05:05:46 -07:00
Tim Allclair (St. Clair) 5f5883a5ea List & watch can be authorized on named resources (#14339) 2019-05-16 05:03:49 -07:00
/v\atthew L Daniel 22db0bbf30 Add links to the external cloud-provider repos (#14335)
Rather than just saying "they exist, good luck"
2019-05-16 05:01:47 -07:00
Franklin Yu da9d0da028 Fix code block (#14334) 2019-05-16 04:59:42 -07:00
Suhwan Cha b63bbe396d Update deployment.md (#14345) 2019-05-16 04:53:41 -07:00
Yang Li 38fcbeb49c updated the links of cherrypick guide (#14348) 2019-05-16 04:51:43 -07:00
Zach Corleissen caca9c6976 Add co-chair role (#14219)
Add meeting guidelines, graphic

Update embedded image

Use raw HTML for image link

Edit path

Indent list items

minor edits

Add line breaks for indentation

Add bolding

Add section for meetings

Feedback from jimangel
2019-05-15 18:19:43 -07:00
Vageesha17 4bb98f7395 changed the formatting of example-ingress.yaml (#14333)
change the formatting of example-ingress.yaml file. 
Raising PR for #14284
2019-05-15 08:02:35 -07:00
Bob Killen 3099d9d7a3 Add New Contributor Workshops blog post. (#14315) 2019-05-14 12:55:17 -07:00
halfcrazy dfa269848f Improve Kubernetes-setup-using-Ansible-and-Vagrant (#13999)
Fix a node IP issue when using vagrant.
See https://github.com/kubernetes/kubernetes/issues/60835 for detail.

Since the tutorial using debs, we need to configure node IP in
`/etc/default/kubelet`.
See https://kubernetes.io/docs/setup/independent/kubelet-integration/ for
detail.
2019-05-14 10:53:15 -07:00
Tim Bannister 93e1a67dfa Fixes for https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/ (#14298)
* Add missing capture block end

* Drop outdated link to v1.6 upgrade
2019-05-14 00:25:11 -07:00
avigailof 6aa3beb754 Update pick-right-solution.md (#14305) 2019-05-14 00:21:11 -07:00
craigbox 88f3268d9e Correct publish date for blog post (#14302) 2019-05-13 13:39:09 -07:00
Tim Bannister 30b1b98b3b Fix typo (#14299) 2019-05-13 12:51:11 -07:00
Brian Xu a05ab94643 Update device-plugins.md (#13849)
add link to Xilinx FPGA device plugin
2019-05-13 06:36:14 -07:00
craigbox f4acf33a95 Kubernetes 1.14 release interview (#14206)
* Kubernetes 1.14 release interview

New blog post ready for immediate release.

This is an interview with Aaron Crickenberger, the 1.14 release lead, in a similar vein to the interview with the 1.11 release leads we published here last July: https://kubernetes.io/blog/2018/07/16/how-the-sausage-is-made-the-kubernetes-1.11-release-interview-from-the-kubernetes-podcast/

* Update and rename kubernetes-1-14-release-interview.md to 2019-05-09-kubernetes-1-14-release-interview.md
2019-05-13 05:08:14 -07:00
Elvadas NONO 44ba5567b1 Entry for QoS (#5993) (#14083)
*  Entry for QoS (#5993)

*  QoSClass terminology

*  QoSClass terminology renamming item

*  QoS definition

*  Review update QoS Class and Grammar

*  dash in glossary id qos-class
2019-05-13 01:58:11 -07:00
Himanshu Pandey faba2c86a8 Removed junk character from the page (#14288) 2019-05-12 22:00:09 -07:00
Jean-Rémy Bancel fc3df2b5b6 Fix typo (#14274) 2019-05-12 05:44:09 -07:00
Tim Bannister 0e7ae40167 Fix glossary entry for Docker (#14280)
Also mention Docker Engine. Docker as a brand covers several
technologies.
2019-05-12 05:42:10 -07:00
Tim Bannister b627c339e0 Improve pod concept docs (#14282)
* Use glossary references where appropriate

* Link from Pod overview to detailed Pod concept

* Assume that privileged containers are stable

* Improve wording

* Write Pod in upper case

As Pod is an API object, write it in upper case.
2019-05-12 05:40:09 -07:00
Dmitriy Lushnikov 573a30bec9 Update kubespray.md (#13876)
Rename hosts.ini to inventory.ini
2019-05-10 06:58:00 -07:00
dnoland1 2d86ebf8ea Update deployment.md (#14124) 2019-05-10 06:49:59 -07:00
Renich Bon Ciric 2f456da350 Fix bad for in short options (#14253)
This one fixes issue #14211.

I just replaced `-o=parameter` instances with `-o parameter`.
2019-05-10 06:39:57 -07:00
Kenichi Omichi c83f5b3c2e Fix yaml sample order of /debug-application-cluster (#14260)
The orders of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way.
2019-05-10 03:03:59 -07:00
Kenichi Omichi d378484400 Fix yaml sample order of configure-pod-container/ (#14259)
The orders of data was random, and that made the doc unreadable.
This fixes the orders in consistent way under configure-pod-container/
2019-05-10 03:01:58 -07:00
Kenichi Omichi c739e66c5a Fix orders of yaml of custom-resource-definitions (#14254)
The orders of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way.
2019-05-09 18:17:58 -07:00
Kohei Toyoda a1e774fd09 fix orders of yaml for access-authn-authz (#14195) 2019-05-09 18:15:58 -07:00
s-ito-ts 7b7caf3b77 Fix orders of yaml for tasks/administer-cluster/[l-z]*.go (#14245) 2019-05-09 04:40:48 -07:00
Kohei Toyoda 769a5e71d4 delete unnecessary space and character (#14246) 2019-05-09 04:38:48 -07:00
Himanshu Pandey 17ab877665 Fixed minor issues on CenturyLink Cloud Page (#14217) 2019-05-09 04:36:48 -07:00
s-ito-ts 5a89ffb684 Fix orders of yaml for tasks/administer-cluster/[a-k]*.go (#14241) 2019-05-08 22:44:47 -07:00
Kenichi Omichi 84163560cc Fix orders of yaml of reference/kube* (#14238)
The orders of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way.
2019-05-08 22:40:47 -07:00
Kohei Toyoda 8e0cab2d64 consistent order in yaml and json for multiple-zones.md (#14242) 2019-05-08 22:22:48 -07:00
cmluciano f43a96d548 ingress: Use networking.k8s.io/v1beta1 in Ingress examples (#14239)
This patch swaps all uses with extensions/v1beta1 with the new
networking.k8s.io/v1beta1 apiVersion for the Ingress resource.

Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2019-05-08 14:14:38 -07:00
Prankul 78b93d7709 Removed unwanted spaces in "configure-projected-volume-storage" file to keep it alligned with other docs (#14228) 2019-05-08 12:06:35 -07:00
andy stone 4a6e2b16dd Directly reference the PodDisruptionBudget (#14209)
* Define SLO acronym

Save people from having to search for the translation of SLO to Service-Level Objectives.

* replace SLO with direct PodDisruptionBudget reference
2019-05-08 11:40:34 -07:00
Supriya Sirbi 0fe73a1890 Clarification of init-container restart reasons #13022 (#14202)
* Clarification of init-container restart reasons #13022

* Clarification of init-container restart reasons #13022

* Clarification of init-container restart reasons #13022
2019-05-08 02:38:35 -07:00
Phil Businger 26d5948da5 Update intro-windows-in-kubernetes.md (#13750) 2019-05-07 22:38:33 -07:00
Elvadas NONO 37df3efaf9 Documentation LimitRange Policies (#14086)
*  Documentation LimitRange Policies

* Fixing limirange docs issues

*  Style and grammar

* Reviewer wanted

*  syntax and grammar feedbacks
2019-05-07 22:32:34 -07:00
Kenichi Omichi 6b46deab6e Fix orders of yaml of concepts/storage/* (#14213)
The orders of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way under concepts/storage/.
2019-05-07 22:18:34 -07:00
Kenichi Omichi f952ac106f Fix orders of yaml of services-networking/service (#14212)
The orders of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way in service.md
2019-05-07 22:16:32 -07:00
Kenichi Omichi e0cd1ee67d Fix orders of yaml of pods/init-containers.md (#14214)
The orders of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way under pods/init-containers.md.
2019-05-07 22:14:32 -07:00
Marek Counts a1f811d852 Updated self-hosting documentation (#13866)
* updated self-hosting documentation

* removed more referances

* updated wording

* updated self-hosting warning to be more clear about the effects of pivot has on your cluster

* Update content/en/docs/setup/independent/self-hosting.md

Co-Authored-By: Klaven <mcounts@suse.com>
2019-05-07 11:30:40 -07:00
Karthik Ravikanti 0b0087329b Fix broken links to replicaset examples (#14199) 2019-05-07 08:33:50 -07:00
Martynas Pumputis 2f3d456232 Update Cilium version (#14203)
This commit updates Cilium to v1.5 which was released
eight days ago.

The v1.5 changelog:
- https://github.com/cilium/cilium/releases/tag/v1.5.0
- https://cilium.io/blog/2019/04/24/cilium-15
2019-05-07 04:51:42 -07:00
Martynas Pumputis 54814e6e0f Update Cilium version in installation guide (#14198)
This commit updates Cilium to v1.5 which was released
eight days ago.

Also, it updates k8s manifests version to v1.14, as
the latest kubeadm installs k8s v1.14.

The v1.5 changelog:
- https://github.com/cilium/cilium/releases/tag/v1.5.0
- https://cilium.io/blog/2019/04/24/cilium-15
2019-05-07 01:03:41 -07:00
zdeisidr 762ef0ba62 Update namespaces.md (#14126)
* Update namespaces.md

aclaration purposes

* Update content/en/docs/concepts/overview/working-with-objects/namespaces.md

Co-Authored-By: zdeisidr <42842057+zdeisidr@users.noreply.github.com>
2019-05-06 23:11:40 -07:00
rupeshk071 d281cb567a Update overview.md (#13725)
unknown flag: --include-extended-apis
2019-05-06 22:15:40 -07:00
Alexander Sack 3ffdf634c0 Use sudo(8) to create directory and hosted file (#14136)
*minikube ssh* logs into the cluster as user 'docker'. The user 'docker' (uid=1000) does not have write permissions in /mnt to create a new directory and/or the example's HTML file. Use sudo(8) to create the directory as well as the HTML file nginx will ultimately serve.
2019-05-06 21:51:38 -07:00
Supriya Sirbi 2458d36751 Issue #14012 - Update source.md (#14174) 2019-05-06 21:47:39 -07:00
Kenichi Omichi 360a842673 Fix orders of yaml of services-networking/ingress (#14192)
The order of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way in ingress.md
2019-05-06 17:43:41 -07:00
Kenichi Omichi 9ae02fcbb0 Fix orders of yaml of policy/pod-security-policy (#14191)
The orders of `kind` were random, and that made the doc unreadable.
This fixes the orders in consistent way in pod-security-policy.md.
2019-05-06 17:41:41 -07:00
Prankul 25ec99b46b Change image name in redis_pod.yaml; k8s.io/docs/tutorials/configuration/configure-redis-using-configmap/ (#14177) 2019-05-06 17:39:39 -07:00
Kenichi Omichi a3572b74b9 Fix order of yaml sample of configuration/secret (#14190) 2019-05-06 17:37:40 -07:00
Kenichi Omichi f60dab5819 Fix apiversion for apiVersion (#14189) 2019-05-06 17:29:39 -07:00
noctarius aka Christoph Engelbert 99ae92bdf9 Readded the link to Instana and Sysdig, which seem to have gone missing due to a merge error or anything like that during preparationg of the 1.14 release. (#14184)
original pull request: https://github.com/kubernetes/website/pull/12977

Signed-off-by: noctarius <me@noctarius.com>
2019-05-06 11:31:40 -07:00
Karthik Ravikanti db7ed25e9d Fix broken links to examples (#14182) 2019-05-06 11:05:40 -07:00
Bill Mulligan 8d9b98f881 Update Kubermatic info (#14129)
* Update Kubermatic info

* Update pick-right-solution.md
2019-05-06 07:43:41 -07:00
SpringWar 1434120200 Update Kubelet RotateKubeletClientCertificate feature since v1.8 (#13070)
* Update feature-gates.md

Update PodPriority feature to beta since v1.11

* Update Kubelet RotateKubeletClientCertificate feature since v1.8
* fix feature-gates.md and kubelet-tls-bootstrapping.md Kubelet RotateKubeletClientCertificate feature since v1.8
2019-05-06 07:29:39 -07:00
Xin He 526e626a14 Update pod-lifecycle.md (#13969)
if "www.example.com/feature-1" is False, the type "Ready" should be False also, like "https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md#pod-readiness" says.
2019-05-06 06:39:39 -07:00
Mark McLoughlin f75913ed04 Update list of drivers in minikube.md (#14166)
kvm and xyhve are obsolete and no longer listed on the linked page - see kubernetes/minikube@0332f73
2019-05-06 06:15:37 -07:00
Stefan Sauer 379626bc10 Fix broken link in service-accounts-admin.md (#14178)
* Fix broken link in service-accounts-admin.md

a213182b10
added a linke to [projected volume] that maybe got renamed.

* Update service-accounts-admin.md
2019-05-06 02:55:36 -07:00
wangyamei 34d8d57473 make the example consistent with the test (#13906) 2019-05-04 20:55:37 -07:00
Andrea Sosso 3ce77b2d1c Correction on command: kubeadm config print join-defaults (#14078)
`kubeadm config print join-defaults` since kubeadm 1.13
https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-config/#cmd-config-print-join-defaults
2019-05-04 20:53:37 -07:00
shavidissa ae2ee00d1d Update install-minikube.md (#14097)
Added steps to find out if virtualization in installed on the users OS.

Minor improvement

Capitalized Windows

Removed the shell from the command.

Update install-minikube.md
2019-05-04 18:49:37 -07:00
Ismail Alidzhikov 3745897fc7 Update SupportPodPidsLimit to Beta (#14118)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-05-04 18:31:38 -07:00
Alex Contini cdd8a3e9d6 update Bose case study text (#14138)
* update image link

* Update newcommunity.css

* requested changes to Bose text
2019-05-04 18:23:37 -07:00
Rajakavitha1 0b8b595805 Update advanced.md (#14158)
Deleted the additional (https://) that was resulting in a broken link.
2019-05-04 18:11:36 -07:00
Quan Tian 9763024129 Fix docker installation links (#14154)
The docker installation instructions have been moved to cri-installation
page.

This patch fixes the stale links and a typo.
2019-05-04 18:09:37 -07:00
千夜 e3e41a21c1 Fix func name PodResourcesLister (#14085)
* Fix func name PodResourcesLister

The func PodResources is change to PodResourcesLister.
See this https://github.com/kubernetes/kubernetes/blob/release-1.14/pkg/kubelet/apis/podresources/v1alpha1/api.proto#L19
Please check.

* Update device-plugins.md
2019-05-04 17:05:37 -07:00
clicklog 367afa62a4 Fix password example for kubectl create secret (#14142)
Add extra '\' to properly escape '\' for --from-literal example.
2019-05-04 16:59:37 -07:00
David Xia b17d809a4c Clarify which types of lists are replaced (#14149)
by kubectl apply.

The docs imply that lists whose elements are all primitives
are replaced by the applied config instead of being updated.
This PR states that explicitly for clarity.
2019-05-03 17:03:40 -07:00
Karen Bradshaw 0e7e694fba update api ref index, 1.14 (#14139) 2019-05-03 10:43:39 -07:00
Zach Arnold 50695d8f94 Update security.md (#14133) 2019-05-02 10:42:19 -07:00
Kiran 8db35a63e7 Add files via upload (#14047)
* Add files via upload

KubeCon Barcelona 2019 Diversity Lunch & Hack Blog Post

* Update 2019-04-25-kubecon-diversity-lunch-and-hack.md

* Update and rename 2019-04-25-kubecon-diversity-lunch-and-hack.md to 2019-05-02-kubecon-diversity-lunch-and-hack.md
2019-05-02 09:04:24 -07:00
Alex Contini cd31287f34 add sos case study (#14120)
* update image link

* Update newcommunity.css

* add SOS International case study
2019-05-02 07:34:22 -07:00
Hunter Loftis bbefc10ea5 Grammar fixes (#14119)
Fix verb tense, remove unnecessary clause.
2019-05-01 20:28:17 -07:00
Elvadas NONO 7bfe66027f Glossary entry for limitrange (#14084) 2019-04-30 12:46:58 -07:00
Dan Roscigno 3f6e182b70 Add a page expanding the PHP Guestbook with Redis example to include logs and metrics (#13889)
* adding Elastic Stack for logging and monitoring

* added section on deploying Elasticsearch and Kibana

* more detail

* more detail

* First draft

* Using tutorial template.

* more goodness

* Describe autodiscover

* added verification steps

* Added cluster role binding

* Use Redis metrics and logs

* cleanup

* add cleanup

* unused

* Added language tags

* Added glossary_tooltip

* Added link

* Placed alternative steps in tabs

* shorten heading

* uppercase for Kubernetes objects

* cleanup secret

* grammar

* updated title and linked from the guestbook tutorial

* added reviewer.  Thanks Tim!

* Removed default username/password

* typo, verbosity, more info.
2019-04-30 12:38:56 -07:00
shavidissa 84fe95e2ef Update advanced.md (#14092)
* Update advanced.md

Updated the content as per issue: https://github.com/kubernetes/website/issues/13864. Organized and merged the content that was originally on this page and on the wiki (https://github.com/kubernetes/website/wiki/PR-Wranglers).

* Removed extra spacing

Removed an additional white space that was in place.

* Minor copy-edit changes

* Updated as per the comments.
2019-04-30 11:24:57 -07:00
Karl 7533d70ada CPUCFSQuotaPeriod - CLI Reference mismatch (#14090)
`CPUCFSQuotaPeriod` Feature Gate is set from the flag name `CustomCPUCFSQuotaPeriod` per [`kube_features.go#163`](https://github.com/kubernetes/kubernetes/blob/master/pkg/features/kube_features.go#L163)
This PR updates the docs to suit.

In some respects it would be tidier to remove `Custom` prefix from `kube_features.go` so that the Feature Gate naming maps 1:1.
Happy to close this PR and do PR to remove 'Custom' prefix instead.
2019-04-30 09:09:41 -07:00
Prankul e49d218adc Typo in pod disruption page (#14050) 2019-04-30 06:51:40 -07:00
王(Wang) 7a6a8e1915 fix an offense against the style guide (#14102)
> Use code style for object field names
2019-04-30 06:33:37 -07:00
Vladimir Masarik 7e4657f6d3 Fixed missing space (#14082) 2019-04-30 01:07:37 -07:00
shavidissa 7212523448 Update install-kubectl.md (#14072)
Added a step under the sections that guide the user to install the binary using curl on the OS. This is the same format maintained by the other section on this page.
2019-04-29 16:27:35 -07:00
Rael Garcia e91df53ef7 Add Setting up the OWNERS files section (#13912)
* Add Setting up the OWNERS files section
* Update OWNERS_ALIASES patch
* Replace owners.md link with go.k8s.io/owners
* Replace github.com/kubernetes link with git.k8s.io
* Update OWNERS_ALIASES to use git.k8s.io link
* Sort patch diff in alphabetical order
* Specify clearly what teams should be added
* Remove the passive voice
* Complete alphabetical order phrase
2019-04-29 15:51:38 -07:00
Alex Contini 363ee424f5 Add Bose case study (#14046) 2019-04-26 16:00:23 -07:00
Jared ba48dd0c7e
Added additional information about contributing to K8s
Split out docs contributions from feature and community contributions per user feedback.
2019-04-26 15:23:15 -07:00
chenrui b61d6fda16 Update `contribute` page (#14051) 2019-04-26 15:16:22 -07:00
silenceshell 280ca8bfe9 duplicated "Note: " (#14052)
check [here](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#resizing-an-in-use-persistentvolumeclaim)

Note: Note: FlexVolume resize is possible only when the underlying driver supports resize.

There is a "Note: " already.
2019-04-26 15:12:24 -07:00
codyc d1ceddba29 fixed indentation for kubectl config view (#14060)
fixed indentation for kubectl config view
2019-04-26 14:06:22 -07:00
codyc fe663ea841 Add reference and link to kubeconfig on kubectl page (#14059) 2019-04-26 14:02:28 -07:00
Chris Abraham 4e35312a7f New Community page, as designed by @alexcontini (#13046)
* new community page

* update
2019-04-26 12:40:05 -07:00
Zach Corleissen 2d2403430a How You Can Help Localize Kubernetes Docs (#13901)
* How You Can Help Localize Kubernetes Docs

Minor edits

Minor edits

Publish for 25 Apr

One typo

* Update 2019-04-25-latest-on-localization.md

* Update and rename 2019-04-25-latest-on-localization.md to 2019-04-26-latest-on-localization.md
2019-04-26 08:22:29 -07:00
Nikhita Raghunath b206fdf241 Fix link to Kubernetes Community Values doc (#13954)
The doc has been migrated from the steering repo to the community repo:
https://git.k8s.io/community/values.md
2019-04-25 18:02:27 -07:00
Damini Satya f8fbd6d5b7 Update reference link 'kubefed unjoin' in set-up-cluster-federation-kubefed (#14000) 2019-04-25 17:58:27 -07:00
Yecheng Fu eaa70a7882 Update link to docs in local-static-provisioner (#13988) 2019-04-25 17:56:28 -07:00
王(Wang) f84c46e84f keep consistent with others' heading (#14002) 2019-04-25 17:54:25 -07:00
Stephen Augustus e7e8a48e71 Update SIG PM mailing list (#13963)
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2019-04-25 17:10:27 -07:00
Sandeep Rajan 22441ecaee Update content on kube-dns to coredns configmap translation (#13826)
Updates and corrects the part of configmap for CoreDNS
2019-04-25 11:31:46 -07:00
ismail yenigul 100de28f11 Delete all pods matching the egrep pattern (#13821)
* Delete all pods matching the egrep pattern

* replace egrep with awk to delete pods by a pattern

* Update content/en/docs/reference/kubectl/cheatsheet.md

Co-Authored-By: ismailyenigul <ismailyenigul@gmail.com>
2019-04-25 11:29:49 -07:00
shavidissa eaf7658f76 Update install-kubectl.md (#14036)
I thought this organization would give the users a better idea of what method to select based on the OS they use. 

Initially, I was a wee bit confused when I saw how to Install kubectl binary with curl on the Mac OS and then another section on how to install Kubectl on the Mac OS.

Now, I moved the content under the $subject to the respective OS section. 

P.S: I am still in the process of testing out the steps. :)
2019-04-25 10:12:49 -07:00
Guy Templeton 45444909f1 Move Using Secrets to h2. for top of page linking (#14041)
This seems like one of the key sections of the page users are likely to want to come directly to and matches the setup of some existing pages such as https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#advanced-usage
2019-04-25 10:00:49 -07:00
Danny Berger 4029a7ab5e Normalize case: Github -> GitHub (#13828) 2019-04-25 09:40:47 -07:00
WanLinghao 5ffd272aef Fix a 404 link error in explore document (#14035) 2019-04-25 04:20:47 -07:00
Yuchen 6f62dc3fbe Update minikube.md (#13803) 2019-04-25 04:12:45 -07:00
Mikko Ylinen ab0ae3ec3f Blog post: Hardware Accelerated Crypto... (#13874)
* Blog post: Hardware Accelerated Crypto...

This adds a story of Hardware Accelerated SSL/TLS Termination
in Ingress Controllers using Kubernetes Device Plugins and RuntimeClass.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>

* Update Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md

* Rename Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md to 2019-04-23-Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md

* Rename 2019-04-23-Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md to 2019-04-24-Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md
2019-04-24 10:14:09 -07:00
Kibo Hikari b19deca7a3 fix(pick-right-solution.md): Remove conflicts and correct possible Grammar error (#13930) 2019-04-21 22:53:43 -07:00
Milo Hartsoe 5ce09cd01c Remove merge conflict #13941 (#13942) 2019-04-21 17:37:43 -07:00
Lubomir I. Ivanov 0311519fd2 cri: add notes about changing cgroup driver (#13899) 2019-04-21 17:35:43 -07:00
Lubomir I. Ivanov d643cf9e0f kubeadm-upgrade: fix shell message markdown (#13900) 2019-04-20 06:11:40 -07:00
Zach Corleissen 251eb0df83 Revise L10n contribution guidelines (#13850)
Plain language rocks

Remove an orphaned line

Remove note

Present tense rocks

Add repository

Feedback, round 1

Add team descriptions

Add Slack link

Feedback, part 2

Feedback from gochist

Remove link
2019-04-19 14:57:54 -07:00
Qiming ad80069302 Revise guide for generating reference docs (#13375)
* Revise guide for generating reference docs

This PR changes the guidance for generating reference documentation for
Kubernetes API and kubernetes components. The topic of making changes to
the upstream repo is separated out because 1) it is not a mandatory step
for generating the reference docs; 2) it is about a more advanced level
of documentation fix.

* light copyedit

* more light copyedits
2019-04-19 12:45:54 -07:00
codyc e61a551566 Define other usage monitoring solutions and fix for issue (#13831)
* Provides snippet for PLEG

* Define more resource usage monitoring solutions

* Clarification on create-cluster

* Revert "Clarification on create-cluster"

This reverts commit 42061bea98.

* copyedit
2019-04-19 12:09:54 -07:00
Brandon Philips 24501083c5 blog: remove bobsky from OWNERS (#13561)
Bob is now an Xoogler and now longer involved in the Kubernetes project
regularly. Remove him from the blog.
2019-04-19 11:45:55 -07:00
Jason L. van Brackel 8ead671413 Add k3s as an available option. Change Rancher 2.0 to Rancher (#13733)
* Adding k3s information

* Adding k3s information

* Add K3s information.

* Change Rancher 2.0 to Rancher

* Update content/en/docs/setup/pick-right-solution.md per suggestion by @sftim

Co-Authored-By: JasonvanBrackel <jason@vanbrackel.net>
2019-04-19 11:05:54 -07:00
shub-asa1 358d136c9e updated link for framework file (#13868)
* updated link for framework file 

Fixed the invalid link referred by "framework file" in "Most of the common code are located in the framework file that leaves only one function to be implemented for different conversions.". 
This fix is for the issue #13759 .

* updated framework file link reference to v1.14

changed docs version from v1.13.0 to v1.14.0 in the link reference  
"framework file" -> https://github.com/kubernetes/kubernetes/tree/v1.14.0/test/images/crd-conversion-webhook/converter/framework.go
2019-04-19 10:45:55 -07:00
Saifuding Diliyaer 6c00aff542 Create Introducing-kube-iptables-tailer-Better-Networking-Visibility-… (#13882)
* Create Introducing-kube-iptables-tailer-Better-Networking-Visibility-in-Kubernetes-Clusters.md

* Update Introducing-kube-iptables-tailer-Better-Networking-Visibility-in-Kubernetes-Clusters.md
2019-04-19 10:43:54 -07:00
Dani Comnea 3a44b5e741 Fix docs url in the topology volume blog (#13855) 2019-04-19 09:55:55 -07:00
王(Wang) 47b7de535a an offense against the style guide. (#13837) 2019-04-19 09:51:55 -07:00
王(Wang) a54e919db0 fix an offense against the style guide (#13834) 2019-04-19 09:47:54 -07:00
Julio Lopez 5621bc1ee1 Fix key name in pod-configmap-volume-specific-key.yaml example (#13599)
Changes the key name to `SPECIAL_LEVEL` in the config map volume definition.
This is consistent with the rest of the example. Otherwise, this pod does not
start because there is no key with that name in the `special-config` config map.
2019-04-19 09:37:54 -07:00
RA489 942898da66 Add formal definition of workloads (#11302)
* Add formal definition of workloads

* Update workload.md

* add light copyedit

More section should not repeat short description. Both are served together on the built page.
2019-04-19 09:25:56 -07:00
王(Wang) f36ac6c08f fix a word order issue (#13811)
* fix a word order issue

* Normalize heading language
2019-04-19 08:43:56 -07:00
Tim Bannister d7ff71ddfc Fix glossary entry for rkt (#13877)
* Fix shortcodes in rkt glossary entry

* Tweak wording of rkt glossary entry
2019-04-19 01:11:54 -07:00
Joseph Irving 2eac42a841 remove invalid pod phases (#13840) 2019-04-19 01:09:55 -07:00
Rajesh Deshpande 607675f53b Correcting ambiguous statements (#13872)
These statement was intended to specify environment variable values available in the container but word 'environment variable' was missing so corrected these statements for better clarity.
2019-04-19 01:07:55 -07:00
giri d60bc3de31 Update persistent-volumes.md (#13851) 2019-04-19 01:05:55 -07:00
Vageesha17 413a4c5afc consistent order of sample yaml file (#13875)
changed the order in sample yaml file.
Resole the issue #13862
2019-04-19 01:03:55 -07:00
makocchi 126f9a3a0d Fix broken indent (#13886)
* fix indent

* fix broken indent
2019-04-19 00:59:54 -07:00
shub-asa1 219b8f07a7 updated link for this guide (#13870)
fixed the invalid link referred by "this guide" in "In Kubernetes v1.11.0 and later, you can use kubeadm upgrade diff to see the changes that would be applied to static pod manifests." 
this is fix for issue #13869
2019-04-18 18:03:54 -07:00
Jared 62501702fc Adding New Contributor Ambassador role to K8s (#13863)
Adding new contrib ambassador role to k8s with details of the role and responsibilities.
2019-04-17 15:30:01 -07:00
Kaitlyn Barnard 8df073905a Blog post on pod priority and preemption (#13829) 2019-04-17 12:50:05 -07:00
Andrew Sy Kim 3f010d61c8 Kubernets blog: 'The Future of Cloud Providers in Kubernetes' (#13737)
* Kubernets blog: 'The Future of Cloud Providers in Kubernetes'

Signed-off-by: Andrew Sy Kim <kiman@vmware.com>

* Update future-of-cloud-providers.md
2019-04-17 12:02:03 -07:00
Vageesha17 798c6c748c fixed the broken link (#13839)
* fixed the broken link

Fixed the broken link for CDK official documentation.
Resolving the issue #13820

* fixed broken link

made few changes required for the issue #13820
2019-04-16 16:42:02 -07:00
Shuang Wang 49b40dbbfa fix an offense against the style guide. (#13835)
* fix an offense against the style guide.

> Refer to API objects without saying “object,” unless omitting “object” leads to an awkward construction.

* fix another one.
2019-04-15 20:13:04 -07:00
Christoph Stäbler 6ac9e62b1f Fixed grammar issue in pod-securityy-policy.md (#13823)
Fixed grammar issue
2019-04-15 19:39:05 -07:00
Cody Clark 37e59b898d Clean up kubectl install page (#13578)
* [WIP] Clean up kubectl install page

Fixes issue #13577

* Update install-kubectl.md

Addresses @zacharaysarah and @jaredbhatti's comments.

Minor language Improvements:
- Deleted unnecessary adverbs
- Used fewer words where possible

Next pass will include deeper edits, with careful attention to the kubectl autocompletion section

* Update install-kubectl.md
2019-04-15 09:48:09 -07:00
vonguard 88e69f3d71 Create PID Limiting Blog (#13455)
* Create PID Limiting Blog

Blog from Derek Carr commissioned by Kaitlyn

* Update 2019-3-28-PID-Limiting

* Update and rename 2019-3-28-PID-Limiting to 2019-03-28-PID-Limiting

* Update and rename 2019-03-28-PID-Limiting to 2019-03-28-PID-Limiting.md

* Update 2019-03-28-PID-Limiting.md

* Update 2019-03-28-PID-Limiting.md
2019-04-15 09:44:09 -07:00
yanghaichao12 db79ec0605 Fix typos (#13754) 2019-04-14 22:02:00 -07:00
Karen Bradshaw c8eaf16b9e update note for windows minikube install (#13752) 2019-04-14 21:52:00 -07:00
Arthur De Magalhaes 317e7197de Fixing ICP link (#13749) 2019-04-14 21:50:00 -07:00
codyc 67fdf68918 Updated DaemonSet Page to include Sysdig Agent (#13747)
Updated DaemonSet Page to include Sysdig Agent.
2019-04-14 21:47:59 -07:00
presto9292 db48944b5d Flannel will not work unless UDP ports 8285 and 8472 are allowed for all hosts (#13789)
When using udp backend, flannel uses UDP port 8285 for sending encapsulated packets.

When using vxlan backend, kernel uses UDP port 8472 for sending encapsulated packets.

Make sure that your firewall rules allow this traffic for all hosts participating in the overlay network.
2019-04-14 20:12:00 -07:00
Mumshad Mannambeth bcdf280a91 Add new course offering from KodeKloud (#13769)
Add new course offering from KodeKloud along with the previous offering. Rename KodeKloud to be consistent with others.
2019-04-14 18:34:00 -07:00
Lubomir I. Ivanov 6bd3c7ca93 kubeadm: remove outdate unit file in kubeadm-init.md (#13768)
Link to the kubelet-integration.md document instead.
2019-04-14 18:32:00 -07:00
rishgh e15bc4d345 Update cloud-controller.md (#13756)
1. Mention of the Oracle OCI Load Balancer for the audience
2019-04-14 18:30:00 -07:00
manyatripathi b98a4920d3 Fixing broken link (#13763)
Fixed the broken link for 'kubectl autoscale' in the statement - Now that the server is running, we will create the autoscaler using kubectl autoscaling.
This issue is referenced in #13683
2019-04-14 18:28:01 -07:00
Vageesha17 fe173de068 removing broken hyperlink (#13764)
removed hyperlink from "An example" in the statement An example of this approach is a small container running logrotate periodically. However, it's recommended to use stdout and stderr directly and leave rotation and retention policies to the kubelet.
This fix is for issue #13656
2019-04-14 18:26:00 -07:00
Shifali-Srivastava fcc71aabef Link updated (#13767)
The link for one function in the line "Most of the common code are located in the framework file that leaves only one function to be implemented for different conversions" has been changed.
Resolving issue #13760
2019-04-14 18:24:00 -07:00
Rajesh Deshpande 3eb5094d2b Removing meaningless line from kubefed.md (#13782)
There is a line accidentally added in kubefed.md:' ###### Auto-generated by spf13/cobra on 26-Mar-2019'. This is meaningless so removing this from the page.
This also fixes #13755
2019-04-14 18:18:01 -07:00
Danny Berger 8db85ff4d2 Update api-conventions.md link references (#13786) 2019-04-14 18:14:00 -07:00
Zihong Zheng 0a174a76d9 Delete deprecated Pod A Record and add a note for publishNotReadyAddresses (#13793) 2019-04-14 17:59:59 -07:00
Rajesh Deshpande 67aa1fa26a Define container environment variables using Secret data (#13800)
* Example for injecting single secret as env variable

Define a container environment variable with data from a single Secret

* Env variable using secret data

* Update pod-single-secret-env-variable.yaml

* Adding example for multiple env variable using secrets

Adding example for multiple env variables using secrets

* Create pod-secret-envFrom.yaml

* Update pod-multiple-secret-env-variable.yaml

* Update pod-multiple-secret-env-variable.yaml

* Update pod-multiple-secret-env-variable.yaml

* Update pod-single-secret-env-variable.yaml

* Update pod-multiple-secret-env-variable.yaml

* Update pod-single-secret-env-variable.yaml

* Different ways to add env variable using secret

Adding different ways to add env variable in pod using secret

* Correcting formatting issues

Correcting formatting issues

* Correcting format issue
2019-04-14 17:48:00 -07:00
Srinivas R Kulkarni b914148850 Update deployment.md (#13802)
.spec .selector  is also a required field in deployment definition
2019-04-14 17:45:59 -07:00
Miguel Angel Medina Mondragon e0d2b86919 add log commands with label flag (#13804)
* add log commands with label flag

* style
2019-04-14 17:44:00 -07:00
Song Kun 64700c0ab1 Use better format for kubectl install guide (#13810) 2019-04-14 17:41:59 -07:00
codyc 862bd49693 Provides snippet for PLEG (#13805) 2019-04-14 08:18:00 -07:00
Shuang Wang 365b8ae4ef an offense against the style guide. (#13794)
> Use camel case for API objects
> Refer to API objects without saying “object,” unless omitting “object” leads to an awkward construction.
2019-04-12 18:18:02 -07:00
Paul Roth 335bf7027e the sentence does not make sense (#12673)
I've attempted to have it make more sense by removing the word 'is'.  Optionally, depending on the intended meaning, the sentence could read differently by leaving the word 'is' alone and changing the word 'through' to 'though'.
2019-04-10 00:48:12 -07:00
Jan Dolecek ca83644032 Fix code blocks secret.md (#13016)
The formatting is currently broken because code blocks are not correctly terminated.
2019-04-10 00:46:12 -07:00
Nishanth Reddy 2e3a25069d Added missing --rotate-server-certificates flag to kubelet cli reference (#13586) 2019-04-10 00:44:12 -07:00
Andrew Sy Kim 728e5e9649 remove docs on the PersistentVolumeLabler controller (#12993) 2019-04-09 22:40:12 -07:00
makocchi 49ef5c3486 Update command outputs to k8s 1.13 based and split command outputs (#13014)
* Update command outputs to k8s 1.13 based and split command outputs

* Add comments before commands

* fix comments for consistency reason
2019-04-09 22:38:14 -07:00
RA489 0ceb362beb Update abac.md (#13067)
* Update abac.md

* Update abac.md

* Update abac.md
2019-04-09 22:34:13 -07:00
Taher Bohari 000aa4520e Update podManagementPolicy of StatefulSet object (#13210)
In given manifest, podManagementPolicy is set as Parallel, but in later section of page, the console logs of "kubectl get pods -w -l app=zk" command displays ordered behavior, which is not the actual result in case of Parallel option.

Sample logs from doc : 
NAME      READY     STATUS    RESTARTS   AGE
zk-0      0/1       Pending   0          0s
zk-0      0/1       Pending   0         0s
zk-0      0/1       ContainerCreating   0         0s
zk-0      0/1       Running   0         19s
zk-0      1/1       Running   0         40s
zk-1      0/1       Pending   0         0s
zk-1      0/1       Pending   0         0s
zk-1      0/1       ContainerCreating   0         0s
zk-1      0/1       Running   0         18s
zk-1      1/1       Running   0         40s
zk-2      0/1       Pending   0         0s
zk-2      0/1       Pending   0         0s
zk-2      0/1       ContainerCreating   0         0s
zk-2      0/1       Running   0         19s
zk-2      1/1       Running   0         40s

## here pods are created in order

Actual results after applying the given manifest : 
[taher@kubernetes-docker ~]$ kubectl apply -f zookeeper.yaml
service/zk-hs created
service/zk-cs created
poddisruptionbudget.policy/zk-pdb created
statefulset.apps/zk created
[taher@kubernetes-docker ~]$ kubectl get pods -w -l app=zk
NAME   READY   STATUS              RESTARTS   AGE
zk-0   0/1     Pending             0          3s
zk-1   0/1     Pending             0          3s
zk-2   0/1     ContainerCreating   0          3s
zk-1   0/1   Pending   0     4s
zk-0   0/1   Pending   0     4s
zk-1   0/1   Pending   0     5s
zk-0   0/1   Pending   0     5s
zk-1   0/1   Pending   0     5s
zk-1   0/1   ContainerCreating   0     5s
zk-0   0/1   Pending   0     5s
zk-2   0/1   Running   0     19s
zk-1   0/1   Running   0     24s
zk-2   1/1   Running   0     35s
zk-1   1/1   Running   0     37s

## here pods are created in parallel

Resolution :
Either change the value of podManagementPolicy option to OrderedReady or remove that option, so that StatefulSet will take it's default behavior.
2019-04-09 22:32:12 -07:00
Michael Michael 26851b86a6 Update intro-windows-in-kubernetes.md (#13739) 2019-04-09 22:30:12 -07:00
Luc Perkins 645d3d8ded Create table shortcode that allows for table captions (#13117)
* Create table shortcode for captions

* Allow for tables without captions

* Add table documentation in shortcodes guide

* Docs cleanup
2019-04-09 22:20:12 -07:00
Daniel Lipovetsky 783a2d5289 Document workaround for kubeadm Taints field issue (#13343)
* Document workaround for kubeadm Taints field issue

* Remove trailing whitespace in kubeadm troubleshooting
2019-04-09 22:14:12 -07:00
Subrata Paul bd8721baad Updated horizontal-pod-autoscale.md file with newer command names. (#13519)
HPA command names updated to --horizontal-pod-autoscaler-downscale-stabilization in the document.
2019-04-09 19:02:12 -07:00
Rajesh Deshpande ffa2996402 Details about multiple namespaces (#13539)
k8s does not support nested namespaces but this is not specified anywhere in the document. I find this is the right place to document it as we introduce namespace concept here.  Also these details are important to mention specifically for users who are coming from Docker UCP background.
2019-04-09 18:58:12 -07:00
Ricardo Cordeiro 5d83dcbf46 Fixes `runAsGroup` security context example (#13535) (#13538) 2019-04-09 18:56:12 -07:00
Chas Schley a80483bb52 The output from 'kubectl get services my-service' will indicate a LoadBalancer type, not a ClusterIP. (#13560) 2019-04-09 18:46:13 -07:00
Karen Bradshaw 0c568fa9c9 fix note shortcode, lists (#13587)
* fix note shortcode, lists

- fix note shortcode for use in lists
- add example in style guide

* add more items to list

* update warning, caution, minor tweaks

* more updates
2019-04-09 18:44:12 -07:00
Marc Sensenich 8c6f0d39db Correct spelling kubeadm-upgrade-1-14.md (#13619)
Ugrade => Upgrade
2019-04-09 18:36:12 -07:00
Supriya Sirbi a4629ca423 Issue #13651 Update Debug Services (#13652)
Change the command to use Alpine Image instead of Busy Box
2019-04-09 18:34:12 -07:00
goodluckbot d02c3ca934 Update default admission plugins (#13719)
Update default admission plugins in admission-controllers.md
TaintNodesByCondition is newly added one.
And also update 1.13 to 1.14.
2019-04-09 18:22:15 -07:00
Abhishek Jaisingh 0173c3a567 Add Info about OOM Kill (#13723)
* Add info about OOM Kill

Add details about OOM Kill in case if memory limit is not specified

* Fix Minor Typo
2019-04-09 18:20:12 -07:00
Himanshu Pandey cb86f99b5b Removed extra "```shell" from the output box (#13736) 2019-04-09 18:18:13 -07:00
Kaitlyn Barnard 5d459630be Update pick-right-solution.md (#13731) 2019-04-09 18:16:11 -07:00
Karen Bradshaw cd44e3d73d fix headers for federation tool references (#13726) 2019-04-09 18:14:14 -07:00
RaviSantosh Gudimetla d80e7f66c5 Remove enable resource quota note (#13732)
* Remove enable resource quota note

As of now, `ResourceQuotaScopeSelectors` is enabled by default, since it's in beta. So, let's remove it.

* Update resource-quotas.md
2019-04-09 18:12:12 -07:00
Shashank Patel 866fc48195 fix typo in ha page (#13735)
Associated with #13734
2019-04-09 13:38:47 -07:00
Shashank Patel 6219f0235d fix typo in device-plug page (#13721)
Associated with #13720
2019-04-09 09:17:59 -07:00
Shashank Patel 85bf8f1872 fix type in cluster admin addons page (#13718)
Associated with #13717
2019-04-09 09:15:59 -07:00
Shashank Patel ede704f3d3 fix type in cluster-admin-networking page (#13716)
Associated with #13715
2019-04-09 09:14:00 -07:00
Shashank Patel 432d298753 fix typo resource quota page (#13712)
Associated with #13710
2019-04-09 09:12:01 -07:00
Shashank Patel 3eaf5a61be fix type in volume page (#13707)
Associated with #13706
2019-04-09 09:10:01 -07:00
Shashank Patel ff7c90e04c fixeed typo on storage-limit page (#13709)
Associated with #13708
2019-04-09 07:49:11 -07:00
Shashank Patel 5c93be0e11 fix typo pod security page (#13714)
Associated with #13713
2019-04-09 04:49:06 -07:00
zhangqx2010 28dacc8c09 update start.md on `Submit a pull request` topic (#13633)
related issue #13629
2019-04-08 22:39:04 -07:00
Nick Veitch a1b0c2e816 Update Ubuntu docs (#13594)
* update links to point to official docs

* delete unmaintained content

* Add page to retain url and direct readers to appropriate docs
2019-04-08 19:31:03 -07:00
Shashank Patel 522b01480d fix typo in volume page (#13703)
Associated with #13702
2019-04-08 18:25:05 -07:00
Karen Bradshaw 50050dfb1b clean-up, clarify glossary: taints and tolerations (#13684) 2019-04-08 18:23:03 -07:00
AJ Moore 91397935a7 Update namespaces.md (#13682)
Updates `namespaces` command to `namespace`
2019-04-08 18:21:04 -07:00
Rajesh Deshpande d3cd85d496 Correcting API version in example (#13670)
API version of KubeSchedulerConfiguration is corrected to kubescheduler.config.k8s.io
2019-04-08 18:15:07 -07:00
Supriya Sirbi 5f6cc2de23 Issue #13506 Update Pod Security Policy (#13655) 2019-04-08 18:13:05 -07:00
Zach Corleissen a2e97664c6 Auto-label, revise OWNERS (#13645)
Whitespace
2019-04-08 18:11:04 -07:00
Ismail Alidzhikov 87a2edbc10 Update api-changes link (#13613)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-04-08 18:09:03 -07:00
Manuel Rüger 8f5fbc0222 kubelet-integration: Update kubeadm config command (#13636)
print-default subcommand got removed in 1.14

See: https://github.com/kubernetes/kubernetes/pull/71467

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2019-04-08 18:07:04 -07:00
Supriya Sirbi 552f6ab73a Issue #13637 Update developing-cloud-controller-manager.md (#13654)
Register CloudProvider Interface link added
2019-04-08 18:05:05 -07:00
AbdullahBM cc09428797 setting current context and finding running pod's YAML (#13665) 2019-04-08 18:03:04 -07:00
Tennis Smith b809bdcba0 Add 'get-contexts' (#13677)
Added `kubectl config get-contexts` for completeness
2019-04-08 18:01:04 -07:00
Joseph Heck f5496b5b5c minor link update with the migration of conventions in the community repo (#13681) 2019-04-08 17:59:03 -07:00
Shashank Patel 8596438035 fix typo in volumes pages (#13700)
Associated with #13699
2019-04-08 17:01:05 -07:00
Shashank Patel a70ded41b9 fix typo in volume page (#13698)
Associted with #13697
2019-04-08 16:53:02 -07:00
Shashank Patel d12b07d6ea fix type cronjob (#13696)
Associated with #13695
2019-04-08 16:45:03 -07:00
Shashank Patel adc61ddd79 fixed type in disruption page (#13692)
Associated with #13691
2019-04-08 16:29:05 -07:00
Shashank Patel 786ad4390d fix typo in pod-lifecycle (#13689)
Asscociated with #13688
2019-04-08 15:36:38 -07:00
Shashank Patel d8a198e93d Fix typo in API page (#13687)
Associated with #13686
2019-04-08 15:16:26 -07:00
Alex Contini 71e9a63d4b add Nokia case study (#13676) 2019-04-08 15:14:27 -07:00
yanghaichao12 e119b41336 Fix typos (#13376) 2019-04-08 06:30:26 -07:00
Rajesh Deshpande 4d2bb1e5bf Incorrect details about startingDeadlineSeconds.. (#13530)
On this page, the default value of startingDeadlineSeconds is mentioned as 100 seconds which is not true. So removing this statement.
2019-04-08 06:22:25 -07:00
Ismail Alidzhikov 5125996183 Update fluentd image (#13661)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-04-07 20:34:24 -07:00
Alex Contini c70dd4f0c4 urgent!! typo in case study - removed extra letter (#13638) 2019-04-05 08:33:22 -07:00
Shashank Patel 8da4c1f1a9 Fix typo style guide (#13626)
Associated with #13625
2019-04-04 15:35:19 -07:00
Shashank Patel 1c5188cc15 Fix typo in /docs/concepts/containers/images/ (#13628)
Associated with #13627
2019-04-04 15:31:20 -07:00
Alex Contini 0c92b3d194 add China Unicom case study and update Case Study homepage with new f… (#13557)
* add China Unicom case study and update Case Study homepage with new features

* Update index.html

* Update index.html

* Update index.html

* updates
2019-04-04 14:41:18 -07:00
Shashank Patel e84079eedf Fix typo (#13624)
Associated with #13623
2019-04-04 14:33:20 -07:00
Shashank Patel a7427a627a Fix typo in service-networking page (#13622)
Associated with #13621
2019-04-04 14:07:18 -07:00
Shashank Patel 1aff855615 fix typo in home page (#13620)
associated with #13618
2019-04-04 14:05:19 -07:00
Shashank Patel a03303dca5 Fixed type in intermediate contributor page (#13617)
Associated with #13616
page link: https://kubernetes.io/docs/contribute/intermediate/#contribute-to-other-repos
2019-04-04 12:57:19 -07:00
Roy Lenferink 87de499261 Fixed broken links to /docs/setup/scratch (#13614) 2019-04-04 10:55:52 -07:00
zhangqx2010 ff061697cf Update start.md (#13610)
Change the pencil icon location from `top left` to `top right`
2019-04-04 10:29:53 -07:00
yanghaichao12 ab98b03e8b Fix typos (#13609) 2019-04-04 10:27:51 -07:00
Shashank Patel b2b29a5e17 Add Logging to glossary (#13608)
Associated with #5993
2019-04-04 10:25:52 -07:00
Blade 3dac0bb857 update url of kubelet-config-file types (#13603) 2019-04-04 10:23:53 -07:00
Rémy Léone 9476c2599a Remove obsolete remark. German translation exists (#13575) 2019-04-04 10:21:52 -07:00
Michelle Au 7ed8f1bd4b Local PV GA blog post (#13600) 2019-04-04 08:04:57 -07:00
Kevin Woo 41f1397e56 add whitespace for clarity (#13580) 2019-04-03 09:27:49 -07:00
Roy Lenferink 24261ee01a Updated links on kubectl documentation page (#13579) 2019-04-02 11:25:20 -07:00
jwalter 5ec608971a Fixed typo (#13570)
kusotmization -> kustomization
2019-04-02 05:32:36 -07:00
Kaitlyn Barnard 3d75e6a881 Adding 5 Days of K8s post on Windows Containers (#13558)
* Adding 5 Days of K8s post on Windows Containers

* Updating line spacing
2019-04-01 16:26:36 -07:00
Kai Paro 14dddbfd97 Update install-kubeadm.md (#13514)
original link is dead
2019-04-01 12:56:34 -07:00
Taher Bohari f5f13f9a0f Update console output as per configmap data (#13540)
Actual Console Output :
root@ubuntu:~/practice1$ kubectl create -f https://k8s.io/examples/configmap/configmap-multikeys.yaml
configmap/special-config created
root@ubuntu:~/practice1$ kubectl get configmaps special-config
NAME             DATA   AGE
special-config   2      17s
root@ubuntu:~/practice1$ kubectl get configmaps special-config -o yaml
apiVersion: v1
data:
  SPECIAL_LEVEL: very
  SPECIAL_TYPE: charm
kind: ConfigMap
metadata:
  creationTimestamp: "2019-03-30T06:52:22Z"
  name: special-config
  namespace: default
  resourceVersion: "1404079"
  selfLink: /api/v1/namespaces/default/configmaps/special-config
  uid: 5ec833dd-52b8-11e9-b4c7-005056ad4679
root@ubuntu:~/practice1$ kubectl create -f https://k8s.io/examples/pods/pod-configmap-volume.yaml
pod/dapi-test-pod created
root@ubuntu:~/practice1$ kubectl logs dapi-test-pod
SPECIAL_LEVEL
SPECIAL_TYPE

Need to update this manfiest as well : pods/pod-configmap-volume-specific-key.yaml
2019-04-01 09:22:36 -07:00
makocchi 58dcb32e32 remove command prompts (#13418) 2019-04-01 09:20:35 -07:00
Qiming d1ceb7cacd Fix link in pod overview (#13517)
Closes: #12952
2019-03-31 05:18:32 -07:00
Yongkun Anfernee Gui 7c985a1545 Connection reset blog post (#13456)
* Connection reset blog post

* Update and rename 2019-03-27-kube-proxy-subtleties-debugging-an-intermittent-connection-resets.md to 2019-03-29-kube-proxy-subtleties-debugging-an-intermittent-connection-resets.md
2019-03-29 13:10:12 -07:00
Vladimir Vivien e3ee3f86cf Reversal for CSI ephemeral inline volume doc (#13403) 2019-03-28 16:36:14 -07:00
Kaitlyn Barnard 9d825082b1 Blog post on Minikube (#13509)
* blog post on Minikube

* Updates

* Update 2019-03-28-running-kubernetes-locally-on-linux-with-minikube.md

* Update 2019-03-28-running-kubernetes-locally-on-linux-with-minikube.md
2019-03-28 16:29:57 -07:00
Zach Corleissen 07deacdaef Match the wording with the workflow (#13511) 2019-03-28 15:33:57 -07:00
Taher Bohari f01978c872 Update configure-upgrade-etcd.md (#13505) 2019-03-28 11:57:56 -07:00
Jordan Liggitt 026e792bc8 Update issues landing page (#13503) 2019-03-28 11:45:59 -07:00
Karen Bradshaw 91ac5c6044 fix links in windows-nodes, runtimeClass (#13486) 2019-03-27 20:34:44 -07:00
Tim Bannister 4fd724ba09 Add glossary entries for static and mirror pods (#12684)
* Add entries for static and mirror pods

* Tweak wording

Co-Authored-By: Zach Arnold <me@zacharnold.org>

* Write kubelet lower case

* Revise wording
2019-03-27 17:26:43 -07:00
James Peach 3991177042 Fix the spelling of 'available'. (#13483) 2019-03-27 16:46:48 -07:00
yanghaichao12 a1453ca69c Fix typos (#13476) 2019-03-27 16:44:47 -07:00
kenveski a7f1bf394b Update link of spec (#13437)
Old link points to https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status which will be removed after 2019-07-01 or the release of kubernetes 1.15, whichever comes first.
New link: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
2019-03-27 16:40:48 -07:00
Oleg Atamanenko 691d84cb86 Fixed broken link rendering (#13413)
Fixed broken link rendering
2019-03-27 16:38:47 -07:00
Arthur Deschamps a00049f411 Update namespaces-walkthrough.md (#13388) 2019-03-27 16:36:47 -07:00
avigailof 5dc88b71da Add missing spaces (+1 squashed commit) (#13345)
Squashed commits:
[72812d1f6] Update pick-right-solution.md (+1 squashed commit)
Squashed commits:
[0aa91a8cc] Update pick-right-solution.md
2019-03-27 16:34:48 -07:00
Liping Mao 95629e7eb3 Fix StorageObjectInUseProtection format in doc (#13294)
* Fix StorageObjectInUseProtection format in doc

Fix StorageObjectInUseProtection format to follow other admission controllers in doc.

* remove {#storageobjectinuseprotection}
2019-03-27 16:30:49 -07:00
Tim Bannister 8ac581b50e Add CRI to glossary (#13024) 2019-03-27 16:26:48 -07:00
Tim Bannister 784201de61 Note Google Cloud needs of Service Cloud Installer (#13243) 2019-03-27 22:28:59 +08:00
Jim Angel 13ab6992ce Update _index.md (#13467) 2019-03-27 21:58:36 +08:00
Qiming 8858299bfa
Reference documentation for kube components (#13444) 2019-03-27 15:58:19 +08:00
Babak "Bobby" Salamat bbe35dcaae Change API version to v1 in exmaples, plus minor tweaks (#13457) 2019-03-27 15:50:29 +08:00
Rajesh Deshpande 91f73900db Correcting statement about Service ports (#13337)
* Correcting statement about Service ports

Correcting details about service ports and protocol. Removed statement saying Service supports the single port definition only and added details about multiport definitions.

* Correcting format changes

Correcting format changes as per feedback from reviewer.
2019-03-27 15:29:52 +08:00
Patrick fd51c68e80 changing references to metrics-server to resource-metrics-pipeline from core-metrics-pipeline (#13446) 2019-03-27 14:03:01 +08:00
Mark Janssen a60b1425ad Update containerd installation instructions (#13052)
Use apt/yum instead of tarball-based installation.
2019-03-26 15:04:16 -07:00
Craig Peters eeb2877345 Fixed minor issues in Windows section (#13451)
Fixed grammar in the statement about Windows containers. Also indicated that GMSA support is alpha
2019-03-26 08:19:19 -07:00
Pancongwen 369f8d3053 Update kubeadm-upgrade-1-13.md (#13438)
fix typo of 'Ugrade'
2019-03-26 08:17:24 -07:00
Naoki Oketani f6f40d5d5b fix a broken link (#13421) 2019-03-26 07:03:24 -07:00
yanghaichao12 7a97425205 Fix typos (#13422) 2019-03-26 07:01:24 -07:00
Michelle Au be48fb38e9 Remove storage protection task page (#13402) 2019-03-26 06:59:22 -07:00
Jim Angel 87c959d65c Update notes.md (#13416) 2019-03-25 21:21:15 -07:00
Lubomir I. Ivanov 6c41db7e62 kubeadm-ts: add entry about patching kube-proxy in CCM scenarios (#13033)
This patch adds a entry in the kubeadm troubleshooting guide
about a problem that was found some time ago related to
kube-proxy DaemonSets and worker nodes in a CP setup.
2019-03-25 17:55:15 -07:00
Patrick Lang 6b8e146429 Fix markdown around \ for file paths (#13404) 2019-03-25 16:10:17 -07:00
Noah Kantrowitz f024de7d3d Typo fix in a docs link. (#13405) 2019-03-25 16:00:24 -07:00
Alex Contini 230dfa1400 add AppDirect case study (#13338)
* add AppDirect case study

* Update index.html

* updates

* Update style_case_studies.css
2019-03-25 15:36:17 -07:00
Kaitlyn Barnard ef6c80a0e0 1.14 Blog Post (#13400) 2019-03-25 15:10:19 -07:00
Jim Angel 851ef58fa8 Official 1.14 Release Docs (#13174)
* Official documentation on Poseidon/Firmament, a new multi-scheduler support for K8S. (#11752)

* Added documentation about Poseidon-Firmament scheduler

* Fixed some style issues.

* Udpated the document as per the review comments.

* Fixed some typos and updated the document

* Updated the document as per the review comments.

* Document timeout attribute for kms-plugin. (#12158)

See 72540.

* Official documentation on Poseidon/Firmament, a new multi-scheduler  (#12343)

* Removed the old version of the Poseidon documentation. Incorrect location.

* Official documentation on Poseidon/Firmament, a new multi-scheduler support for K8S (#12069)

* Official documentation on Poseidon/Firmament, a new multi-scheduler support for K8S. (#11752)

* Added documentation about Poseidon-Firmament scheduler

* Fixed some style issues.

* Udpated the document as per the review comments.

* Fixed some typos and updated the document

* Updated the document as per the review comments.

* Updated the document as per review comments. Added config details.

* Updated the document as per the latest review comments. Fixed nits

* Made changes as per latest suggestions.

* Some more changes added.

* Updated as per suggestions.

* Changed the release process section.

* SIG Docs edits

Small edits to match style guidelines.

* add plus to feature state

* capitalization

* revert feature state shortcode

since this is a Kubernetes extension, not a direct feature, it shouldn't use the regular feature state tagging.

(cherry picked from commit 7730c1540b)

* Remove initializers from doc. It will be removed in 1.14 (#12331)

* kubeadm: Document CRI auto detection functionality (#12462)

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

* Minor doc change for GAing Pod DNS Config (#12514)

* Graduate ExpandInUsePersistentVolumes feature to beta (#10574)

* Rename 2018-11-07-grpc-load-balancing-with-linkerd.md.md file (#12594)

* Add dynamic percentage of node scoring to user docs (#12235)

* Add dynamic percentage of node scoring to user docs

* addressed review comments

* delete special symbol (#12445)

* Update documentation for VolumeSubpathEnvExpansion (#11843)

* Update documentation for VolumeSubpathEnvExpansion

* Address comments - improve descriptions

* Graduate Pod Priority and Preemption to GA (#12428)

* Added Instana links to the documentation (#12977)

* Added link to the Instana Kubernetes integration

* Added Instana link for services section

Added Instana and a link to the Kubernetes integration to the analytics services section and broadened the scope to APM, monitoring and analytics.

* Oxford comma /flex

* More Oxford commas, because they matter

* Update kubectl plugins to stable (#12847)

* documentation for CSI topology beta (#12889)

* Document changes to default RBAC discovery ClusterRole(Binding)s (#12888)

* Document changes to default RBAC discovery ClusterRole(Binding)s

Documentation for https://github.com/kubernetes/enhancements/issues/789 and https://github.com/kubernetes/kubernetes/pull/73807

* documentation review feedback

* CSI raw block to beta (#12931)

* Change incorrect string raw to block (#12926)

Fixes #12925

* Update documentation on node OS/arch labels (#12976)

These labels have been promoted to GA:
https://github.com/kubernetes/enhancements/issues/793

* local pv GA doc updates (#12915)

* Publish CRD OpenAPI Documentation (#12910)

* add documentation for CustomResourcePublishOpenAPI

* address comments

fix links, ordered lists, style and typo

* kubeadm: add document for upgrading from 1.13 to 1.14 (single CP and HA) (#13189)

* kubeadm: add document for upgrading from 1.13 to 1.14

- remove doc for upgrading 1.10 -> 1.11

* kubeadm: apply amends to upgrade-1.14 doc

* kubeadm: apply amends to upgrade-1.14 doc (part2)

* kubeadm: apply amends to upgrade-1.14 doc (part3)

* kubeadm: add note about "upgrade node experimental-control-plane"

+ add comment about `upgrade plan`

* kubeadm: add missing "You should see output similar to this"

* fix bullet indentation (#13214)

* mark PodReadinessGate GA (#12800)

* Update RuntimeClass documentation for beta (#13043)

* Update RuntimeClass documentation for beta

* Update feature gate & add upgrade section

* formatting fixes

* Highlight upgrade action required

* Address feedback

* CSI ephemeral volume alpha documentation (#10934)

* update kubectl documentation (#12867)

* update kubectl documentation

* add document for Secret/ConfigMap generators

* replace `kubectl create -f` by `kubectl apply -f`

* Add page for kustomization support in kubectl

* fix spelling errors and address comments

* Documentation for Windows GMSA feature (#12936)

* Documentation for Windows GMSA feature

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Enhancements to GMSA docs

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Fix links

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Fix GMSA link

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Add GMSA feature flag in feature flag list

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Relocate GMSA to container configuration

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Add example for container spec

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Remove changes in Windows index

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Update configure-gmsa.md

* Update configure-gmsa.md

* Update configure-gmsa.md

* Update configure-gmsa.md

* Rearrange the steps into two sections and other edits

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Fix links

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Add reference to script to generate GMSA YAMLs

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Some more clarifications for GMSA

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* HugePages graduated to GA (#13004)

* HugePages graduated to GA

* fixing nit for build

* Docs for node PID limiting (https://github.com/kubernetes/kubernetes/pull/73651) (#12932)

* kubeadm: update the reference documentation for 1.14 (#12911)

* kubeadm: update list of generated files for 1.14

NOTE: PLACEHOLDERS! these files are generated by SIG Docs each
release, but we need them to pass the k/website PR CI.

- add join_phase* (new sub phases of join)
- add init_phase_upload-certs.md (new upload certs phase for init)
- remove alpha-preflight (now both init and join have this)

* kubeadm: update reference docs includes for 1.14

- remove includes from alpha.md
- add upload-certs to init-phase.md
- add join-phase.md and it's phases

* kubeadm: update the editorial content of join and init

- cleanup master->control-plane node
- add some notes about phases and join
- remove table about pre-pulling images
- remove outdated info about self-hosting

* kubeadm: update target release for v1alpha3 removal

1.14 -> 1.15

* kubeadm: copy edits for 1.14 reference docs (part1)

* kubeadm: use "shell" for code blocks

* kubeadm: update the 1.14 HA guide (#13191)

* kubeadm: update the 1.14 HA guide

* kubeadm: try to fix note/caution indent in HA page

* kubeadm: fix missing sudo and minor amends in HA doc

* kubeadm: apply latest amends to the HA doc for 1.14

* fixed a few missed merge conflicts

* Admission Webhook new features doc (#12938)

- kubernetes/kubernetes#74998
- kubernetes/kubernetes#74477
- kubernetes/kubernetes#74562

* Clarifications and fixes in GMSA doc (#13226)

* Clarifications and fixes in GMSA doc

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Update configure-gmsa.md

* Reformat to align headings and pre-reqs better

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Reformat to align headings and pre-reqs better

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Reformat to fix bullets

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Reword application of sample gmsa

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Update configure-gmsa.md

* Address feedback to use active voice

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Address feedback to use active voice

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* RunAsGroup documentation for Progressing this to Beta (#12297)

* start serverside-apply documentation (#13077)

* start serverside-apply documentation

* add more concept info on server side apply

* Update api concepts

* Update api-concepts.md

* fix style issues

* Document CSI update (#12928)

* Document CSI update

* Finish CSI documentation

Also fix mistake with  ExpandInUsePersistentVolumes documented as beta

* Overall docs for CSI Migration feature (#12935)

* Placeholder docs for CSI Migration feature

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Address CR comments and update feature gates

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Add mappings for CSI plugins

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Add sections for AWS and GCE PD migration

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Add docs for Cinder and CSI Migration info

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Clarify scope to volumes with file system

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Change the format of EBS and Cinder CSI Migration sections to follow the GCE template

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Windows documentation updates for 1.14 (#12929)

* Updated the note to indicate doc work for 1.14

* first attempt at md export from gdoc

* simplifyig

* big attempt

* moving DRAFT windows content to PR for review

* moving content to PR in markdown for review

* updated note tags

* Delete windows-contributing.md

deleting this file as it is already ported to the github contributor guide

* fixed formatting in intro and cluster setup guide

* updating formatting for running containers guide

* rejiggered end of troubleshooting

* fixed minor typos

* Clarified the windows binary download step

* Update _index.md

making updates based on feedback

* Update _index.md

updating ovn-kubernetes docs

* Update _index.md

* Update _index.md

* updating relative docs links

updating all the links to be relative links to /docs

* Update _index.md

* Update _index.md

updates for windows services and ovn-kubernetes

* formatted for correct step numbering

* fix typos

* Update _index.md

updates for flannel PR in troubleshooting

* Update _index.md

* Update _index.md

updating a few sections like roadmap, services, troubleshooting/filing tickets

* Update _index.md

* Update _index.md

* Update _index.md

* Fixed a few whitespace issues

* Update _index.md

* Update _index.md

* Update _index.md

* add section on upgrading CoreDNS (#12909)

* documentation for kubelet resource metrics endpoint (#12934)

* windows docs updates for 1.14 (#13279)

* Delete sample-l2bridge-wincni-config.json

this file is not used anywhere

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Rename content/en/docs/getting-started-guides/windows/_index.md to content/en/docs/setup/windows/_index.md

moving to new location

* Delete flannel-master-kubectl-get-ds.png

* Delete flannel-master-kubeclt-get-pods.png

* Delete windows-docker-error.png

* Add files via upload

* Rename _index.md to add-windows-nodes.md

* Create _index.md

* Update _index.md

* Update add-windows-nodes.md

* Update add-windows-nodes.md

* Create user-guide-windows-nodes.md

* Create user-guide-windows-containers.md

* Update and rename add-windows-nodes.md to intro-windows-nodes.md

* Update user-guide-windows-containers.md

* Rename intro-windows-nodes.md to intro-windows-in-kubernetes.md

* Update user-guide-windows-nodes.md

* Update user-guide-windows-containers.md

* Update user-guide-windows-containers.md

* Update user-guide-windows-nodes.md

* Update user-guide-windows-containers.md

* Update _index.md

* Update intro-windows-in-kubernetes.md

* Update intro-windows-in-kubernetes.md

fixing the pause image

* Update intro-windows-in-kubernetes.md

changing tables from html to MD

* Update user-guide-windows-nodes.md

converting tables from HTML to MD

* Update intro-windows-in-kubernetes.md

* Update user-guide-windows-nodes.md

* Update user-guide-windows-nodes.md

* Update user-guide-windows-nodes.md

updating the numbering , even though it messes up the notes a little bit. Jim will file a ticket to follow up

* Update user-guide-windows-nodes.md

* update to windows docs for 1.14 (#13322)

* Update intro-windows-in-kubernetes.md

* Update intro-windows-in-kubernetes.md

* Update intro-windows-in-kubernetes.md

* Update intro-windows-in-kubernetes.md

* Update intro-windows-in-kubernetes.md

* Update user-guide-windows-containers.md

* Update user-guide-windows-nodes.md

* Update intro-windows-in-kubernetes.md (#13344)

* server side apply followup (#13321)

* change some parts of serverside apply docs in response to comments

* fix typos and wording

* Update config.toml (#13365)
2019-03-25 15:06:16 -07:00
evilyeti 28dd4d5154 Fixed broken link in E2E Testing blog post (#13371)
href=[https://github.com/kubernetes/kubernetes/issues/72638 --> href=https://github.com/kubernetes/kubernetes/issues/72638
2019-03-25 13:10:18 -07:00
Dani Comnea 7c987a81b8 Use busybox image v1.28 for DNS related examples (#13336) 2019-03-22 15:32:10 -07:00
Rajesh Deshpande 8c4a729d84 Correcting service configuration details (#13302)
Existing details related to services are ambiguous as it does not give an idea when to use an environment variable for service discovery. Also, it does not talk about the DNS method of service discovery which is highly recommended. so corrected document to provide these missing details.
2019-03-22 15:24:11 -07:00
Mauricio Galindo 4e21e218c0 Update managing-tls-in-a-cluster.md (#13341)
per the godocs:
 // RootCAs defines the set of root certificate authorities
 // that clients use when verifying server certificates.
// If RootCAs is nil, TLS uses the host's root CA set.
2019-03-22 14:50:09 -07:00
Patrick Ohly bb7abf59cd E2E testing blog post (#13280)
* E2E testing blog post

* E2E testing blog post: add information about optional command line flags

* Update and rename 2019-03-30-e2e-testing-for-everyone.md to 2019-03-22-e2e-testing-for-everyone.md
2019-03-22 09:04:20 -07:00
Alexandre Pauwels 2c45ae7ed7 Add new community-maintained nodejs client (#13330)
Adds a link to a new nodejs client library. New library builds on top of the godaddy lib, providing useful kubectl-like abstractions like `get` and `updateOrCreate`, and adds API-mapping and version-handling so the client code does not need to worry about compatibility across cluster versions.
2019-03-21 15:50:19 -07:00
Kaitlyn Barnard 34ce8e1093 Adding blog post on admission controllers (#13331)
* Adding blog post on admission controllers

* Update 2019-03-21-a-guide-to-kubernetes-admission-controllers.md
2019-03-21 09:03:40 -07:00
Anthony Yeh 6c95d99195 StatefulSet: Document workaround for known rolling update issue. (#13190) 2019-03-21 07:01:41 -07:00
Logan Rakai 4737c170ec Improve example commands and output markdown (#13315) 2019-03-20 17:53:37 -07:00
Kendrick Coleman 83d740c062 Update table (#13317)
Updated the table to reflect the VMware Essential PKS solution

Signed-off-by: Kendrick Coleman <kendrickc@vmware.com>
2019-03-20 17:43:38 -07:00
Alex Contini 193decc785 add Nav case study and fix Pinterest (#13310)
* add Nav case study and fix Pinterest

* update

* Update index.html
2019-03-20 16:17:06 -07:00
chenrui 5a5f77db64 Fix relative links issue in English content (#13307)
* `http://kubernetes.io/docs/` -> `/docs/` in content/en folder

* `https://kubernetes.io/docs/` -> `/docs/` in content/en folder
2019-03-20 16:05:05 -07:00
Stephen Augustus f61ed1d130 reference/kubectl: Update resource types / short names (#13223)
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2019-03-20 15:49:05 -07:00
Kaitlyn Barnard cd7ee18d4c Fixing date on Contributor Summit blog post (#13313)
* Fixing date

* Update 2019-03-20-A-Look-Back-And-Whats-In-Store-For-Kubernetes-Contributor-Summits.md

* Update 2019-03-20-A-Look-Back-And-Whats-In-Store-For-Kubernetes-Contributor-Summits.md
2019-03-20 10:51:49 -07:00
Paris 35fdc27f91 contributor summit 2019 blog post (#13209)
* contributor summit 2019 blog post

* Update 2019-03-14-A-Look-Back-And-Whats-In-Store-For-Kubernetes-Contributor-Summits.md
2019-03-20 08:57:09 -07:00
Joel Smith fa6bb8fd3f Update embargo doc link in SECURITY_CONTACTS and change PST to PSC (#13041)
* Update embargo doc link in SECURITY_OWNERS and changes PST to PSC

* Rename PST to PSC, update security doc URLs to new locations
2019-03-20 08:47:17 -07:00
Rajesh Deshpande 9b6c4365da Fixing force delete statefulset pod link (#13299)
Correcting document page link of 'force delete stateful set pods' page.
2019-03-19 22:06:23 -07:00
Avi Deitcher b080758cd4 Document issues when client CA options conflict (#12890)
* Document issues when client CA options conflict

* Update content/en/docs/tasks/access-kubernetes-api/configure-aggregation-layer.md

Co-Authored-By: deitch <avi@deitcher.net>

* Update content/en/docs/tasks/access-kubernetes-api/configure-aggregation-layer.md

Co-Authored-By: deitch <avi@deitcher.net>

* Update content/en/docs/tasks/access-kubernetes-api/configure-aggregation-layer.md

Co-Authored-By: deitch <avi@deitcher.net>
2019-03-19 17:32:25 -07:00
Brandon Philips 13650696b8 contribute: intermediate cnf -> cncf (#13290)
small typo
2019-03-19 16:20:23 -07:00
YAMAMOTO Takashi 3c0cfcfc70 Remove mysterious "[1][etcdbug]" (#13266)
Because it doesn't have the corresponding URL or whatever.
2019-03-19 14:14:21 -07:00
Travis Glenn Hansen 9e7f5ff2c5 Update client-libraries.md (#13111) 2019-03-19 14:00:29 -07:00
Karthik Gaekwad ffcc260848 table of solution in alphabetical order + more (#13267)
Simplifies PR 13143 (https://github.com/kubernetes/website/pull/13143). PR fixes 3 things:
1) `Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE)` was `IaaS Provider Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE)`
2) capitalized all instances of GCE
3) Alphabetized list
4) Removes note section per @cody-clark
2019-03-19 13:44:21 -07:00
Seokho efebc652d9 Fix inconsistent style of pod-lifecycle.md in glossary (#13269) 2019-03-19 12:28:22 -07:00
Guilherme Steinmüller d9f9a0bb89 Update pick-right-solution.md (#13233)
Add VEXXHOST kubernetes offer
2019-03-19 12:24:22 -07:00
eliot1785 321e7fe9d2 fix type in service listing (#13230)
The tutorial has somebody expose this service externally, so they should be getting NodePort or LoadBalancer not ClusterIP. I followed this tutorial and that's what I got (as expected)
2019-03-19 11:36:21 -07:00
Dani Comnea ad77c02575 Add a note on how to delete kubectl config user name (#13257) 2019-03-19 11:12:23 -07:00
Karthik Gaekwad 3d24393f2a Removed conformance from column definition (#13139)
The conformance column doesn't exist anymore...
2019-03-19 10:26:23 -07:00
Dani Comnea d85ac2686f Update debug-cluster and crictl files to get them consistent with the style guidelines (#13183) 2019-03-19 10:24:33 -07:00
Jintao Zhang 9c44e1ea2e add Kind to local-machine solutions (#13177)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2019-03-19 10:18:28 -07:00
Sanil Kumar 8097ff042b [blog] Adding introduction blog on KubeEdge - 2019-03-12-kubeedge-k8s-based-edge-intro.md (#13158)
* Create 2019-03-12-kubeedge-k8s-based-edge-intro.md

Initial created.

* Create kubeedge-highlevel-arch.png

* Adding KubeEdge High Level Arch img

Adding KubeEdge High Level Arch img for the blog

* Adding KubeEdge Logo img

Adding KubeEdge Logo img for blog

* Updated KubeEdge intro blog

Updated all the sections for KubeEdge, a k8s based edge computing platform.
(2019-03-12-kubeedge-k8s-based-edge-intro)

* Update 2019-03-12-kubeedge-k8s-based-edge-intro.md

Minor format updates

* Update 2019-03-12-kubeedge-k8s-based-edge-intro.md

* [ReviewFix] 2019-03-12-kubeedge-k8s-based-edge-intro.md

Review of @stewart-yu fixed for KubeEdge/kubeedge link

* [ReviewFix] Format 2019-03-12-kubeedge-k8s-based-edge-intro.md

Linefeed update.

* Update 2019-03-12-kubeedge-k8s-based-edge-intro.md

* Update 2019-03-12-kubeedge-k8s-based-edge-intro.md

* [ReviewFix] 2019-03-12-kubeedge-k8s-based-edge-intro.md

KubeEdge control plane in cloud and extension part made it mode clear.

* Update 2019-03-12-kubeedge-k8s-based-edge-intro.md

* Rename 2019-03-12-kubeedge-k8s-based-edge-intro.md to 2019-03-19-kubeedge-k8s-based-edge-intro.md

* Update 2019-03-19-kubeedge-k8s-based-edge-intro.md
2019-03-19 08:50:21 -07:00
Dani Comnea ed7f0adc74 Update automated-tasks-with-cron-jobs to align on style guidelines and fix some typos (#13184) 2019-03-15 16:36:58 -07:00
Aniket Gawade d6f36725db Adding Contrail/Tungsten Fabric to the add-on list (#12865)
* Update addons.md

* Update addons.md
2019-03-15 10:18:59 -07:00
Daniel Weibel 783ee875d0 Clarify kubectl shell autocompletion documentation (#13060)
* Clarify kubectl autocompletion documentation (#12405)

* Clarify kubectl autocompletion documentation (#12405)

Remove comments.

* Clarify kubectl autocompletion documentation

Fix according to review.

* Clarify kubectl autocompletion documentation

Use selectable tabs.

* Fix note callouts in various sections

* Clarify kubectl autocompletion documentation

Change wording of intro paragraph.
2019-03-15 09:45:10 -07:00
ljnaresh 8585fbb1ab Create Kubernetes-setup-using-Ansible-and-Vagrant.md (#12652)
* Create Kubernetes-setup-using-Ansible-and-Vagrant.md

This blog describes the steps for to setting up a multi node Kubernetes cluster using Ansible and Vagrant.

* Apply suggestions from code review

Co-Authored-By: ljnaresh <naresh_lj@infosys.com>

* Markdown changes for syntax highting and reviews.

* Vagrant image & join command logic changes

* Update Kubernetes-setup-using-Ansible-and-Vagrant.md

* Adding author name and organization

* Markdown correction for colon

* Update Kubernetes-setup-using-Ansible-and-Vagrant.md
2019-03-15 09:29:02 -07:00
Cody Clark 599a23b566 re-alphabetize list of Local ecosystem tools (#13163)
[#12994](https://github.com/kubernetes/website/pull/12994) had already been sitting for a week+, and I didn't want to waste any more time by asking for such a small change across time zones
2019-03-15 09:26:58 -07:00
yanghaichao12 8372a20edd Fix typos (#13196) 2019-03-15 09:24:58 -07:00
makocchi fcbb89a2af Remove command prompts and split command outputs (#13015)
* Remove command prompts

* Add comments before commands
2019-03-15 09:16:58 -07:00
Amir M. Saeid 80b73a4c03 Use correct kubelet config name (#13185)
At its current form minikube fails to start with following error:

    unknown flag: --AllowedUnsafeSysctls

Renaming it to allowed-unsafe-sysctls works as expected.
2019-03-15 02:58:57 -07:00
Dani Comnea 6632298c88 Test examples files in configmap directory (#13128) 2019-03-14 06:44:23 -07:00
Qiming 253480646a Fix Travis example tests for release-1.13 (#13145)
xref: #13122
2019-03-13 10:47:39 -07:00
Timothy St. Clair f2f0ae0356 Update to remove coreos specific instructions. (#13162) 2019-03-13 09:01:37 -07:00
Gregory Guillou 76010c4fd9 Add Kind to the Local-machine Solutions (#12994) 2019-03-13 08:47:40 -07:00
JF Joly 2b34dd9b7c Added link to New Relic agent install doc (#13157) 2019-03-13 08:37:42 -07:00
yanghaichao12 ca3efda3d5 Fix typos (#13155) 2019-03-13 08:35:39 -07:00
Jiacheng Xu 3d509106b9 Update assign-cpu-resource.md (#13154)
Remove the "do not" since you should not skip the steps if you don't have metric-server running.
2019-03-13 08:33:39 -07:00
Jintao Zhang 2b3ced6a00 fix certificate command (#13152)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2019-03-13 08:31:41 -07:00
Dipak Pawar 2a45c9ca35 removes extra /configmap from ui.properties path (#13150) 2019-03-13 08:29:42 -07:00
Timothy St. Clair 3f8bc96336 Remove the old setup from scratch documentation (#13146)
because it was woefully outdated.
2019-03-12 22:19:32 -07:00
Lubomir I. Ivanov a15d6ebed9 kubeadm-troubleshooting: add entry about multi-valued args (#12937)
Add TS entry about the case where it's not possible to
pass multi-valued arguments to --component-name-extra-args flags
from the command line.
2019-03-12 16:56:38 -07:00
Karthik Gaekwad 6362d6173e Alphabetized, and made linux academy consistent (#13141)
changed instances of linuxacademy.com to Linux Academy
2019-03-12 16:38:38 -07:00
Dinuka Arseculeratne 9e06367354 Fixed issue with ```shell being displayed (#13144) 2019-03-12 16:10:39 -07:00
Alex Contini 0212d833c4 add NetEase case study (#13075)
* add NetEase case study

* fixes

* fixes
2019-03-12 15:36:38 -07:00
Dani Comnea 56021dc671 Reorganize Federation tasks so we have it group and under one topic (#12900)
* Reorganize Federation tasks so we have it group and under one topic

* Intended replacement
2019-03-12 13:38:39 -07:00
Karthik Gaekwad d7cae63dcd updated networking (#13137) 2019-03-12 13:24:43 -07:00
Dani Comnea da20b139da Update configure-service-account task file to reference pod spec file from examples dir (#13065) 2019-03-12 12:38:39 -07:00
Karthik Gaekwad 5b1b1341cc added K8s training materials (#13136) 2019-03-12 12:36:41 -07:00
chenrui 4f5d3ce834 Fix typo in `dns-horizontal-autoscaling.md` (#13051)
* `turning` -> `tuning`

* Remove duplicate `'s control`
2019-03-12 12:28:39 -07:00
yanghaichao12 ba9f7f10e2 Revise some places (#13012)
* Revert "Fix a typos"

This reverts commit 5dcca521c4.

* Revise some places

temporary
2019-03-12 12:20:40 -07:00
Karthik Gaekwad 03cc1d8508 Adds a section for OKE cluster upgrades (#13134) 2019-03-12 11:40:39 -07:00
Naoki Oketani 7d53822a81 Modify indent from 3 to 2 spaces (#13056) 2019-03-12 11:26:44 -07:00
Andrew Sy Kim 787b0cd7ef update links to the vSphere docs (#13040) 2019-03-12 11:20:40 -07:00
Jiacheng Xu 0e1858674f Update assign-memory-resource.md (#13037)
Remove the "do not" since you should not skip the steps if you don't have metric-server running.
2019-03-12 10:30:42 -07:00
makocchi 23dacbb83b Update command outputs to k8s 1.13 based (#12771)
* Update command outputs to k8s 1.13 based

* Update command outputs to k8s 1.13 based (2)

* Add the way to download the example manifest and change datetime in a pod log

* create a job from remote url

* Update content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md

Co-Authored-By: makocchi-git <makocchi@gmail.com>
2019-03-12 10:24:42 -07:00
yanghaichao12 9e471e389c Fix typos (#13120) 2019-03-12 10:14:39 -07:00
Jihoon Seo 01ed12e4e3 Update kubeadm-init.md (#13068)
* Fix not available config field in kubeadm-init.md

Update the line describing `unifiedControlPlaneImage`, since "unifiedControlPlaneImage" in ClusterConfiguration was changed to a boolean field called "useHyperKubeImage" in v1beta1.
( https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta1 )

* Update image names and versions in kubeadm-init.md

$ kubeadm config images list
k8s.gcr.io/kube-apiserver:v1.13.4
k8s.gcr.io/kube-controller-manager:v1.13.4
k8s.gcr.io/kube-scheduler:v1.13.4
k8s.gcr.io/kube-proxy:v1.13.4
k8s.gcr.io/pause:3.1
k8s.gcr.io/etcd:3.2.24
k8s.gcr.io/coredns:1.2.6

# docker images
REPOSITORY                           TAG                 IMAGE ID            CREATED             SIZE
k8s.gcr.io/kube-proxy                v1.13.4             fadcc5d2b066        10 days ago         80.3MB
k8s.gcr.io/kube-controller-manager   v1.13.4             40a817357014        10 days ago         146MB
k8s.gcr.io/kube-scheduler            v1.13.4             dd862b749309        10 days ago         79.6MB
k8s.gcr.io/kube-apiserver            v1.13.4             fc3801f0fc54        10 days ago         181MB
k8s.gcr.io/coredns                   1.2.6               f59dcacceff4        4 months ago        40MB
k8s.gcr.io/etcd                      3.2.24              3cab8e1b9802        5 months ago        220MB
k8s.gcr.io/pause                     3.1                 da86e6ba6ca1        14 months ago       742kB

* Update the way to use custom etcd image in kubeadm-init.md

According to rosti's [comment](https://github.com/kubernetes/kubeadm/issues/1255#issuecomment-439874004),
the `image` field under `etcd` (from `v1alpha3`) was replaced by a couple of fields - `imageRepository` and `imageTag`.

* Apply suggestions from @neolit123 in kubeadm-init.md

Suggestions from @neolit123: https://github.com/kubernetes/website/pull/13068#pullrequestreview-212806230

* Apply a suggestion from @rosti in kubeadm-init.md

A suggestion from @rosti : https://github.com/kubernetes/website/pull/13068#discussion_r264228348
2019-03-12 10:04:43 -07:00
cizixs 0f45f09354 Fix typo in deployment concept (#13112)
There is a typo in deployment concept doc: missing a code block
indicator, this commit fixes it.
2019-03-12 09:58:42 -07:00
Michael Ferranti b8363e8d81 Add link to Portworx site (#13108)
Make it easier for people to understand if Portworx is the right solution for them with an additional link.
2019-03-12 09:54:44 -07:00
Marco Voelz a3d246fc4a Fix busybox `nslookup` example (#13071)
* Similarly to https://github.com/kubernetes/website/pull/9901 pin busybox image to 1.28. Although https://bugs.busybox.net/show_bug.cgi?id=11161 is closed, this still doesn't work on images > 1.28
* remove `/bin/sh` from the command to be executed on busybox, this leads to `/bin/sh: can't open 'nslookup': No such file or directory`
2019-03-12 09:50:50 -07:00
Dani Comnea e38f800d81 Add codenew shortcode to configure-pod-configmap task file and sanitize the example files (#13078) 2019-03-11 20:28:38 -07:00
Zach Arnold 5e50314b27 add feature state labels to admission controllers (#12689)
* add feature state labels to admission controllers

* Minor edits
2019-03-11 17:32:38 -07:00
Karen Bradshaw 7b07d19360 fix short_description field in glossary files (#13045) 2019-03-09 00:33:29 -08:00
Petr Ruzicka 424437c1dd Update secret.md (#13039)
Command output fixed
2019-03-08 22:05:28 -08:00
Ketankumar Jani 0407c5500f update section `pods are preempted unneccessarily` (#12961)
Preemption must not happen when
there is no pending Pod, or when the pending Pods have equal or lower priority
than the victims.
2019-03-08 18:49:31 -08:00
Michael Iatrou 8d55b797a0 Clarify the blue/green upgrade example. (#13009) 2019-03-08 18:47:30 -08:00
Neha Yadav 92e602c438 Minikube: Cleanup everything to start new machine (#12749)
* Minikube: Cleanup everything to start new machine

* Quick fixes
2019-03-08 11:30:55 -08:00
Sarah Gray 18d6c123b7 Add Linode to list of implemented CCMs (#13019) 2019-03-08 09:29:26 -08:00
Tomáš Kukrál f6033fccc8 fix indentaion in hpa deployment (#12893) 2019-03-07 16:50:03 -08:00
Bob Killen cf52474db1 Fix codeblock in update deployment section (#13029)
Corrects codeblock in the "Update deployment" section of doc:
content/en/docs/concepts/workloads/controllers/deployment.md
2019-03-07 16:26:06 -08:00
Petr Ruzicka 7130b8c58b Update secret.md (#13018)
Missing ``` fixed
2019-03-07 16:24:07 -08:00
Prince Rachit Sinha 471cb7ffa4 Fix markdown (#13013)
* Fix markdown typo

Remove extra triple backticks

* Follow indentation order
2019-03-07 16:22:04 -08:00
Venkat 1230263319 Add Quobyte's CSI plug-in reference in place of in-tree plug-in (#13008)
* Add Quobyte's CSI plug-in reference in place of in-tree plug-in

* Update content/en/docs/concepts/storage/volumes.md

Include CSI reference from the glossary.

Co-Authored-By: venkatsc <subbaraocse9@gmail.com>

* Update Quobyte CSI references

Co-Authored-By: venkatsc <subbaraocse9@gmail.com>
2019-03-07 16:18:05 -08:00
Michael Vorburger ⛑️ 92132a4f0c fix minor typo (missing "to") in custom resources doc (#13005) 2019-03-07 16:12:09 -08:00
Jonas Rosland d2c6113c98 Add VMware Enterprise PKS and VMware Essential PKS (#13003)
* Add VMware Enterprise PKS and VMware Essential PKS

Signed-off-by: jonasrosland <jrosland@vmware.com>

* Update content/en/docs/setup/pick-right-solution.md

That's a good suggestion, thank you

Co-Authored-By: jonasrosland <jrosland@vmware.com>
2019-03-07 16:00:07 -08:00
Lubomir I. Ivanov 3f5e14702c Revert "Add s390x platforms for calico" (#12989)
* Revert "Add s390x platforms for calico (#12616)"

This reverts commit c533563bdc.

* Oxford comma
2019-03-07 15:58:04 -08:00
SpringWar 8f30a140de Update feature-gates.md (#12997)
Update PodPriority feature to beta since v1.11
2019-03-07 15:56:04 -08:00
gml3ff 2cbf05a484 Included link to official Datadog Docs (#12988)
Current docs page didn't include link to Datadog docs page on setting up the agent with a DaemonSet.
2019-03-07 15:52:03 -08:00
Oussema CHERNI 20519f1d92 Fix broken links for CSI docs (#12984) 2019-03-07 15:50:04 -08:00
Tim Bannister a8fed37937 Tweaks to write K8s as proper noun (#12979)
* Expand k8s abbreviation

* Capitalize K8s in table header
2019-03-07 15:48:06 -08:00
Kaitlyn Barnard 910afbe9e5 Uppercase K8s (#12969) 2019-03-07 15:46:10 -08:00
Zoltan d5fc7c3bb8 Update deprecated link to Container Runtime Interface (#12957) 2019-03-07 15:38:06 -08:00
Rajakavitha1 f797f1b5ac Update building-from-source.md (#12946)
Added the attribute: content_template: templates/concept

Because the content was not appearing in: https://kubernetes.io/docs/setup/release/building-from-source/
2019-03-07 15:34:05 -08:00
Draven 966e56f32f doc: remove extra used in job document (#12945) 2019-03-07 15:30:11 -08:00
Mizuki Urushida 98d1ab4c92 Fix indentation of EncryptionConfiguration sample (#12876) 2019-03-07 15:04:10 -08:00
Marc Boorshtein ae64653e94 Updated link to page (#12862)
We've redone OpenUnison's k8s integration to provide multiple "spins".  We created a new page to point users to the GitHub repo that matches the "spin" they're looking for.
2019-03-07 14:54:07 -08:00
YouenZeng d88352b000 Fix Powershell script issue (#12858)
Fix syntax issue of Powershell script, update environment key to KUBECONFIG
2019-03-07 14:50:13 -08:00
sureshpalemoni 273f3fa713 Change in Storage Value in Example Scenario (#12831)
In the calculation of this `Allocatable` will be `14.5 CPUs`, `28.5Gi` of memory and
`88Gi` of local storage. - It was 98Gi for storage instead of 88Gi which is derived after negating System-Reserved+Kube-reserved+eviction+hard
2019-03-07 14:42:07 -08:00
Michal Bryc b58b88df47 Update Link to .spec details (#12886)
The [old URL](https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status) now consists of a page that says the new URL is https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status, so let's just go ahead and link to the new URL directly :)
2019-03-07 14:34:04 -08:00
Dani Comnea 8d4bd9c1fe Add code fencing example in the style guidlines (#12783)
* Add code fencing example in the style guidlines

* Add a period
2019-03-07 14:32:06 -08:00
Nat Welch a21bbe7cf8 Update connect-applications-service.md (#12924)
Fix a 404 link
2019-03-07 14:30:06 -08:00
Dani Comnea 4bd46900b2 Update debug-pod-replication-controller task file and fix the kubectl grep (#12797) 2019-03-07 14:24:12 -08:00
Slava Semushin acc4c33888 pod-security-policy.md: update to use PSP from policy/v1beta1 and fix a broken link. (#12768) 2019-03-07 14:16:07 -08:00
Anna Nguyen d110471a35 Clarified step of getting Kubernetes cluster name; fixed quoting in c… (#12718)
* Clarified step of getting Kubernetes cluster name; fixed quoting in command that sets `APISERVER`.

Need to set `CLUSTER_NAME` before using it.
The single quote in the `APISERVER` command prevented the expansion of the `CLUSTER_NAME` variable.

* Remove whitespace
2019-03-07 14:12:13 -08:00
Tim Bannister 2ee8a94c5d Switch CNI glossary entry to recommended style (#13023)
(spelled out first, then acronym in parentheses (as in original), then acronym
throughout the rest of the page/file)
2019-03-07 14:04:13 -08:00
Tim Bannister d24278918c Fix broken link (#12717)
Resolves #12713
2019-03-07 14:00:10 -08:00
Supriya Sirbi 09e45d42d8 Issue #12533 (#12701)
Update k8s.io/docs/tutorials/services/source-ip/
2019-03-07 13:58:13 -08:00
Damini Satya ae355ed890 Fix #11761 - Provide clear explanation of Kubernetes deployments (#12561) 2019-03-07 13:54:16 -08:00
Tim Bannister 5c99d3431a Add “app container” to glossary (#12611)
* Define "app container"

* Expand app container explanation

* Tweak wording

Co-Authored-By: Zach Arnold <me@zacharnold.org>

* Fix, wording nit
2019-03-07 09:07:01 -08:00
Kaitlyn Barnard b13c0fa350 Raw block storage blog post (#13011)
* Raw block storage blog post

* Update 2019-03-07-raw-block-volume-support-to-beta.md
2019-03-07 08:12:59 -08:00
Neha Yadav d3cca48e3f Code snippents shouldn't include the command prompt (#12779) 2019-03-07 01:31:05 -08:00
Kaitlyn Barnard 6dd752b64e Update pick-right-solution.md (#12971) 2019-03-05 06:50:40 -08:00
Tim Malone c1dfba6305 Fix broken link in Ingress documentation (#12974) 2019-03-05 06:46:39 -08:00
Oussema CHERNI 234eb57360 Fix broken links for Taint and Toleration (#12982) 2019-03-05 06:42:31 -08:00
Matt McNaughton 9dc34f1dc5 Update CVE-2019-5736 blog post with kops fixes (#12972)
Update the blog post to link to
https://github.com/kubernetes/kops/blob/master/docs/advisories/cve_2019_5736.md.
2019-03-04 15:53:00 -08:00
Karen Bradshaw 71662ad94b fix typo in start contributing (#12906) 2019-02-28 20:31:51 -08:00
Kaitlyn Barnard a52995a5e7 Blog Post: Operatorhub.io (#12905)
* operatorhub blog post

* Update 2019-02-28-automate-operations-on-your-cluster-with-operatorhub.md
2019-02-28 11:10:55 -08:00
WanLinghao 268c9473a5 Add docs to illustrate how to schedule pod to specific node (#12871) 2019-02-27 21:22:19 -08:00
Justin Santa Barbara c34527a3ed Fix SSH tunnel links (#12585)
* Fix SSH tunnel links

* Removed reference to GKE, which seemed to prompt the initial removal.
* Fixed the link to refer back to the correct paragraph now that it exists again.
* Noted deprecation of SSH tunnels but work to create a replacement.

Fix #8262

This reverts commit 1da65603af.

This reverts commit b8b71b6845.

* Update master-node-communication.md
2019-02-27 21:18:39 -08:00
Dani Comnea fb4c7d138f Update the fine-parallel-processing-work-queue.md task file to remove $ and also remove text which is not appropiate for end user (#12793) 2019-02-27 21:14:58 -08:00
Tim Bannister 04ddaa4711 Reference glossary definitions in “Connect a Front End to a Back End Using a Service” (#12706)
* Reference terms in glossary

* Enable syntax highlighting for shell snippets
2019-02-27 21:11:22 -08:00
Dani Comnea 2f6bee10ca Update the parallel-processing-expansion.md task file and remove $ (#12794) 2019-02-27 21:07:48 -08:00
Guido García 3999608ca6 docs: update acs-engine -> aks-engine (#12804)
* docs: update acs-engine -> aks-engine

acs-engine has been deprecated by Microsoft in favor of aks-engine

* chore: PR feedback

* fix missing AKS
2019-02-27 21:04:10 -08:00
Misty Linville 928f7094cb Small refactor of Custom Resources topic (#12502)
- Adjusts levels
- Removes some obsolete info
- Rewrite of some of the intro material
2019-02-27 20:53:31 -08:00
makocchi 235f6f6d99 apply content_template and follow the style guide (#12759) 2019-02-27 20:42:57 -08:00
Tim Bannister b8ad490a80 List supported protocols for Service (#12669)
Tidy up protocol support to show that TCP and UDP have support in
stable, whereas SCTP support is in alpha. For HTTP, direct users to
read up on Ingress instead.
2019-02-27 20:25:24 -08:00
Tim Bannister 96a5f3f970 Move Docker credentials import to task documentation (#12668)
* Move docker credentials import to task documentation

Relevant to #12072

* Call out helpful note about per-namespace secrets
2019-02-27 20:21:48 -08:00
Dani Comnea f0d8c8a79c Update debug-service.md's tasks file to remove $ from kubectl and turn some questions into bullet list (#12798) 2019-02-27 18:07:46 -08:00
Cody Clark 0bbe2db0be Fix Ingress callouts, links, nav, and templating (#12720)
* Fix Ingress callouts, links, nav, and templating

* Update ingress.md

* Update ingress-minikube.md

* Delete .md that caused 404

* Delete .md that caused 404

* Update ingress-controllers.md

* Update ingress-minikube.md

* spell check pass

* Update ingress.md

* Update ingress-minikube.md
2019-02-27 15:15:30 -08:00
Dani Comnea ab5e8c0d65 Fix the borken link in kubelet-integration.md page (#12864) 2019-02-27 11:49:13 -08:00
Tim Bannister 79b182529e Adjust for Minikube running RBAC by default (#12851) 2019-02-27 09:10:29 -08:00
Damini Satya 8598dc5fb7 Fix #12764 - Update troubleshooting-kubeadm doc (#12825) 2019-02-27 03:22:15 -08:00
Dani Comnea 943429988d Add the meeting calendar to the contrib docs (#12855) 2019-02-27 03:17:13 -08:00
makocchi 769c38cda3 remove command prompts and deprecated note (#12870) 2019-02-26 22:02:09 -08:00
Himanshu Pandey 84a840887a Removed the redundant text (#12868) 2019-02-26 17:39:39 -08:00
Art a2c4457175 Revising links for blogs (#12796)
* bluemix.net links are deprecated and no longer updated
* updated to new cloud.ibm.com link style
* also the product name is IBM Cloud Kubernetes Service, not Armada
* follow on to PR #12792
2019-02-26 07:17:28 -08:00
Roy Lenferink 5bf8d70adf Removed duplicate 'Note' keyword (#12833) 2019-02-25 15:40:20 -08:00
Tim Bannister e176143ab1 Tidy install guide for container runtimes (#12704)
* Use feature-state note for CRI

* Note applicability to Linux hosts

* Explain cgroup ("control group")

* De-emphasize cgroup details

The individual runtime install steps already take account of this
advice.
2019-02-25 08:37:39 -08:00
Rastislav Szabo e17be7dcb3 Add Contiv-VPP CNI instructions (#12822) 2019-02-25 04:57:00 -08:00
Linus Lee 924d764233 Fix bugs about kubeadm upgrading. (#12809)
* Fix bug about kubeadm upgrading

It will lead to the following error if using `yum upgrade -y kubeadm --disableexcludes=kubernetes` command:
<https://serverfault.com/questions/943696/fatal-unexpected-error-when-reading-kubeadm-config-configmap-clusterconfigurat>
Running `yum upgrade -y kubeadm --disableexcludes=kubernetes` command will upgrade the kubeadm to v1.13 but kubeadm v1.13 could not upgrade the v1.12 kubeadm cluster.

* Update kubeadm-upgrade-1-12.md

* Update kubeadm-upgrade-1-12.md

* Update kubeadm-upgrade-1-12.md
2019-02-24 20:14:42 -08:00
Frederiko Costa 252f4d5261 add --csr-only option on kubeadm (#12766)
* add --csr-only option

The flag `--use-csr` is no longer available as of 1.13 on. Got replaced by `--csr-only`.

* replace deprecated kubeadm cert renewal flag
2019-02-24 20:06:22 -08:00
Art 27b9422c8f Revising bluemix.net links to cloud.ibm.com (#12792)
* Revising bluemix.net links to cloud.ibm.com

* bluemix.net links are deprecated and no longer updated
* updated to new cloud.ibm.com link style

* Removing blog content
2019-02-24 05:28:25 -08:00
Renze Yu 224cebb90b fix command in deployment.md (#12776) 2019-02-22 03:40:13 -08:00
Hongbin Mao bc9235fa4b Update horizontal-pod-autoscale-walkthrough.md (#12777) 2019-02-22 03:13:18 -08:00
Neha Yadav eaf7f1cbba Use card based layout (#12752) 2019-02-21 19:43:04 -08:00
June Yi 8e5d7e4829 Make k8s.io/docs/home to support i18n (#12570)
* Make k8s.io/docs/home to support i18n

* Apply kbhawkey's review comment
2019-02-21 08:24:20 -08:00
Dani Comnea 53edccb6d1 Replace shortcode code with codenew for en lang (#12744) 2019-02-21 06:24:15 -08:00
Qiming 6784b5dfd8 Revert "Update dns-pod-service.md (#10788)" (#12727)
This reverts commit 2ebcf10831.
2019-02-21 01:34:40 -08:00
Meng Yang b4f547e2eb add baidu cloud provider information (#12738) 2019-02-21 01:23:51 -08:00
Daniele Polencic 66683ea82b Added Learnk8s Academy as online training offering (#12737)
* Added Learnk8s Academy as online training offering

* Rearranged in alphabetical order

* Renamed
2019-02-20 06:57:11 -08:00
Chazzledazzle1 31b3e8596f New Linux Academy Content Added (#12711)
Edit: Listed courses in alphabetical order & removed UTM from links.
2019-02-19 20:54:20 -08:00
Juan Diego Palomino ef4e36c928 Deployment documentation incorrectly describes how ReplicaSets are named (#12712)
I went ahead and corrected the incorrect description, as well as some incorrect examples
2019-02-19 12:36:02 -08:00
Tamal Saha 8f1e5e05e8 Add Voyager to list of ingress controllers (#12702) 2019-02-19 04:41:53 -08:00
Josie 0f71ba24e4 Add Supergiant to Turnkey Cloud Solutions list (#12693) 2019-02-18 23:12:15 -08:00
Jennifer Rondeau c51c2bbdcb fix minishift wording, remove broken link (#12679) 2019-02-18 22:59:04 -08:00
Tim Bannister 59a34796c9 Improve namespaces walkthroughs (#12686)
* Reference glossary entry for namespace

* Call out namespace names
2019-02-18 19:25:50 -08:00
Kenny Ho bb2d30a821 Add AMD GPU node labeller to scheduling-gpus.md (#12530)
* Add AMD GPU node labeller to scheduling-gpus.md

* Add AMD GPU node labeller to scheduling-gpus.md

* Fixed typo

* Fix stray typo, wording issue
2019-02-17 19:47:53 -08:00
Casey Flynn a7ec1f8478 Apply grammar fix (#12477) 2019-02-17 18:59:03 -08:00
McCoyAle f116c6877d Add Pod Lifecycle to glossary (#12645)
* Add Pod Lifecycle to glossary

* Update pod-lifecycle.md

* Update pod-lifecycle.md
2019-02-17 18:50:48 -08:00
Cody Clark a96ea24939 Updates to Ingress (#12465)
* Create ingress-minikube.md

* Update ingress.md

* Move Ingress controllers content to own page
* Link to Set up Ingress on Minikube with the NGINX Controller task
* Minor edits

* Create ingress-controllers.md

* Update ingress-controllers.md
2019-02-17 18:36:33 -08:00
Vishwanath K 9654ecc44f Update cron-jobs.md (#11512)
* Update cron-jobs.md

Update to startingDeadlineSeconds concept

* Update jobs-run-to-completion.md

Syntax correction

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-Authored-By: k-vishwa <vishwanath.k@kloud9.nyc>

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-Authored-By: k-vishwa <vishwanath.k@kloud9.nyc>

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-Authored-By: k-vishwa <vishwanath.k@kloud9.nyc>

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-Authored-By: k-vishwa <vishwanath.k@kloud9.nyc>

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-Authored-By: k-vishwa <vishwanath.k@kloud9.nyc>

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-Authored-By: k-vishwa <vishwanath.k@kloud9.nyc>

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-Authored-By: k-vishwa <vishwanath.k@kloud9.nyc>
2019-02-17 18:34:32 -08:00
McCoyAle 8906e7e929 Add Pod Disruption Budget to Glossary (#12646)
* Add Pod Disruption Budget to Glossary

* Update content/en/docs/reference/glossary/pod-disruption-budget.md

Cross referenced Pod term

Co-Authored-By: McCoyAle <mccoyale@gmail.com>

* Update pod-disruption-budget.md
2019-02-17 18:32:26 -08:00
Jordan Liggitt 9156340725 Improve RBAC documentation (#11254)
* Add cross-namespace service account example, clarify binding wording

* Add create role and create clusterrole help

* Add reconcile documentation

* Document roleRef restrictions
2019-02-17 18:20:12 -08:00
Avi Deitcher ef8967997c Document proxy flows (#12305) 2019-02-17 18:16:00 -08:00
Tim Bannister 5494391357 Tidy capitalization (#12603)
- Use “Job” to mean the Kubernetes object
- Use “job” where capitalization hinders readability
- Use “task”, or other synonymous concepts, to avoid confusion
- Use “Pod” to mean the Kubernetes object
- Use “pod” where capitalization hinders readability
- Use “container” in lowercase everywhere

Also:
- Clarify work queue example for Job controller
- Fix advice on running Job example
- Tweak emphasis
2019-02-17 17:53:17 -08:00
Tim Bannister eb5cac382d Reword /docs/concepts/configuration/secret/ (#12670)
* Use glossary terms when explaining Secret concept

* Tidy up advice on keeping Secrets secret

* Reformat note on how Secrets are displayed

* Use mebibytes
2019-02-17 17:51:15 -08:00
Dr Luke Angel c613b54671 Updated ReadMe (#11967)
* Updated ReadMe

Added windows commands

* Update configure-access-multiple-clusters.md

* Update configure-access-multiple-clusters.md

* Update configure-access-multiple-clusters.md
2019-02-17 17:38:57 -08:00
Tim Hockin 971d7af713 Update network doc for ip-per-pod reqs (#12182)
* Update network doc for ip-per-pod reqs

As per SIG-Network discussion, we can relax the requirement for all
nodes to be able to reach all pods on those platforms that do not
support hostNetwork.

The current thinking on Windows support is that hostNetwork is not a
requirement for Window users.  As such, satisfying the old requirement
is very difficult and has no practical benefit.

This DOES NOT change the requirements for platforms that support
hostNetwork (e.g. Linux) nor does it make hostNetwork optional for Linux
nodes.

This PR also removes most comparisons to Docker, as they are stale and
no longer germane, and cleans up some of the text.

* Feedback on contents
2019-02-17 17:34:50 -08:00
Lubomir I. Ivanov 43764bd6fb setup/cri: add a section about cgroup drivers (#12638)
* setup/cri: add a section about cgroup drivers

A cgroup driver is an important setting for the CRI and the kubelet.
Add a section that explains why "systemd" is the suggested value
for a driver when installing a CRI.

In the case of Docker the kubelet will receive this value automatically.
For the other CRIs, the users should tackle this manually.

* Update cri.md
2019-02-17 17:20:21 -08:00
Tim Bannister 5e4b2e21a5 Add "workload" to glossary (#12622)
* Add "workload" to glossary

* Use en_US spelling of "fulfill"

* Revise short description

Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-02-17 08:39:11 -08:00
Tim Bannister e6d672f1a7 Add sysctl to glossary (#12607)
* Add sysctl to glossary

* Make it clear that sysctl is for Unix-like OSs
2019-02-17 08:28:59 -08:00
Andrew Sy Kim 35d0d34959 remove cloud controller manager docs on using Initializers for PV labeling (#12375) 2019-02-17 08:26:48 -08:00
Bill Mulligan 078b847473 add rkt to glossary (#12361)
* Create rkt.md

* Update rkt.md
2019-02-17 08:24:42 -08:00
Jordan Liggitt 079a91fe79 deprecate DenyExecOnPrivileged/DenyEscalatingExec (#12152) 2019-02-17 08:07:05 -08:00
Tim Bannister 64fc415cdd Illustrate negative-exists selector in cheat sheet (#12667) 2019-02-17 07:49:36 -08:00
Dan Pastusek ba42c9311d add KubeSail to pick-right-solution.md (#12633) 2019-02-17 07:47:26 -08:00
Dario Maiocchi f156d51ddb Improve doc on certificates (#12579) 2019-02-17 07:45:06 -08:00
Vineeth Reddy d521f97eab Update building-from-source.md (#12577)
* Update building-from-source.md

Update the page to be consistent with the concepts template.

* Update building-from-source.md

Update the page to be consistent with the concepts template.
2019-02-17 07:42:51 -08:00
Ben Kuhn 7f3eb1dac6 Better example of a preStop hook for nginx (#12563)
It looks like `nginx -s quit` returns immediately rather than blocking until nginx has finished gracefully shutting down. As a result, just running `nginx -s quit` in the preStop hook won't work very well for high load and/or long running requests; nginx will get a TERM signal (and do a hard shutdown) immediately after `nginx -s quit` returns.

(I was getting connection errors while terminating pods, and adding a sleep-until-done to the preStop hook seemed to make them go away.)
2019-02-17 07:40:45 -08:00
cell13 c4a0e6be5c Update hello-minikube.md (#12257)
modify:
Katacoda environment only: Type `30369`, and then click **Display Port**.
2019-02-17 07:38:21 -08:00
Nick Fox 60b804ec8f Add service path to CRD webhook conversion example (#12542)
* Add service path to CRD webhook conversion example

* Update wording in CRD conversion example to indicate it is serving traffic

Co-Authored-By: nrfox <nickfox25@gmail.com>
2019-02-17 07:36:11 -08:00
Vinodh N 2aba9bd333 Update container-lifecycle-hooks for preStop - removed submodule website (#12498)
The changes are in line with one of the request for documentation update as per PR #55807 wherein it was observed that the preStop hook is not commissioned when the container is already in the terminated or completed state.

Braces removed as per the review comment. Multiple commits squashed

Braces removed as per the review comment

Update as per review, removed etc... and the statement is now cleaner
2019-02-17 07:33:51 -08:00
Murcurio 6adce91e46 Update http-liveness.yaml (#12255)
Deprecating the "X-" Prefix and Similar Constructs in Application Protocols:
https://tools.ietf.org/html/rfc6648
2019-02-17 07:31:41 -08:00
David Xia cb354f641d Disruptions: make clearer not all voluntary disruptions are constrained by PDBs (#11619)
* Disruptions: make clearer not all voluntary disruptions are constrained by PDBs

Currently, there's confusion on whether all voluntary disruptions are constrained by PDBs.
For example, see the three comments [here](https://github.com/kubernetes/kubernetes/issues/39824#issuecomment-436322189).

* Update content/en/docs/concepts/workloads/pods/disruptions.md

Co-Authored-By: davidxia <davidxia@users.noreply.github.com>

* Update content/en/docs/concepts/workloads/pods/disruptions.md

Co-Authored-By: davidxia <davidxia@users.noreply.github.com>

* Update disruptions.md
2019-02-17 07:27:11 -08:00
Jesse Glick 43d42674e9 Note MicroK8s (#11985)
* Note MicroK8s

* Consistent use of commas
2019-02-17 07:24:56 -08:00
hidekazuna 06b3c73e9b Update Container Runtime explanation (#11707) 2019-02-17 07:22:45 -08:00
Johann Gyger 42327d8a2c Alias for kubectl that works with completion (#12517)
* Alias for kubectl with completion.

Use a shorthand alias for `kubectl` that also works with completion. Using completion is great but typing `kubectl` each time is annoying.

* Update content/en/docs/reference/kubectl/cheatsheet.md

Co-Authored-By: jogy <johann@gyger.name>
2019-02-17 06:15:20 -08:00
WanLinghao f0d0309086 Fix a invalid jump link in hpa documentation (#12676) 2019-02-16 23:32:26 -08:00
Tim Bannister 88ca365f11 Use # not // for comments (#12672)
Bourne-style shells don't use //
2019-02-16 19:55:36 -08:00
Supriya Sirbi 7e1a07d4f1 Patch 2 - Update Replicaset.md (#12650) 2019-02-16 04:50:03 -08:00
shutefan 5f2250fd91 Fix sentence about specifying a rollback version (#12663) 2019-02-15 17:26:48 -08:00
Tim Bannister f9ad42915a Sort course list (#12647) 2019-02-15 03:39:11 -08:00
Tim Bannister fcea562907 Reference CronJob from Job (#12602)
CronJob is now stable. Signpost users to the relevant documentation.
2019-02-14 22:16:50 -08:00
Dave Strebel 3e5cb3d78a Update AKS mitigation link (#12632)
* Update AKS mitigation link

Updated to include link to AKS documentation on mitigation.

* Updated Microsoft Recommendation

Updated with suggested changes
2019-02-14 22:14:39 -08:00
André Martins 0a5ff4417d network-policy-provider: updating cilium documentation for v1.4.0 (#12627)
Signed-off-by: André Martins <aanm90@gmail.com>
2019-02-14 21:50:21 -08:00
Himanshu Pandey 9fcf418680 Removed junk character from output (#12649) 2019-02-14 21:39:15 -08:00
Karen Bradshaw b61b2351f7 update glossary id and rename filename (#12635) 2019-02-14 00:53:30 -08:00
Omid Raha 99909a4ccc Fix note as others (#12628) 2019-02-14 00:44:53 -08:00
Bob Killen 0470ce5688 Correct Debian version, link to other CoreOS channels (#12629) 2019-02-13 05:37:09 -08:00
Janet Kuo e063811cdb Document owner ref restrictions explicitly (#12543) 2019-02-13 05:03:42 -08:00
Naoki Oketani 3eb1148568 Update fluentd 0.12 to 1.0 in the example (#12557)
* Update fluentd 0.12 to 1.0 in the example

* .editorconfig removed trailing spaces
2019-02-13 03:42:24 -08:00
Damini Satya 63e57d102e Fix #9805 - Correct tags to avoid HTML encoding issue (#12523) 2019-02-13 03:36:11 -08:00
Damini Satya e0bc7049cb Remove extra occurance of container in the container lifecycle hooks definition (#12621) 2019-02-13 02:23:13 -08:00
PingWang c533563bdc Add s390x platforms for calico (#12616)
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-02-13 02:21:02 -08:00
Tim Bannister c0b0596b9b Link to pod lifecycle (#12614) 2019-02-13 02:19:09 -08:00
Tim Bannister ae70b25010 Add example listing object labels (#12600) 2019-02-13 02:17:08 -08:00
Tomas Kral 32211de0f5 Update debug-service.md (#12599)
use smaller case `v` for adjusting logging level
2019-02-13 02:15:06 -08:00
Andrew 8c637cee9e Update kubernetes-objects.md (#12595) 2019-02-13 02:13:00 -08:00
PingWang 4baf6d4d52 Update links of apparmor doc (#12593)
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-02-13 02:11:04 -08:00
Nick Veitch 1bfe9725f9 Adds link to official docs for LDAP support (#12581) 2019-02-13 02:06:56 -08:00
Yu-Zhen Tu 222ac3410e Add two training courses from Coursera (#12569) 2019-02-13 02:02:48 -08:00
Matt McNaughton 1b965dc49e Improve stateful set dns docs (#12564)
Address the issue raised in
https://github.com/kubernetes/kubernetes/issues/73808, where it became
clear it would be helpful for there to be a reminder for the user that
they are responsible for managing the StatefulSet which provides DNS
names for the pods in a StatefulSet.
2019-02-13 02:00:51 -08:00
Brendan Wrafter bc3a0369af Minor Type (#12545)
The frontend service should show type of "LoadBalancer"
2019-02-13 01:50:44 -08:00
Jérémy Mathevet f75b961ed6 Add oidc-required-claim (#12536) 2019-02-13 01:46:45 -08:00
Lubomir I. Ivanov e5886794dc create-cluster-kubeadm: update flannel to 0.11.0 (#12493)
Use this commit:
https://github.com/coreos/flannel/commit/a70459be0084506e4ec919aa1
instead of the v0.11.0 tag because the tag is missing the 0.11.0 images
as can be seen here:
https://raw.githubusercontent.com/coreos/flannel/v0.11.0/Documentation/kube-flannel.yml

Add note about supporting s390x on Linux and preliminary support
for Windows.
2019-02-13 01:42:42 -08:00