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
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
https://github.com/kubernetes/website/commit/a213182b10a3d02d8dc8d0db7b617a2b408dc53f
added a linke to [projected volume] that maybe got renamed.
* Update service-accounts-admin.md
2019-05-06 02:55:36 -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
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
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
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