Xiaodong Zhang
b99d1b1394
Bump up deployment version in tasks/access-application-cluster folder ( #7324 )
2018-02-27 22:35:46 -08:00
bryangunn
23342f23d9
Update namespaces-walkthrough.md ( #7551 )
...
Fixed a couple typos.
2018-02-27 20:14:45 -08:00
Michelle Au
21926145fe
Update docs with subpath limitation ( #7533 )
2018-02-27 11:21:45 -08:00
William Zhang
7e07a410b0
Fix the wrong link to pod-priority-preemption ( #7545 )
...
Signed-off-by: William Zhang <warmchang@outlook.com>
2018-02-27 11:07:45 -08:00
Aravind
06f94d3983
Debugging DNS has been moved to a separate article. ( #7436 )
...
* Separated
Customizing DNS service
Debugging DNS
from https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/
* fixed a typo
2018-02-27 10:52:46 -08:00
Markus Banfi
01098a1d42
Fix reference to Python client library ( #7504 ) ( #7505 )
...
* Fix reference to Python client library (#7504 )
* fixup! Fix reference to Python client library (#7504 )
2018-02-25 08:14:43 -08:00
Philippe Pepiot
0c0e2c636d
pull image private: fix example variable name ( #7510 )
...
In the docs the secret is called regcred instead of regsecret
2018-02-24 14:14:44 -08:00
Joseph Herlant
a49701cf4b
Fix explanation about eviction threshold ( #7311 )
2018-02-24 13:17:45 -08:00
Ozioma
d1b446a080
edit command to create config file ( #7293 )
...
"touch" is not a windows or power shell command
2018-02-24 09:45:45 -08:00
Joel Smith
5ec5118445
Don't encourage people to mount downwardAPI volumes on /etc ( #7484 )
...
Because API data volumes like downwardAPI are expected to be fully
managed by Kubernetes and are now mounted read-only, this causes
problems with other files in /etc like /etc/resolv.conf that Docker
tries to add to the volume. Our examples should show such volumes
being mounted to a dedicated subdirectory for the volume.
2018-02-23 10:06:45 -08:00
Jianfeng Li
979bcb1291
fix a typo ( #7492 )
2018-02-22 23:08:44 -08:00
irfanurrehman
5a7e97b0fe
[Federation] Update the release location for kubefed ( #7429 )
2018-02-22 16:14:44 -08:00
Andrew Chen
0f178d4632
Update Service Catalog docs to meet style guidelines ( #7341 )
...
* Update Service Catalog docs to meet style guidelines
* Address stevepe's comments
* Remove full-links to cluster operator and application developer in glossary
2018-02-22 15:08:43 -08:00
Ali Rizwan
7e975e06b6
Fixed wrong imagepullsecret name ( #7426 )
...
* Fixed wrong imagepullsecret name
* Fixed wrong escaping
2018-02-20 18:52:40 -08:00
Tony Li
62002d3073
Pull image private cleanup ( #6609 )
...
* cleanup and clarify doc on imagePullSecrets task
* rename regsecret to regcred to reduce stuttering
2018-02-20 09:54:38 -08:00
Martin Mosegaard Amdisen
7438b73e91
Update kubeadm-upgrade-1-9.md ( #7338 )
...
If we are getting releases from the stable channel, I think the plan output would say stable instead of experimental. At least, that is what I see in this video, around 40:15 mins in: https://www.youtube.com/watch?v=x9doB5eJWgQ&feature=youtu.be
2018-02-19 12:49:37 -08:00
Braden Young
29a2287b16
Update Create an External Load Balancer Doc ( #6938 )
...
* Update Create an External Load Balancer Doc
The `Create an External Load Balancer` readme has a `Finding your IP address` section which describes steps that do not work when running the service in Minikube. @jimmidyson describes how to find your ip address while running in Minikube here: https://github.com/kubernetes/minikube/issues/384#issuecomment-234409957 . This change adds this helpful bit to the docs.
* Update create-external-load-balancer.md
* Update create-external-load-balancer.md
Add note callout formatting
2018-02-19 09:24:37 -08:00
Xiaodong Zhang
25a4121b9e
Fix memory request limit exmaples use the default namespace ( #6979 )
2018-02-19 07:36:38 -08:00
Xiaodong Zhang
194835e53d
Fix cpu request limit exmaples use the default namespace ( #6980 )
2018-02-19 07:29:37 -08:00
runlevl4
88491a2038
7307 ( #7448 )
...
* Removed 'xhyve driver' from OSX section (#7307 )
* Revert "Removed 'xhyve driver' from OSX section (#7307 )"
This reverts commit 0dc1bd525d
.
* Removed 'xhyve driver' from OSX section (#7307 )
2018-02-18 16:09:37 -08:00
Helen Chang
246cb9e02d
update federation control plane turn down command ( #7332 )
...
**kubectl** uses `--context` option for specifying the context, the option `--host-cluster-context` is for **kubefed join**.
2018-02-18 13:13:37 -08:00
Steve Perry
cdc7278c82
In front matter, change approvers to reviewers. ( #7433 )
2018-02-18 11:29:37 -08:00
Matt Kelly
eea2ddcc91
Follow style guide for code snippets ( #7382 )
...
The prompt character shouldn't be included and command output should be
separated from the command itself.
See https://kubernetes.io/docs/home/contribute/style-guide/#code-snippet-formatting
2018-02-16 19:59:38 -08:00
Joseph Heck
ef265d7dcd
Merge pull request #7125 from ravisantoshgudimetla/patch-1
...
Update critical pods documentation to include priorities.
2018-02-14 17:14:52 -08:00
Kai Chen
251d746c6e
Inline some content for the HPA walkthrough, since the original files have been removed ( #7414 )
2018-02-14 14:57:50 -08:00
huzhengchuan
4368468ec7
fix "Stateful Set" to "StatefulSet" ( #7166 )
...
* fix "Stateful Set" to "StatefulSet"
* adding a no-op commit to re-push netlify deploy
2018-02-14 14:37:52 -08:00
Steve Perry
eb469c5475
Move config files out of old user-guide directory. ( #7398 )
...
* Move config files out of old user-guide directory.
* Update file paths.
2018-02-14 03:38:52 -08:00
Steve Perry
d18e363e89
Increase min version, because YAML has been changed to apps/v1. ( #7385 )
2018-02-13 10:23:50 -08:00
Martin Mosegaard Amdisen
8c196439e9
Update kubeadm-upgrade-1-8.md ( #7337 )
...
If we are getting releases from the stable channel, I think the plan output would say stable instead of experimental. At least, that is what I see in this video, around 40:15 mins in: https://www.youtube.com/watch?v=x9doB5eJWgQ&feature=youtu.be
2018-02-13 01:10:50 -08:00
Bin Liu
8a1aa53c9c
Remove redundant description and add .note css to note section for readability ( #7334 )
2018-02-12 19:54:49 -08:00
Steve Perry
c46425d76c
Add info about patch strategy. ( #7286 )
2018-02-12 18:14:50 -08:00
Brendan Burns
b8e20f8ef4
Update cluster management with Azure docs. ( #7263 )
...
* Update cluster management with Azure docs.
* Update cluster-management.md
2018-02-12 18:00:50 -08:00
Matt Braymer-Hayes
4ff984479a
Update running-cloud-controller.md ( #7285 )
...
Update version number and clarify language.
2018-02-12 15:48:50 -08:00
Carlos Gonzales
8eb5addaf0
Update on install-kubectl.md ( #6954 )
...
* Update on install-kubectl.md
Added more info on the reason people may get "the connection to the server was refused error". It will help newbies understand the kubectl is a client that connects to a cluster. Hence, a Kubernetes cluster such as a minikube tool will be needed to verify that kubectl is functioning correctly.
* updating wording to remove redundancy
2018-02-12 14:56:50 -08:00
Martin Mosegaard Amdisen
89f0769650
Update security-context.md ( #7366 )
...
* Update security-context.md
The old link to `PodSecurityContext` was 404. Found another one by starting from a `Pod` in the API Reference. Hope it is the appropriate one.
* Fix broken link to SecurityContext
2018-02-12 14:05:50 -08:00
Martin Mosegaard Amdisen
4a62e21cad
Update securing-a-cluster.md ( #7367 )
...
Remove extra word.
2018-02-12 11:25:49 -08:00
zhangmingld
ac2f3cdc51
fix reconfigure-kubelet doc err ( #7377 )
2018-02-12 07:11:48 -08:00
Xiaodong Zhang
e70e97d8e1
Bump up tasks/administer-cluster folder ( #7323 )
2018-02-09 13:53:52 -08:00
Xiaodong Zhang
af9caa0035
Bump up deployment version in tasks/debug-application-cluster folder ( #7322 )
2018-02-09 13:49:52 -08:00
Joseph Herlant
e07add216a
Fix minor typo ( #7310 )
2018-02-08 15:52:51 -08:00
Joseph Herlant
cef6e06697
Fix minor typos and misspells detected using misspell ( #7313 )
2018-02-08 15:48:52 -08:00
aburdenthehand
169f527e4d
kubectl 1.9+ updated registry secret type and datakey: .dockercfg is now .dockerconfigjson, and datakey now wrapped in 'auths' element ( #7248 )
2018-02-06 18:43:43 -08:00
Sam Foo
d10f643e20
Remove duplicate words ( #7243 )
...
* Remove duplicate words
* Remove generated-reference change
2018-02-05 12:15:26 -05:00
Wei Li
89c6ffff95
Typo fix: instucts -> instructs ( #7189 )
...
* Typo fix: instucts -> instructs
* Rephrase description
2018-02-05 07:22:12 -08:00
Ibrahim AshShohail
3cfced7fde
Fix links to logging with sidecar ( #7223 )
...
Signed-off-by: Ibrahim AshShohail <ibra.sho@gmail.com>
2018-02-04 14:06:04 -08:00
Lingming Xia
e4b0184be2
use of a variable like instead of ( #7183 )
2018-02-02 13:17:06 -08:00
RaviSantosh Gudimetla
237bf27cc3
Update guaranteed-scheduling-critical-addon-pods.md
2018-02-02 09:48:09 -05:00
Kai Chen
f15d03a1f6
Update the workloads API versions to 1.9 for rest of the docs ( #7099 )
...
* Update the workloads API versions to 1.9 for rest of the docs
* Remove comments per CR feedback
* Add a comment to be clear about which versions will work with the example
2018-02-01 15:40:04 -08:00
jianglingxia
8828567afd
update the yaml of deployment and replicas ( #7107 )
...
* update the yaml of deployment and replicas
* update the yaml comment
2018-02-01 09:02:10 -08:00
RaviSantosh Gudimetla
effcc3db94
Update guaranteed-scheduling-critical-addon-pods.md
2018-02-01 10:57:05 -05:00
JounQin
c674f6865f
Typo fix: Config view show -> Config view shows ( #7181 )
2018-02-01 06:17:10 -08:00
Bin Liu
cb24427b0d
Fix error reference link ( #7195 )
2018-02-01 04:16:12 -08:00
RaviSantosh Gudimetla
e242b92de4
Update guaranteed-scheduling-critical-addon-pods.md
2018-01-31 12:27:47 -05:00
Anubha Kushwaha
731b87f3e2
Updated configure-service-account ( #7147 )
...
Error from server resolved by escaping kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "myregistrykey"}]}' JSON string by '\'
2018-01-30 10:06:12 -08:00
emanic
197a375b9b
Updates the Calico installation page ( #7094 )
2018-01-29 10:38:33 -08:00
RaviSantosh Gudimetla
57c9a5bba7
"Updated the priorityClass changes"
2018-01-29 11:32:26 -05:00
RaviSantosh Gudimetla
c707b24b1f
Updated as per reviewers comments
2018-01-29 10:43:15 -05:00
RaviSantosh Gudimetla
9bcc29be91
Update documentation to include priorities.
...
Updated documentation to include deprecation for rescheduler and include priorities and preemption.
2018-01-29 09:30:49 -05:00
Karsten Bott
7c25ef9252
added installation via Powershell Gallery ( #6086 )
...
* added kubectl installation via PSGallery
kubectl Installation via PSGallery for Powershell Windows Package Manager
* Update install-kubectl.md
2018-01-26 06:21:34 -08:00
Qiming
109b377138
Add link to autoscaler FAQ ( #7045 )
...
This PR adds a link to the cluster autoscaler project documentation
which can help answer some questions related to the scaler internals.
Closes : #1408
2018-01-25 18:11:30 -08:00
Tina Zhang
3c50ce9d87
Add kube-apiserver, kube-controller-manager, kube-scheduler and etcd to glossary. ( #6600 )
...
* Move master component definitions to glossary
* review comments
* Update controller.yaml
Making a trivial change to un-stuck Travis
* Update controller.yaml
Removing trivial change
2018-01-25 16:34:06 -06:00
Martynas Pumputis
ae9c4315b1
Update weave-network-policy.md ( #6960 )
...
- Remove the obsolete example.
- Include support links.
2018-01-25 14:29:40 -08:00
David Ashpole
de7b93abb7
Update eviction strategy to include priority ( #6949 )
2018-01-25 14:21:39 -08:00
Qiming
e1dbc1a497
Fix sample yaml for secret ( #7072 )
...
The sample yaml contains base64 encoded strings that were generated with
trailing returns. This is inconsistent to the result from the command in
which a user passes the key and value from command line. This PR removes
the trailing "Cg==" characters for consistency.
Closes : #7065
2018-01-25 14:20:33 -08:00
Bin Liu
f8f5c7460d
Add missed back quotation mark ( #7076 )
2018-01-25 14:19:40 -08:00
Bin Liu
23c527dcef
Minor format: add ending double quota to avoid generated code block to be in red color ( #7073 )
2018-01-24 14:39:39 -08:00
Joseph Heck
0268fa9ab8
Merge pull request #7044 from tengqm/fed-ns
...
Fix context name used when deleting namespace in federation
2018-01-21 20:48:50 -08:00
Joseph Heck
08c6ca2ecd
Merge pull request #6966 from tengqm/prestop-hook
...
Document the limitation of preStop hook
2018-01-21 18:07:20 -08:00
Qiming Teng
b264fabad0
Fix context name used when deleting namespace in federation
...
Closes : #3043
2018-01-22 09:57:28 +08:00
Qiming
64b5ea9208
Merge pull request #7024 from stewart-yu/patch-1
...
Update certificates.md
2018-01-22 09:47:11 +08:00
Joseph Heck
e9db786ba7
Merge pull request #7039 from tengqm/env-override
...
Add note about environment variable overriding
2018-01-21 11:48:02 -08:00
Joseph Heck
39dce2aabd
updating language
2018-01-21 11:44:56 -08:00
Joseph Heck
f7801fcacb
tweaking language just slightly
2018-01-21 11:41:25 -08:00
Joseph Heck
de8ece553a
Merge pull request #7035 from nashasha1/xdzhang/dns-autoscaler
...
Fix autoscale yaml not right bug
2018-01-21 11:37:00 -08:00
Qiming Teng
8fa52da2fa
Add note about environment variable overriding
...
Closes : #3195
2018-01-21 17:10:59 +08:00
nashasha1
aad78eaf18
Fix autoscale yaml not right bug
2018-01-20 22:51:31 +08:00
Simone Sciarrati
7af1c1cb1e
Link to correct line of gce policy
2018-01-20 15:33:26 +01:00
stewart-yu
00e821d14a
Update certificates.md
2018-01-20 09:08:02 +08:00
Jennifer Rondeau
4eae0e863d
Merge pull request #6815 from tengqm/object-management
...
Move "Object management using kubectl"
2018-01-19 09:06:12 -05:00
Jennifer Rondeau
b19e6da018
Merge pull request #6968 from tengqm/petset
...
Drop contents related to PetSet
2018-01-19 09:04:35 -05:00
Nicolaj Græsholt
6edfc77327
change path to reflect guide
...
The "Configure a Pod to Use a PersistentVolume for Storage"-task specifies that the content should be located on "/mnt/data" and not "/tmp/data", however this is not reflected in the yaml.
2018-01-19 09:30:32 +01:00
Qiming Teng
e9d2a374a2
Document the limitation of preStop hook
...
Closes : #6965
2018-01-19 11:54:27 +08:00
Joseph Heck
6888815894
Merge pull request #6985 from liggitt/transform-all-namespaces
...
Update key rotation documentation
2018-01-18 15:46:34 -08:00
Joseph Heck
17012f0902
Merge pull request #7008 from janoszen/patch-1
...
Replaced /tmp to /mnt
2018-01-18 13:50:41 -08:00
Joseph Heck
e6bda9f0bb
Merge pull request #7011 from nashasha1/xdzhang/deployment-path-demo
...
Remove redundant selector
2018-01-18 13:49:53 -08:00
Joseph Heck
39ba568af4
Merge pull request #7009 from darkowlzz/patch-2
...
configure-pvs: enable yaml syntax highlighting
2018-01-18 13:45:23 -08:00
nashasha1
62b5422d4a
Remove redundant selector
2018-01-19 00:28:01 +08:00
Qiming
644ae7e248
Merge pull request #6993 from cimomo/salt-fix
...
Update the location of etcd.manifest
2018-01-18 21:29:21 +08:00
Qiming
5db278fb5c
Merge pull request #6991 from fabiand/patch-1
...
Fixed a typo
2018-01-18 21:27:35 +08:00
Sunny
4791559dff
configure-pvs: enable yaml syntax highlighting
2018-01-18 16:12:30 +05:30
János Pásztor
d51b12b4aa
Replaced /tmp to /mnt
...
Many people have refrained from reading the whole document and started using /tmp as a de-facto standard directory to store data. Needless to say, using /tmp for persistent data is a bad idea and for the sake of the people only reading the first page, it should be changed to /mnt
2018-01-18 10:33:24 +01:00
Kai Chen
ed24dcd363
Update the location of etcd.manifest, since cluster/saltbase was deprecated
2018-01-18 00:02:03 +08:00
root
91adbe2782
Update apiversion of deployment in v1.9
2018-01-17 20:37:05 +08:00
Fabian Deutsch
1072ff1eef
Fixed a typo
2018-01-17 11:36:47 +01:00
Jordan Liggitt
1f7f13740c
Update key rotation documentation
2018-01-17 00:34:59 -05:00
Xiaoyu(Tim) Zhang
9277b52d5c
Merge pull request #6982 from nashasha1/fix/qos-example-namespace
...
Fix QoS examples use default namespace
2018-01-17 10:35:08 +08:00
nashasha1
edd7eddb83
Fix QoS examples use default namespace
2018-01-17 00:45:44 +08:00
Qiming Teng
48ac1e6704
Drop contents related to PetSet
...
PetSet is a *very* old term that dates back to v1.4. We should not
continue evangelize such a concept where there is no trace in code base
today.
Closes : #6484
2018-01-15 14:01:16 +08:00
nashasha1
db2d8be7f1
Fix label not match in ReplicaSet PodPreset yaml
2018-01-14 23:30:23 +08:00
Timothy Josefik
9d3dfdbe0d
Changed maxAvailable to maxUnavailable. This was changed as there is no maxAvailable.
2018-01-13 20:43:47 -06:00