Commit Graph

5681 Commits

Author SHA1 Message Date
Joseph Heck f34fde20f2
Merge pull request #6639 from splashx/patch-1
mark xhyve driver as deprecated
2018-01-07 14:10:40 -08:00
Joseph Heck 6ff2d3067b
Merge pull request #6770 from tengqm/fix-1286
Clarify the meaning of 'ServiceIP' in diagrams
2018-01-07 14:08:22 -08:00
Joseph Heck bf0b873bd3
Merge pull request #6561 from timmycarr/master
Update titles for controller docs to align with controller names.
2018-01-07 13:47:13 -08:00
Joseph Heck cca1f669ed
Merge pull request #6822 from tengqm/improve-labels
Improve labels doc for nodeSelector
2018-01-07 13:40:06 -08:00
Joseph Heck 1697e7e2b7
Merge pull request #6796 from markmandel/finalizer
Expand on Finalizer explanation.
2018-01-07 13:25:01 -08:00
Joseph Heck 833e3c9670
Merge pull request #6855 from tengqm/admin-controller-ex
Add example for changing admission controllers
2018-01-07 13:16:04 -08:00
Joseph Heck d9cad3458c
Merge pull request #6818 from tengqm/fix-flannel-link
Fix links to flannel artifacts
2018-01-07 10:38:01 -08:00
Joseph Heck b1dae04b43
Merge pull request #6807 from tengqm/fix-2896
Fix out-of-resource future work
2018-01-07 10:33:40 -08:00
Joseph Heck 208057b248
Merge pull request #6800 from warmchang/ipvs
Fix the version number which include ipvs feture.
2018-01-07 10:32:29 -08:00
Joseph Heck 2605f87494
Merge pull request #6842 from tengqm/minikube
Fix proxy environment variables when using minikube
2018-01-07 10:28:38 -08:00
Joseph Heck 76e08b76c6
Merge pull request #6835 from LaMinche/patch-1
Update double quotes format in yaml section
2018-01-07 10:25:11 -08:00
Joseph Heck 127040a43d
Merge pull request #6840 from tengqm/link-image-pull-secret
Add links to assigning imagepullsecrets
2018-01-07 10:22:34 -08:00
Joseph Heck 9a8392c1b6
Merge pull request #6820 from tengqm/improve-env
Add another environment variable for demo
2018-01-07 10:20:28 -08:00
Joseph Heck c047b48899
Merge pull request #6817 from tengqm/link-ingress
Add links to Ingress from LB docs
2018-01-07 10:19:38 -08:00
Joseph Heck 93f7e84b9b
Merge pull request #6813 from tengqm/portforward
Clarify that only TCP ports can be portforwarded
2018-01-07 10:14:29 -08:00
Joseph Heck 52e2fcdb7f
Merge pull request #6869 from okumin/fix-secret-doc
Fix concepts/configuration/secret
2018-01-07 09:05:04 -08:00
okumin f08451fe63 Fix concepts/configuration/secret
* Fix link to `Add ImagePullSecrets to a service account`
* Modify the headline level of `Automatic Mounting of Manually Created
Secrets`
2018-01-07 22:47:51 +09:00
okumin 4a25ad0805 Link to extended resources instead of deprecated opaque integer resources 2018-01-07 21:06:03 +09:00
Qiming 4f283b03b2
Merge pull request #6843 from roberthbailey/binary-releases
Remove documentation for unsupported values of YOUR_PROVIDER.
2018-01-06 13:44:11 +08:00
Qiming 59e7617d3c
Update scheduling-hugepages.md 2018-01-06 12:00:28 +08:00
Derek Carr 05c33c6cec
Update scheduling-hugepages.md 2018-01-05 11:24:07 -05:00
Kai Chen 653c85cd0e Fix references to ConfigMap in Tutorials 2018-01-05 00:19:40 -08:00
Qiming Teng 3764ed19f3 Add example for changing admission controllers
Closes: #4445
2018-01-05 13:20:02 +08:00
Kai Chen 7c54a74ca1 Fix references to ConfigMap for documents in the Tasks section 2018-01-04 18:05:27 -08:00
Qiming 1a2af78a49
Merge pull request #6839 from janetkuo/typo
Name should not be specified in pod template
2018-01-05 09:43:53 +08:00
Qiming Teng 6d2aa28ccd Fix proxy environment variables when using minikube
Closes: #5170
2018-01-05 09:40:08 +08:00
Ryan McGinnis 933a1e454d
Update pod-security-policy.md
Fixes dead link to RBAC authorization page.
2018-01-04 16:55:45 -08:00
Andrew Pryde 2630561762
Add Oracle Cloud Infrastructure CCM example link 2018-01-04 09:44:03 +00:00
Kai Chen 8f3498b51c Fix references to ConfigMap in the Concepts section 2018-01-04 01:09:25 -08:00
Robert Bailey de12cf9723 Remove documentation for unsupported values of YOUR_PROVIDER.
The code for these providers has already been removed, but the
documentation has not been kept up to date. This page should
undergo a more thorough re-write, but this serves as a useful
stopgap.
2018-01-03 23:59:18 -08:00
Qiming 7d7c5a12ab
Merge pull request #6418 from msau42/fix-wordpress-tutorial
fix wordpress tutorial pvcs
2018-01-04 12:32:42 +08:00
Qiming Teng 6dbd0e9f5e Add links to assigning imagepullsecrets
Closes: #1652
2018-01-04 11:35:33 +08:00
Qiming fff48c1ac5
Merge pull request #6834 from jennybuckley/typo
Fix typo in docs/concepts/api-extension/custom-resources.md
2018-01-04 11:04:53 +08:00
Janet Kuo eeaabe4007 Name should not be specified in pod template 2018-01-03 15:56:39 -08:00
LaMinche 8c1796c601
Update double quotes format in yaml section
Update double quotes format in yaml to avoid issue on copy/paste action :-)

