Commit Graph

4915 Commits

Author SHA1 Message Date
steveperry-53 6bceca53b0 Merge branch 'master' into release-1.8 2017-09-18 09:01:52 -07:00
Lucas Käldström 286f2cbd9e Merge pull request #4770 from mhausenblas/mh9-release-1.8
Add `kubeadm upgrade` docs
2017-09-16 19:34:43 +03:00
Michael Hausenblas f4ce844fcb addresses kubeadm upgrade review comments
CC: @luxas
2017-09-16 11:27:12 +02:00
Weibin Lin 831833d6b3 Update docs/admin/authentication.md (#5408)
* Update docs/admin/authentication.md

* Update authentication.md
2017-09-15 17:30:05 -07:00
Cheng Xing d3019fb14a Moving Flexvolume to separate out-of-tree section 2017-09-15 17:26:17 -07:00
Qiming Teng 5c331b74d6 Clarify the API to check for device plugins 2017-09-15 17:22:47 -07:00
Andrew Chen a60b2d3045 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.8
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  ZTE-SH-CN-debug-pod-replication-controller-2017-09-14-14
  ZTE-SH-CN-define-command-argument-container (#5381)
  Update index.md
  Update Kompose docs
  Improve host aliases page (#5443)
  Add link to AlwaysPullImages admission controller
  Revert "create homepage for user journeys"
  create homepage for user journeys
  fix the command output
  ZTE-SH-CN-run-application-run-single-instance-stateful-application-pr-2017-… (#5363)
  Add a note to static pod manifest scanning
  revert WordPress and MySQL PV doc changes to use apps/v1beta2 APIs (#5461)
  Fix pod probes yaml file
  Redirect v1 docs. (#5460)
  Fix error link (#5459)
  Fix typo in deployment documentation

# Conflicts:
#	docs/tutorials/stateful-application/basic-stateful-set.md
2017-09-15 17:19:32 -07:00
Weibin Lin 9d9f87257a Update index.md 2017-09-15 16:47:17 -07:00
Charlie Drage 933d6a1d43 Update Kompose docs
This updates the current page of Kompose with our quickstart,
installation as well as user guide.
2017-09-15 16:35:34 -07:00
Andrew Chen afc78e5b7f Merge branch 'release-1.8' into mh9-release-1.8 2017-09-15 16:33:58 -07:00
Kyle Bai 5a0c3014fc Improve host aliases page (#5443)
* Fix confusion code block

* Add more detail command

* Add pod wide output
2017-09-15 16:30:06 -07:00
Qiming Teng 34df90be81 Add link to AlwaysPullImages admission controller 2017-09-15 16:22:36 -07:00
chenhuan12 fcdf4ecc83 fix the command output
fix the command output
2017-09-14 16:36:47 -07:00
Qiming Teng 6dd10648a6 Add a note to static pod manifest scanning 2017-09-14 13:47:26 -07:00
Jun Xiang Tee e229c03584 revert WordPress and MySQL PV doc changes to use apps/v1beta2 APIs (#5461) 2017-09-14 13:17:51 -07:00
kairen dc6c994085 Fix pod probes yaml file 2017-09-14 13:46:29 -05:00
Jennifer Rondeau c6211e19be Merge pull request #5433 from heshoots/patch-1
Fix typo in deployment documentation
2017-09-14 14:44:11 -04:00
Matt Moyer 5b9b63454b Fix a bulleted list on docs/admin/kubeadm.md. (#5458)
I updated this doc yesterday and I was absolutely sure I fixed this, but I just saw that this commit got lost somehow.

This was introduced recently in https://github.com/kubernetes/kubernetes.github.io/pull/5440.
2017-09-14 10:36:42 -07:00
Kyle Bai 3498f8a437 Fix error link (#5459) 2017-09-14 10:25:26 -07:00
steveperry-53 ed363f786c Merge branch 'master' into release-1.8 2017-09-14 10:14:57 -07:00
Jennifer Rondeau 6da3922bb5 Merge pull request #5439 from kairen/patch-pvc-1
Improve persistent volumes page
2017-09-14 10:29:44 -04:00
Michael Hausenblas b173596ab9 adds kubelet upgrade section to kubeadm upgrade 2017-09-14 14:18:11 +01:00
Michael Hausenblas 27c000f74e addresses kubeadm upgrade review comments
2nd iteration review comments by @luxas
2017-09-14 11:36:33 +01:00
emanic d428cf6581 Adds link to Calico install instructions (#5423) 2017-09-13 19:46:14 -07:00
Jun Xiang Tee c912140727 update wordpress and mysql PV doc to use apps/v1beta2 APIs (#5424) 2017-09-13 19:43:00 -07:00
Kyle Bai ccb82b10f2 Fix init containers code block (#5428) 2017-09-13 19:39:01 -07:00
Ahmet Alp Balkan db3f59bea5 Link cassandra statefulset tutorial from the guide (#5446)
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-09-13 19:37:35 -07:00
Ahmet Alp Balkan bfecfa7f9c Link to persistent volume tutorial from concept doc (#5447)
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-09-13 19:31:14 -07:00
Weibin Lin 34d2a2e7f2 fix typos in /admin/authorization/rbac.md (#5427) 2017-09-13 15:40:32 -07:00
Kenneth Owens 90d95e7ab2 Update StatefulSet Basics for 1.8 release (#5398) 2017-09-13 14:49:57 -07:00
Matt Moyer 3810cb23cb Update docs/admin/kubeadm.md for 1.8 (#5440)
- Made a couple of minor wording changes (not strictly 1.8 related).
 - Did some reformatting (not strictly 1.8 related).
 - Updated references to the default token TTL (was infinite, now 24 hours).
 - Documented the new `--discovery-token-ca-cert-hash` and `--discovery-token-unsafe-skip-ca-verification` flags for `kubeadm join`.
 - Added references to the new `--discovery-token-ca-cert-hash` flag in all the default examples.
 - Added a new _Security model_ section that describes the security tradeoffs of the various discovery modes.
 - Documented the new `--groups` flag for `kubeadm token create`.
 - Added a note of caution under _Automating kubeadm_ that references the _Security model_ section.
 - Updated the component version table to drop 1.6 and add 1.8.
 - Update `_data/reference.yml` to try to get the sidebar fixed up and more consistent with `kubefed`.
2017-09-13 14:06:26 -07:00
Bobby (Babak) Salamat a30edd4c00 Add user docs for pod priority and preemption (#5328)
* Add user docs for pod priority and preemption

* Update pod-priority-preemption.md

* More updates
2017-09-13 13:23:24 -07:00
Jordan Liggitt 2a7a878d0e Update RBAC docs for v1 (#5445) 2017-09-13 13:22:55 -07:00
lemon-tree 178a2d0f26 Update cpu-management-policies.md (#5407)
Fixed the bad link.
Modified "cpu" to "CPU".
Added more 'yaml' as supplement.
2017-09-13 12:49:44 -07:00
Derek Carr c330471483 HugePages documentation (#5419) 2017-09-13 09:52:20 -07:00
Samuel Giles d13227afa4 Typo in environment variable
`KUBECONGIG` -> `KUBECONFIG`
2017-09-13 15:33:58 +01:00
kairen 9e19846706 Fix typo and examples 2017-09-13 20:41:01 +08:00
Michael Hausenblas 91fc3b9f11 addresses kubeadm upgrade review comments
Feedback from @chenopis, @luxas, and @steveperry-53 addressed with this commit
2017-09-13 10:56:02 +01:00
Max Prettyjohns 6fe16ae8d0 Fix typo in deployment documentation 2017-09-13 10:16:42 +01:00
Connor Doyle 6dcb9d4490 Document extended resources and OIR deprecation. (#5399)
* Document extended resources and OIR deprecation.

* Updated extended resources doc per reviews.
2017-09-12 17:01:41 -07:00
Anirudh Ramanathan 053c79464c Fix deployments (#5421) 2017-09-12 17:00:14 -07:00
Marek Grabowski 83509afbd2 Add documentation for TaintNodesByCondition (#5352)
* Add documentation for TaintNodesByCondition

* Update nodes.md

* Update taint-and-toleration.md

* Update daemonset.md

* Update nodes.md

* Update taint-and-toleration.md

* Update daemonset.md
2017-09-12 16:55:49 -07:00
Kyle Bai 97f089ed88 Unified use of YAML for Secret example (#5418)
* Unified use of YAML for Secret example

* Fix dotfiles in secret volume yaml
2017-09-12 14:21:34 -05:00
kairen 48714d5c9d Remove manual deploy on Ubuntu 2017-09-12 14:07:18 -05:00
jianglingxia 6dabd96cd6 fix typo of configure-volume-storage 2017-09-12 14:01:39 -05:00
chenhuan12 ac3c40c91d fix the command output
fix the command output
2017-09-12 13:22:09 -05:00
Stewart-YU 496b1758c7 Update libvirt-coreos.md
Add som urls.
2017-09-12 13:18:56 -05:00
Seth Jennings 7751e73961 init containers annotation removed in 1.8 (#5390) 2017-09-12 09:59:55 -07:00
Connor Doyle a1dfece593 Updated CPU manager docs to match implementation. (#5332)
* Noted limitation of alpha static cpumanager.

* Updated CPU manager docs to match implementation.

- Removed references to CPU pressure node condition and evictions.
- Added note about new --cpu-manager-reconcile-period flag.
- Added note about node allocatable requirements for static policy.
- Noted limitation of alpha static cpumanager.

* Move cpu-manager task link to rsc mgmt section.
2017-09-12 09:56:37 -07:00
chenhuan12 9a472c4fbb fix typo
fix typo
2017-09-11 13:52:05 -07:00