Martin Mosegaard Amdisen
4e248ae8f4
Update kubeadm-upgrade.md ( #7335 )
...
Added link to 1.9 upgrades.
I am uncertain about the right document for `1.8.x` to `1.8.y` upgrades, as both these documents state that is their purpose:
- https://kubernetes.io/docs/tasks/administer-cluster/kubeadm-upgrade-1-8/
- https://kubernetes.io/docs/tasks/administer-cluster/kubeadm-upgrade-1-9/
So I have left the link for that scenario as it is.
2018-02-24 13:18:44 -08:00
Joseph Herlant
a49701cf4b
Fix explanation about eviction threshold ( #7311 )
2018-02-24 13:17:45 -08:00
James Hill-Khurana
97837c078c
Fix Kubermatic Links ( #7435 )
...
The Kubermatic Links now redirect to loodse.com.
2018-02-24 13:14:46 -08:00
Matt Braymer-Hayes
c1beb824c4
Update master-node-communication.md ( #7467 )
...
Remove out-of-date reference to TODO (#7314 ).
2018-02-24 13:13:46 -08:00
Michelle Au
6e8384d1b4
Update reclaim policy documentation to be consistent with field names ( #7487 )
2018-02-24 13:12:44 -08:00
Nikhita Raghunath
8d7accb1a9
Document ability to do object count quota for all namespaced resources ( #7441 )
2018-02-24 12:59:44 -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
Thomas Maddox
57ba29877d
custom-resources.md: Swap "You are have"/"You have" ( #7500 )
...
Minor grammatical error when describing what CRDs are a good fit for.
2018-02-24 09:31:48 -08:00
Kai Chen
9e56ea6c67
Fix reference to kubernetes-objects ( #7499 )
2018-02-23 13:01:46 -08:00
Mike Wilson
3885c80063
Add to contact methods ( #7494 )
...
Add kubernetes-users and kubernetes-novice to contact methods
2018-02-23 10:32:44 -08:00
Ayush Pateria
086251e593
Update cassandra-statefulset.yaml ( #7438 )
...
Specifying storage class name using annotations is deprecated since v1.6. Updating it to storageClassName field.
2018-02-23 10:13:45 -08:00
Manuel Alejandro de Brito Fontes
d432d6bafe
Update cassandra tutorial ( #7478 )
2018-02-23 10:11: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
Sean Dague
34c656f32a
glossary: move labels to label ( #7486 )
...
The term_id for Label is singular, but the file is plural. All the
rest of the terms in the glossary prefer singular for the glossary
reference. Harmonizing the label entry is helpful for consistency.
Update all in tree tooltip references at the same time.
2018-02-23 10:01: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
tanaka_733
fccbf610e9
Update storage-classes.md ( #7408 )
...
Added the detail of storage class with Azure Managed Disk.
2018-02-22 15:52:45 -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
Steve Perry
66303082b7
In Admin, in front matter, change approvers to reviewers. ( #7445 )
2018-02-22 14:07:43 -08:00
Kai Chen
409a928602
Fix incorrectly formatted URL. Will also fix this upstream in the Kubernetes repo. ( #7488 )
2018-02-22 13:55:43 -08:00
Kyle Sexton
3d068f5c7f
Update building.md to clarify kubectl commands ( #7477 )
...
Remove extra spaces around pod name to clarify that the < > symbols are not redirects.
2018-02-22 13:33:43 -08:00
Martin Dietze
773def6cdc
High Availability guide for kubeadm: text change as proposed by @mattkelly.
2018-02-22 15:46:29 +01:00
Martin Dietze
747d803722
HA guide for kubeadm: text change to highlight the fact that keepalived is not the prescribed solution to setting up a virtual IP
2018-02-22 11:53:12 +01:00
Ryan Phillips
56db190564
notate the lease endpoint reconciler is alpha ( #7305 )
2018-02-21 11:28:40 -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
Graeme Coupar
740bd4ebd2
Add community maintained elixir library ( #7454 )
2018-02-20 18:49:38 -08:00
Steve Perry
7311436222
In user-journeys, in front matter, change approvers to reviewers. ( #7446 )
2018-02-20 14:22:38 -08:00
Steve Perry
6b94d22cce
In getting-started-guides, in front matter, change approvers to reviewers. ( #7447 )
2018-02-20 14:18:39 -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 Dietze
a06de688fc
Two bug fixes to HA guide for kubeadm: ( #7451 )
...
- In the provided configuration file for `kubeadm init` the value for
`apiserver-count` needs to be put in quotes.
- In addition to /etc/kubernetes/pki/ca.* also /etc/kubernetes/pki/sa.*
need to be copied to the additional masters. See [this
comment](https://github.com/kubernetes/kubeadm/issues/546#issuecomment-350241024 ) by
@petergardfjall for details.
2018-02-20 00:14:38 -08:00
Steve Perry
01b83e4551
Remove unused files from user-guide/jobs. ( #7427 )
2018-02-19 16:21: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
Jianfeng Li
1e35b022be
fix typo in assign-pod-node.md ( #7352 )
2018-02-19 09:40: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
John Arundel
da9722af67
Update and revise 'Configuration Best Practices' ( #6981 )
...
* Update and revise 'Configuration Best Practices'
* Tidy up, clarify, and reword some confusing sections
* Update names of Kubernetes objects per Style Guide
* Update references to ReplicationControllers to ReplicaSets/Deployments
* Update and add some new cross-references
* Remove some out-of-date text
* Explain why you should create a Service before its backend or client workloads
* Reword advice about labels
* Capitalize k8s object names
* Clarify reference titles
* Explain but deprecate the :latest tag on images
* Mention both kubectl apply and kubectl create
* Address @abiogenesis-now comments
2018-02-19 09:22:37 -08:00
Mike
96bc606cf6
Update kops.md ( #6851 )
...
fix typo
2018-02-19 08:47:37 -08:00
Xiaodong Zhang
25a4121b9e
Fix memory request limit exmaples use the default namespace ( #6979 )
2018-02-19 07:36:38 -08:00
Ilya Dmitrichenko
1cf3866a8e
Remove unreferenced fluentd pod config ( #7450 )
2018-02-19 07:33: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
d1e8acb628
In tutorials, in front matter, change approvers to reviewers. ( #7440 )
2018-02-18 12:13:37 -08:00
Steve Perry
cdc7278c82
In front matter, change approvers to reviewers. ( #7433 )
2018-02-18 11:29:37 -08:00
Joseph Heck
372eec8f5c
Roles sigdocs ( #7133 )
...
* strawman structure
* updates from PR review/feedback
* consolidate usage of SIG Docs and how to volunteer into a single location
* adding into ToC
* updates for Zach
* re-organizing and adding back approver lgtm comment
2018-02-17 00:10:38 -08:00
Adam Malowiecki
7180c4b34c
Fixed zookeeper YAML and Document headless reference ( #7404 )
2018-02-16 20:01:38 -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
Kai Chen
d0fd23409c
Remove deprecated Kubernetes on Mesos ( #7434 )
2018-02-16 17:47:38 -08:00
Don Jayakody
3c8a6fca4b
Update Networking.md ( #6537 )
...
* Update Networking.md
Updating the "Big Switch Networks" (www.bigswitch.com) Kubernetes solution details.
* Update networking.md
* Update networking.md
* Update networking.md
2018-02-16 13:15:38 -08:00
Steve Perry
c2638b3e1d
Remove unused files from user-guide/downward-api. ( #7422 )
2018-02-16 07:50:39 -08:00
Julian Knocke
b9dab19055
Link to "Known issues" fixed ( #7269 )
...
The previous issue was closed and replaced by the linked one. This PR should reduce confusion when following that link.
2018-02-15 13:53:38 -08:00
Qiming
90746e7e9e
Fix error in sample code for allowedFlexVolumes ( #7048 )
2018-02-15 09:20:39 -08:00
Mike Frisch
ddc0637f19
Update create-cluster-kubeadm.md ( #7303 )
2018-02-14 20:07:42 -08:00
Rafa García
92079f8358
Issue 7287 zookeeper testing probes ( #7290 )
...
* Replace old zkOk.sh livenessProbe by zookeeper-ready
Fixes one part of the issue #7287
* Update probe script content with the zookeeper-ready
Fixes the part with shows/explains the probe script at issue #7287
* Fix the path to delete liveness probe
Issue #7287
* Replace zkOk.sh readinessProbe by zookeeper-ready
Fixes "Testing for Readiness" section in issue #7287
2018-02-14 20:06:42 -08:00
Steve Perry
e2118a7d5b
Move files out of old user-guide directory. ( #7384 )
2018-02-14 19:25:40 -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
Steve Perry
84926af702
Remove unused environment-guide files. ( #7405 )
2018-02-14 16:44:37 -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
Ken'ichi Ohmichi
d92ed9d89b
Update Calico installation URL ( #7397 )
...
Calico official page[1] shows Calico installation URL is
https://docs.projectcalico.org/v3.0/getting-started/kubernetes/installation/hosted/kubeadm/1.7/calico.yaml
but the kubeadm installation pages showed
https://docs.projectcalico.org/v2.6/getting-started/kubernetes/installation/hosted/kubeadm/1.6/calico.yaml
then, many people cannot deploy Kubernetes environments with Calico as
[2]
This commit updates the URL.
[1]: https://docs.projectcalico.org/v3.0/getting-started/kubernetes/
[2]: https://github.com/kubernetes/kubernetes/issues/55471
2018-02-14 14:49:51 -08:00
Steve Perry
5b1dafc59d
Remove extraneous file. ( #7406 )
2018-02-14 14:42: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
pc
d4cc7949d3
fix(k8s-setup-HA): typo ( #7370 )
...
see #7137
2018-02-14 14:36:52 -08:00
Martin Dietze
7c32550bb7
HA guide for kubeadm: fixed tab navigation for load balancer setup.
2018-02-14 18:51:18 +01:00
Martin Dietze
b786d89c90
HA guide for kubeadm:
...
- tabified section on load balancing
- added tab for keepalived configuration
2018-02-14 17:08:35 +01: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
halfcrazy
f51d11f614
doc: fix some typo ( #7229 )
2018-02-13 21:30:50 -08:00
Steve Perry
b7c0b6278e
Remove unused autoscaling files. ( #7407 )
2018-02-13 18:08:50 -08:00
Steve Perry
c025e88e37
Move redis config files out of old user-guide directory. ( #7401 )
2018-02-13 17:10:51 -08:00
Joseph Heck
ef6c7d8517
Versioning howto ( #7400 )
...
* whitespace cleanup
* adding word list since it keeps appearing in reviews...
* initial draft based on feb13,2018 docs meeting conversation
* nits
2018-02-13 16:39:51 -08:00
Joanne Yeung
c5a897c94e
Add instructions to remove docker images; fixes #6874 ( #7264 )
...
* Add instructions to remove docker images; fixes #6874
On cleanup of Minikube, adds instructions to optionally remove Docker images created in tutorial setup
* update wording of instructions to include flag
Updates the wording to explicitly match the shell command and flags used.
2018-02-13 16:27:49 -08:00
Micah Hausler
cd2b03e4bc
Documented AWS ELB annotations ( #6692 )
2018-02-13 16:11:07 -08:00
Matt Kelly
568fe107ec
Clarify that names section of ca-csr.json is optional ( #7392 )
2018-02-13 12:37:50 -08:00
Weibin Lin
6879636b77
Update pick-right-solution.md ( #7220 )
2018-02-13 11:42:50 -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
Vikram Hosakote
5283227603
Add doc about opening k8s dashboard in Minikube tutorial ( #7375 )
...
* Added doc about Minukube dashboard
* Addressed review comment
2018-02-12 22:31:49 -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
Zach Corleissen
6f19c7aa7c
Small fixes to localization docs ( #7383 )
2018-02-12 18:19: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
Jiuyuan Huang
a3904eb11d
Update disruptions.md ( #7097 )
...
* Update disruptions.md
* updating the language in this segment
broader change than the typo fix originally proposed
2018-02-12 15:42:49 -08:00
Peter Lee
6eaceb0043
Fix yaml example problem ( #7121 )
...
Fix yaml example problem of `authentication.md`
2018-02-12 15:39:51 -08:00
Joseph Heck
186205d8ad
Merge pull request #7079 from ourcolorfuldays/fix3
...
Make more precisely
2018-02-12 15:36:47 -08:00
Ilya Dmitrichenko
23d20e3102
Remove Fedora guide with deprecated Ansible playbook ( #7300 )
...
The playbook in contrib/ansible had been deprecated, but somehow
this reference lived on, this should be covered by the Kubespray
project now.
2018-02-12 15:31:50 -08:00
juimonen
1fd07dd1e8
fix grammar in docker networking description ( #7295 )
2018-02-12 15:29:49 -08:00
Vikram Hosakote
69aa6bb780
Add doc about docker daemon in minikube tutorial ( #7373 )
...
* Added doc about docker daemon
* Addressed review comment
* adding on explanatory language for the command
2018-02-12 14:59:52 -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
ismail BASKIN
801fd2e852
Fix kubermatic link ( #7380 )
2018-02-12 14:46:49 -08:00
Jakub Nowakowski
fa49536a36
Updates to Component Overview ( #7208 )
...
* Updates to Component Overview
* Changed VMs to machines -- it can be both VM or physical machine.
* Separated Addons from Master section, since it depends on an addon if it's components are executed on Master or Node.
* Fix ID of Kubelet glossary
* Removed fluentd and supervisord
These are not necessary to mention here in the overview.
* fluentd is one of Cluster-level Logging solutions briefly described in Addons Section
* supervisord is not required to be run on the Node
* Requested change - remove Addons manager reference
* After review updates
* Updated the Addons page reference
2018-02-12 14:42:49 -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
Nicolas BOURON
8c3094c26f
Update nodes.md ( #7353 )
...
Link "services" updated in "Management" section
2018-02-12 13:11:49 -08:00
Martin Mosegaard Amdisen
4a62e21cad
Update securing-a-cluster.md ( #7367 )
...
Remove extra word.
2018-02-12 11:25:49 -08:00
Matt Braymer-Hayes
0b0e5d94aa
Clean up grammar and fix inconsistencies. ( #7316 )
2018-02-12 10:55:49 -08:00
Ilya Dmitrichenko
36de07587b
Remove outdated rkt guide ( #7376 )
2018-02-12 08:33:49 -08:00
zhangmingld
ac2f3cdc51
fix reconfigure-kubelet doc err ( #7377 )
2018-02-12 07:11:48 -08:00
Martin Mosegaard Amdisen
883934fe7d
Update upgrades.md ( #7333 )
...
* Update upgrades.md
Changed "Node:" to "Note:" because it was a note :)
Also a few minor changes for clarification.
* Revert flannel sentence
2018-02-12 07:06:48 -08:00
Brian Grant
f3cbfa347a
Update, simplify, reorganize, and reformat "what is kubernetes". ( #7349 )
2018-02-10 11:23:51 -08:00
Xiaodong Zhang
a61c54dc26
Remove useless file ( #7330 )
2018-02-09 18:47:52 -08:00
Xiaodong Zhang
3d63f3fd9c
Remove useless file and bump up Deployment version in user-guide folder ( #7318 )
2018-02-09 18:45:51 -08:00
Xiaodong Zhang
bd5743f427
Bump up Deployment version and delete useless file ( #7320 )
2018-02-09 18:44:51 -08:00
Xiaodong Zhang
e5de92a9b3
Remove useless file ( #7321 )
2018-02-09 18:42:51 -08:00
Jianfeng Li
253ad5b397
fix some repeat problem ( #7294 )
2018-02-09 14:11:52 -08:00
Kay Yan
9bc8ca42fd
fix-a-typo-in-kubernetes-components ( #7331 )
2018-02-09 14:10:52 -08:00
Martin Mosegaard Amdisen
f09d3b2753
Update kubernetes-objects.md ( #7339 )
...
Add missing word
2018-02-09 14:09:52 -08:00
Xiaodong Zhang
62d07eeb9b
Bump up deployment version in concepts/configuration folder ( #7328 )
2018-02-09 14:06:54 -08:00
Xiaodong Zhang
f462345de2
Bump up deployment version in concepts/services-networking folder ( #7326 )
2018-02-09 13:57:53 -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
Xiaodong Zhang
29a67258e4
Bump up deployment version in user-guide/nginx folder ( #7319 )
2018-02-09 13:27:51 -08:00
Joseph Heck
2c861da479
converting the leaf ONWER files to reviewers ( #7291 )
...
resolves #7289
specifically, if the individuals listed in these leaf-node OWNERS
files issue an `/lgtm` comment on documents, it will no longer be taken
as an approver lgtm override that will merge the documents. This
preserves them in being chosen for reviews to the documents, and still
supports them using `/lgtm` to indicate technical accuracy.
2018-02-08 21:09:52 -08:00
Steve Perry
a711bd8268
Remove obsolete reference files. ( #7315 )
2018-02-08 19:22:52 -08:00
Tim Allclair (St. Clair)
d61f235fd6
Fix PSP example command ( #7309 )
2018-02-08 17:44:51 -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
Matt Kelly
24caa1a9af
kubeadm HA guide: fix indentation and use EOF instead of EOL ( #7249 )
...
* Use EOF instead of EOL in HA guide
This is for consistency with the rest of the docs.
* Change indentation from 4 to 3 spaces
The number of spaces in indentation is expected to be divisible by 3.
By having 4 spaces, an extra space was added to the beginning of all
shell code sections, causing issues for heredoc interpretation on
copy/paste.
2018-02-08 12:07:47 -08:00
Bin Liu
a640f13cd5
Fix markdown render issues ( #7296 )
2018-02-08 06:59:43 -08:00
Jianfeng Li
381eb97d89
fix some typos in keps.md ( #7266 )
2018-02-07 18:23:45 -08:00
Wei Li
4f8cb2dba5
Typo fix: recommend -> recommended ( #7271 )
2018-02-07 18:22:43 -08:00
Matt Braymer-Hayes
1548e80f10
Update nodes.md ( #7288 )
...
Change "introduces" to "introduced" to reflect v1.8 no longer being the latest version.
2018-02-07 18:00:43 -08:00
Rafa García
7256d59849
Fix patch image command in rolling update section ( #7124 )
...
Fixes one part of the issue #7056 about patch command failing to update.
In this case it changes the image URL to another different than the used
previously to create the StatefulSet.
2018-02-07 17:59:43 -08:00
sergiipopov
5a37ded1c4
fix edx link ( #7276 )
2018-02-07 17:58:43 -08:00
Pingan
c2fd2d3aca
modify the default update strategy of statefulset ( #7270 )
2018-02-07 09:39:47 -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
Ilya Dmitrichenko
e81fe4816f
Remove CentOS guide that was already deprecated a while ago ( #7242 )
2018-02-06 18:34:51 -08:00
Ting Ye
5b55fd07a6
fix typo ( #7260 )
2018-02-06 18:33:42 -08:00
Sam Xie
44b8e65b40
fix typo envrionment -> [environment] ( #7262 )
2018-02-06 18:21:43 -08:00
Kay Yan
072112f6e5
fix a typo in kubernetes api ( #7261 )
2018-02-06 17:26:43 -08:00
李剑锋
e326d192fd
fix some typos ( #7251 )
2018-02-06 17:01:44 -08:00
anniedy
b7e15417a3
Update notes.md ( #7259 )
2018-02-06 16:55:50 -08:00
anniedy
f662722d30
Update notes.md ( #7257 )
2018-02-06 16:53:42 -08:00
Artem
879e49943e
Fix file extension and remove not necessary sudo. ( #7143 )
...
* Fix file extension and remove not necessary sudo.
* Rename kube-proxy.сm to kube-proxy-сm.yaml for clarity.
2018-02-06 02:40:12 -08:00
Gerardo Saca
d581dff9c8
Update Azure Container Service to managed clusters ( #6955 )
2018-02-05 18:44:05 -08:00
Ilya Dmitrichenko
2b817f2552
Remove stale OWNERS file ( #7241 )
2018-02-05 18:07:07 -08:00
Zach Corleissen
0f87a9bfa3
Add localization guidelines ( #7245 )
...
* Add navigation to a new localization file
* Add localization instructions
2018-02-05 17:54:08 -08:00
Sam Foo
d10f643e20
Remove duplicate words ( #7243 )
...
* Remove duplicate words
* Remove generated-reference change
2018-02-05 12:15:26 -05:00
FanYang
d5314d0325
fix:some typo ( #7233 )
2018-02-05 07:36:08 -08:00
Wei Li
89c6ffff95
Typo fix: instucts -> instructs ( #7189 )
...
* Typo fix: instucts -> instructs
* Rephrase description
2018-02-05 07:22:12 -08:00
Kay Yan
a912a5783c
fix a typo in keps ( #7238 )
2018-02-05 07:21:10 -08:00
Sam Foo
3591e4e9ac
Fix note callout on kubespray.md ( #7234 )
...
Minor fix to malformed note
2018-02-04 19:41:04 -08:00
Lihua Tang
aae947f5f4
Typo fix: intstructions -> instructions ( #7230 )
2018-02-04 14:17:05 -08:00
Oilbeater
d59aca7f65
fix spell error in getting started guide. ( #7227 )
2018-02-04 14:10:04 -08:00
Qiming
2101d401e7
Fix deployment redirects ( #7225 )
...
Closes : #7222
2018-02-04 14:09:04 -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
Steve Perry
3dde83f4b5
Reduce the number of missing definitions. ( #7156 )
2018-02-04 11:15:05 -08:00
Rimas Mocevicius
bd230c86ef
Remove deprecated Kubernetes on Mesos docs ( #6668 )
...
* Removed depreciated Kubernetes on Mesos docs
* remove mesos references
2018-02-02 17:45:05 -08:00
Joseph Heck
a7d76d7f80
content updates from Steve's review ( #7217 )
...
* content updates from Steve's review
* catching that missed 'k'->'K'
* two more changes based on feedback
2018-02-02 13:33:08 -08:00
Bin Liu
aab6a69687
Fix Pod's property name ( #7157 )
2018-02-02 13:32:13 -08:00
Bin Liu
c1faa03370
Fix some format ( #7139 )
2018-02-02 13:28:09 -08:00
Lingming Xia
e4b0184be2
use of a variable like instead of ( #7183 )
2018-02-02 13:17:06 -08:00
liaoj82
5c0a31cdb6
Update network-plugins.md ( #7191 )
2018-02-02 12:52:05 -08:00
steveperry-53
91bb74f8df
Odds and ends
2018-02-02 12:21:18 -08:00
Weibin Lin
17ee6902aa
Update apiVersion of Deployment to apps/v1 in v1.9 ( #7163 )
2018-02-02 08:10:06 -08:00
Xiaodong Zhang
ad62225d5f
Bump Deployment version ( #7146 )
2018-02-02 08:09:07 -08:00
JounQin
38e05a2f94
Closing link tag is redundant ( #7176 )
2018-02-02 07:56:10 -08:00
Ayush Pateria
5eec3bca82
Update persistent-volumes.md ( #7155 )
...
* Add deprecation warning to recycle reclaim policy.
* Format the deprecation warning
2018-02-02 07:54:14 -08:00
Jakub Nowakowski
1f0f465a72
Kubernetes Objects: Updated links to docs resources ( #7207 )
...
* Updated links to docs resources
* Minor fixes after review
Fixes after @tengqm review
2018-02-02 07:25:16 -08:00
Ben Drucker
98df5e5c6a
Clean up docs on resizing persistent volumes ( #7172 )
...
* Clean up docs on resizing persistent volumes
* Replace em dash (—) with period
2018-02-02 07:13:09 -08:00
Bobby (Babak) Salamat
e0bcd41118
Add information about PodStatus.nominatedNodeName ( #7209 )
...
* Add information about PodStatus.nominatedNodeName
* Addressed reviewer comments
2018-02-02 07:10:09 -08:00
RaviSantosh Gudimetla
237bf27cc3
Update guaranteed-scheduling-critical-addon-pods.md
2018-02-02 09:48:09 -05:00
pigletfly
b0a20183d8
fix typo ( #7196 )
2018-02-02 01:24:05 -08:00
alaudazs
5c74774b89
fix small typo error ( #7184 )
...
CRTL -> CTRL
2018-02-02 01:23:11 -08:00
Joseph Heck
0c0509da79
updates to more correctly obey the style guide ( #7213 )
...
* updates to more correctly obey the style guide
* fixing per review
2018-02-01 20:43:07 -08:00
Rcluoyi
d571e8c30b
configure-pod-container/configmap and docs/user-journeys/cluster-operator have been changed. ( #7206 )
...
Signed-off-by: renchao <renchao@chinacloud.com.cn>
2018-02-01 18:37:05 -08: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
Patrick M. Slattery
fd195d32c2
Firewalld updates ( #7203 )
2018-02-01 08:50:09 -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
Lingming Xia
6bb4ec5cf0
fix typo in docs/concepts/api-extension/custom-resources.md ( #7185 )
2018-02-01 04:24:09 -08:00
JounQin
73c8b5431c
Typo fix: synchornous -> synchronous ( #7177 )
2018-02-01 04:22:05 -08:00
Lihua Tang
75702ccc34
Typo fix: compatability -> compatibility ( #7188 )
2018-02-01 04:21:05 -08:00
yinshuxun
4f98a3b529
fix typo ( #7187 )
2018-02-01 04:20:12 -08:00
yinshuxun
5595aa1abb
fix typo ( #7186 )
2018-02-01 04:18:05 -08:00
Bin Liu
cb24427b0d
Fix error reference link ( #7195 )
2018-02-01 04:16:12 -08:00
Kay Yan
c4fba11dfe
fix a type in cloud controller ( #7193 )
2018-02-01 04:13:08 -08:00
Wei Li
b3f879e395
Typo fix: programtic -> programmatic ( #7194 )
2018-02-01 04:02:09 -08:00
Lihua Tang
bcf97b595e
Typo fix: negotation -> negotiation ( #7190 )
2018-02-01 03:59:05 -08:00
Jorge Hernández
2651747e25
fix broken links in user-journeys docs ( #7171 )
2018-01-31 19:40:05 -08:00
Bin Liu
9fb8aadbec
Fix broken links and API version ( #7145 )
...
* Fix broken links and API version
* Fix CI error
2018-01-31 16:45:51 -05:00
Andrew Watson
fee7ebe50a
The "Service Load Balancer" project is deprecated ( #7052 )
...
According to its own description.
2018-01-31 12:56:09 -08:00
RaviSantosh Gudimetla
e242b92de4
Update guaranteed-scheduling-critical-addon-pods.md
2018-01-31 12:27:47 -05:00
leahnp
f0c44257e6
Link updates and rephrasing ( #7068 )
...
* removed link to self
* removed reference to deprecated documentation
* revised confusing statement, added more recent link to Kelsey Hightower Kubecon2017 talk
2018-01-30 14:10:34 -08:00
Bin Liu
49f548ada8
Fix typo ( #7141 )
2018-01-30 13:55:06 -08:00
Andrew Chen
1e5bb1f8de
Create User Journeys MVP ( #4630 )
...
* Create User Journeys
Squashed commits:
[9a360e8] add page link functionality (+1 squashed commit)
Squashed commits:
[1cbefa4] Rework App Dev "I want to..." (+1 squashed commit)
Squashed commits:
[0013eb1] Create User Journeys
* structure 2nd page
* prepare docs/home for user journey portal
* Create sample.html
* Update sample.html
* Update index.md
* Create index.html
* Update index.html
* Update index.html
* Update index.html
* Delete index.html
* add custom js mechanism
* bug fix
* put in docsContent div
* add docsportal layout
* move title from layout into page
* move user-journeys/ into /docs/
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update index.md
* Update style_user_journeys.css
* add initial draft for app dev user journey
* add links, rough outline
* fix a few things before demo/discussion
* rework intro section
* Update index.md
* Update style_user_journeys.css
* Update index.md
* Update index.md
* Update style_user_journeys.css
* Update index.md
* Update index.md
* Update style_user_journeys.css
* Update index.md
* Update index.md
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update index.md
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update index.md
* Update index.md
* Update index.md
* Update style_user_journeys.css
* Update index.md
* Update index.md
* Update index.md
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update index.md
* Update index.md
* Update index.md
* Update user-journeys.js
* Update index.md
* Update docsportal.html
* Update style_user_journeys.css
* Update docsportal.html
* add and reorganize content for review
* edit mostly minikube install
* Updates squashed (+51 squashed commits)
Squashed commits:
[2e18ea8] Update application_developer-foundational.html
[78fd490] autogenerate home index from toc
[42e89f6] Update application_developer-foundational.html
[a77d7d6] Update application_developer-foundational.html
[0a489be] Update application_developer-foundational.html
[5b4702f] Update style_user_journeys.css
[90035a6] Update application_developer-foundational.html
[db4fb19] Update application_developer-foundational.html
[4188ebc] Update style_user_journeys.css
[aec303b] Update application_developer-foundational.html
[679d7f6] Update style_user_journeys.css
[e8019bf] Update application_developer-foundational.html
[2d91bf6] Update style_user_journeys.css
[56a49a9] Update application_developer-foundational.html
[79cfb6e] Update application_developer-foundational.html
[f3ec0c5] Update application_developer-foundational.html
[756a42e] Update style_user_journeys.css
[208cde1] Update index.md
[66241e4] Update index.md
[ea8df7f] Update style_user_journeys.css
[0778054] Update style.css
[dcd0863] Update user-journeys.js
[4a99502] Update user-journeys.js
[ddf3820] Update user-journeys.js
[9650dfd] Update user-journeys.js
[6773597] Update user-journeys.js
[0e7849e] Update user-journeys.js
[8c99ba7] Update style_user_journeys.css
[68d5a8a] Update user-journeys.js
[45c85fe] Update user-journeys.js
[7bd4a5d] Update index.md
[c53c6cd] Update index.md
[281e4d3] Update style.css
[8e5efae] Update application_developer-foundational.html
[787f78e] add newline to custom js list
[eea0d10] Update style_user_journeys.css
[295b4d3] Update docsportal.html
[49f7130] Update index.md
[0125bc6] Update style_user_journeys.css
[a803584] Update style_user_journeys.css
[5b97319] Update index.md
[0aa34b2] update kubernetes.github.io links
[62c9981] hide "Edit this Page" button for portal
[1fd0226] Update style_user_journeys.css
[bd35646] Update style_user_journeys.css
[d7a8b81] Update style_user_journeys.css
[0c1e459] Update user-journeys.js
[9eb237d] Update style_user_journeys.css
[99685cd] Update index.md
[516079a] Update index.md
[1386033] Update style_user_journeys.css
* add, edit app dev content, links
* move user persona data to yaml
* add links
* edit, reorganize for navigation
* Update style_user_journeys.css
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* add configmaps
* move links
* edits before merge
* union with #5913
* revert and overwrite for clean #5913 merge
* merge in #5913 changes
* fix Travis error
* Refactor JS for User Journeys portal (#6473 )
* comment code
* add arbitrary number of info links
* copy file to correct directory, clean up HTML
* add back in current stylesheet refs
* Set default message when no persona selected (#6495 )
* comment code
* add arbitrary number of info links
* Set default message when no persona selected
* copy file to correct directory, clean up HTML (#6502 )
* copy file to correct directory, clean up HTML
* add back in current stylesheet refs
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update application_developer-foundational.html
* [User Journeys] Add content template (#6523 )
* remove deprecated directories
* add user journey content template
* Convert app dev - foundational to md
* support general, non-hard-coded formatting for user journey content pages
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Chenopis uj sprint 20171222 (#6748 )
* move section banners out of docsection1 divs
* revert
* liquid hack
* modify js hack
* add intermediate and advanced app developer with scroll
* clean up app dev foundational content
* fix formatting
* remove html pages
* add new pages to toc
* Add Docs Contributor persona links
* rebalance docs contributor links
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update foundational.md
* Update foundational.md
* Update style_user_journeys.css
* resetting cluster ops content into updated format (#6783 )
* resetting cluster ops content into updated format
* stage interstitial pages from app_developer user journey
* adding cluster ops user journey interstitial pages to ToC _data
* cluster op overview and initial segment
* move working text into a comment
* initial foundational content for cluster ops
* restructuring
* roughing out intermediate resource content
* add notes/detail from user-journey google doc
reference details on what to cover in foundation/intermediate/adv
sections
* imperative language in "I want to..." content
* update entry page yaml strings
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Remove personas and buttons not in MVP
* Update home.js
* normalize strings for 'I want to' entries
* Reorder Contributor buttons
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update app-developer.yaml
* Sort buttons by index value (#6925 )
* Sort buttons by index
* fix bug
* Update app-developer.yaml
* Update app-developer.yaml
* Update app-developer.yaml
* Update intermediate.md
* Update advanced.md
* Add community-contributor links
* change foundational/intermediate/advance topics icons
* update app-developer icons
* add code-contributor links
* remove ecosystem-contributor, renumber contributor indexes
* update links, add KEP link
* reorder contributor personas
* change icon for release process
* stub out cluster operator intermediate UJ
* Set up URL state for user journey combinations of path, persona, level
* add path for about kubernetes, fix formatting and javascript appropriately
* add definition for personas and fix ui spacing
* interim edits to intermediate cluster op user journey
* Update links in Browse Docs portion of home page.
* more intermediate cluster ops content
* adding in logging and monitoring content, as well as additional resource listings
* button - keep words together
* Move about blurb to top of docs/home page (#7000 )
* Move about blurb to top of docs/home page
* fix conflict
* retire binary_release.md
* fix blurb formatting (+1 squashed commit)
Squashed commits:
[e2e5032] Add links to blurb
* fix docsportal (+1 squashed commit)
Squashed commits:
[f687e71] add noedit flag
* Fix home ToC
* tweak blurb styling
* reorg docs-home links
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Add some links for Cluster Ops - Advanced Topics (#7130 )
* Add some links for Cluster Ops - Advanced Topics
* add back pick right solution
* app developer content
* minor edits
* Choose icons for cluster operator links
* swap logos
2018-01-30 12:23:05 -08: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
Weibin Lin
4a20457e6e
fix broken links ( #7136 )
2018-01-30 05:55:10 -08:00
jianglingxia
1ce3568324
fix typo of device-plugins.md ( #7106 )
2018-01-29 17:14:08 -08:00
Gustavo Chaves
7b18e86556
Fix typo ( #7127 )
2018-01-29 16:22:04 -08:00
emanic
197a375b9b
Updates the Calico installation page ( #7094 )
2018-01-29 10:38:33 -08:00
Rafa García
d05d3f620c
Fix partition value expected behaviour explanation ( #7123 )
...
Fixes issue #7057
2018-01-29 09:47:31 -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
Xiaodong Zhang
dd7bb34913
Change deployment group ( #7112 )
2018-01-28 15:07:31 -08:00
huzhengchuan
8319701733
fix typos in extending doc ( #7110 )
2018-01-28 15:06:31 -08: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
Kai Chen
488655ca0d
Update StatefulSet API version to 1.9 for the Cassandra example ( #7096 )
...
* Update StatefulSet API version to 1.9 for the Cassandra example
* Update API version for StatefulSet in the Cassandra example
2018-01-26 06:19:31 -08:00
Bin Liu
1a7f7a869e
Modify the terms by document style ( #7026 )
2018-01-25 23:12:30 -08:00
Stewart-YU
fb3f73e6f6
now that phase out in k8s/cluster/ directory, so remove relative docs ( #6951 )
2018-01-25 21:10:34 -08:00
Weibin Lin
b084db85e8
Update mysql-wordpress-persistent-volume.md ( #7080 )
2018-01-25 19:52:32 -08:00