I lost 1 hour before seeing the issue of double quotes format in my yaml file through the logs
=> kubectl logs --namespace=kube-system $(kubectl get pods --namespace=kube-system -l k8s-app=kube-dns -o name) -c kubedns
2018-01-04 00:17:06 +01:00
Jennifer Rondeau d6249f5eea
Merge pull request #6824 from tengqm/improve-cronjob
Improve CronJobs doc
2018-01-03 14:09:27 -08:00
jennybuckley 4ee1b5f1e3 fixed typo in docs/concepts/api-extension/custom-resources.md 2018-01-03 13:48:07 -08:00
leigh schrandt 6b8e45e7e3 Add Certified k8s Logo to kubeadm install 2018-01-03 09:51:30 -07:00
William Zhang 9be9407f14
Update service.md 2018-01-03 19:54:58 +08:00
Joseph Heck 195110cfce
Merge pull request #6823 from tengqm/fix-6802
Minor tweaking to scheduler doc
2018-01-02 18:14:30 -08:00
Jennifer Rondeau dd24282a33
Merge pull request #6812 from tengqm/jsonpath-example
Add examples for jsonpath
2018-01-02 18:09:56 -08:00
Qiming 79b80c4866
Merge pull request #6775 from tengqm/remove-source-reference
Remove references to source code
2018-01-03 10:06:46 +08:00
Qiming f68499e5b1
Merge pull request #6309 from stewart-yu/patch-5
Update troubleshooting-kubeadm.md
2018-01-03 10:01:36 +08:00
Jennifer Rondeau 1599bb4a3e
Merge pull request #6810 from tengqm/encrypt-data-title
Change encrypt-data title to avoid confusion
2018-01-02 17:49:12 -08:00
Jennifer Rondeau 71496450a6
Merge pull request #6819 from tengqm/improve-pod
Improve documentation on cross Pod communication
2018-01-02 17:47:05 -08:00
Jennifer Rondeau ec558a638f
Merge pull request #6821 from tengqm/configmap-typo
Fix a typo in configmap task
2018-01-02 17:44:08 -08:00
Marcin Owsiany d9689d5e62 More grammmar fixes. 2018-01-02 12:42:42 +01:00
Marcin Owsiany 0f2d628706 Fix multiple grammar errors. 2018-01-02 12:22:46 +01:00
Qiming Teng 7feeffcc3e Improve CronJobs doc
This PR adds text about restarting apiserver and controller-manager
component.

Closes: #3710
2018-01-02 17:53:08 +08:00
Qiming c9a455baaf
Merge pull request #6801 from daniel-kun/patch-1
Update horizontal-pod-autoscale.md to distinguish replication controllers from replica sets
2018-01-02 17:47:36 +08:00