Commit Graph

3135 Commits (7c660bc240223654403e11d299c84e53155af0f2)

Author SHA1 Message Date
Chao Xu cd98de5188 fix verify-generated-deep-copies.sh 2015-10-09 16:08:52 -07:00
Chao Xu 88eeb03811 fix examples 2015-10-09 15:58:07 -07:00
k8s-merge-robot be0c1c904c Merge pull request #14219 from Huawei-PaaS/change_params_to_extraParams
Auto commit by PR queue bot
2015-10-09 15:47:21 -07:00
RichieEscarez 6a52c66f67 Edit to clarify rc's are for homogenous pods 2015-10-09 15:24:03 -07:00
Clayton Coleman 554ce403e4 Prevent attach from being served by default via the proxy 2015-10-09 14:33:40 -04:00
Clayton Coleman 363b616908 Expose exec and logs via WebSockets
Not all clients and systems can support SPDY protocols. This commit adds
support for two new websocket protocols, one to handle streaming of pod
logs from a pod, and the other to allow exec to be tunneled over
websocket.

Browser support for chunked encoding is still poor, and web consoles
that wish to show pod logs may need to make compromises to display the
output. The /pods/<name>/log endpoint now supports websocket upgrade to
the 'binary.k8s.io' subprotocol, which sends chunks of logs as binary to
the client. Messages are written as logs are streamed from the container
daemon, so flushing should be unaffected.

Browser support for raw communication over SDPY is not possible, and
some languages lack libraries for it and HTTP/2. The Kubelet supports
upgrade to WebSocket instead of SPDY, and will multiplex STDOUT/IN/ERR
over websockets by prepending each binary message with a single byte
representing the channel (0 for IN, 1 for OUT, and 2 for ERR). Because
framing on WebSockets suffers from head-of-line blocking, clients and
other server code should ensure that no particular stream blocks. An
alternative subprotocol 'base64.channel.k8s.io' base64 encodes the body
and uses '0'-'9' to represent the channel for ease of use in browsers.
2015-10-09 14:33:40 -04:00
k8s-merge-robot 2f90f660c1 Merge pull request #11368 from hurf/ctl_convert
Auto commit by PR queue bot
2015-10-09 08:57:30 -07:00
Mike Danese 6fe7edc5ea simplify DaemonReaper by using NodeSelector 2015-10-09 08:17:49 -07:00
k8s-merge-robot e8ae4892b6 Merge pull request #15317 from vishh/qos-update
Auto commit by PR queue bot
2015-10-09 07:50:34 -07:00
Jordan Liggitt 9d6b52881d Add authentication/authorization interfaces to kubelet, always include /metrics with /stats 2015-10-09 03:10:00 -04:00
k8s-merge-robot 219294623e Merge pull request #14522 from lavalamp/3p-api-group
Auto commit by PR queue bot
2015-10-08 21:15:11 -07:00
k8s-merge-robot fa8bb5f18e Merge pull request #15344 from bgrant0607/docfix2
Auto commit by PR queue bot
2015-10-08 21:10:10 -07:00
hurf e1b88c6942 Integrate convertion tool to kubectl
Added 'convert' subcommand to kubectl to convert config files
between different API versions.
2015-10-09 10:15:30 +08:00
Brian Grant 50acaa2259 Strengthen wording about status behavior. 2015-10-09 02:13:28 +00:00
Isaac Hollander McCreery 9024874e47 Proposed versioning changes 2015-10-08 16:57:05 -07:00
Vishnu kannan 955f896f28 Mark QoS as an experimental feature 2015-10-08 16:06:07 -07:00
k8s-merge-robot dd702f2d11 Merge pull request #15289 from roberthbailey/docker-getting-started-guide
Auto commit by PR queue bot
2015-10-08 13:28:39 -07:00
Robert Bailey 49d6c86eb7 Merge pull request #14621 from jackgr/kubectl_apply
Add the kubectl apply command
2015-10-08 12:44:32 -07:00
Tim Hockin b25069d084 Stop using `gcloud preview` - it is obsolete
Switch to supported APIs. Update docs.
2015-10-08 11:05:49 -07:00
k8s-merge-robot 036fe16849 Merge pull request #15241 from pmorie/volume-proposal-fixup
Auto commit by PR queue bot
2015-10-08 09:09:15 -07:00
k8s-merge-robot 46441a6657 Merge pull request #15250 from derekwaynecarr/troubleshooting_update
Auto commit by PR queue bot
2015-10-08 07:09:22 -07:00
Piotr Szczesniak d9a392790a Merge pull request #13512 from freedev/master
fix - removed annoying message 'enter your password for the ssh key'
2015-10-08 13:04:55 +02:00
Harry Zhang fcfed739b9 Deal with unsupported os distro 2015-10-08 08:47:45 +00:00
Harry Zhang 22ab92bd16 Fix wrong case statement in master.sh 2015-10-08 16:21:53 +08:00
Robert Bailey 94753fbe4d Update the docker single node getting started guide to use the
1.0.6 release.
2015-10-07 23:51:35 -07:00
He Simei 51f1570710 upgrade flannel to 0.5.3 2015-10-08 13:28:58 +08:00
Piotr Szczesniak 5dac62b187 Fixed formatting in rescheduler proposal 2015-10-08 07:19:07 +02:00
eulerzgy 7399bfe8e8 change minion to node 2015-10-08 11:55:50 +08:00
jackgr 703a3e19aa Add the kubectl apply command. 2015-10-07 17:14:51 -07:00
Daniel Smith 72c1340d34 Propose combining domain name & group
Also remove group from versions.
2015-10-07 15:59:17 -07:00
Mike Danese 1769c1c34b Merge pull request #15006 from madhusudancs/move-hooks-to-commit
Move the hooks section to the commit section.
2015-10-07 14:04:55 -07:00
Mike Danese b6734d5572 Merge pull request #15213 from mwielgus/cluster_doc
Updated doc for cluster autoscaler
2015-10-07 14:04:42 -07:00
derekwaynecarr 075334a474 Improve troubleshooting tips for vagrant errors due to host setup 2015-10-07 15:15:56 -04:00
Paul Morie 8c3d11f99d Fix name of FSGroup field in volume proposal json 2015-10-07 13:21:27 -04:00
k8s-merge-robot 83433a1ebd Merge pull request #14499 from erictune/scratch-fix
Auto commit by PR queue bot
2015-10-07 07:00:09 -07:00
Marcin Wielgus bc58341d34 Updated doc for cluster autoscaler 2015-10-07 10:58:33 +02:00
Abhishek Shah a1b6dbe870 Removed DenyEscalatingExec from the list of default admission controllers. 2015-10-06 13:35:32 -07:00
Alex Robinson a81545db15 Merge pull request #14192 from pmorie/generic-selinux
Pod level SELinux context and volumes
2015-10-05 14:43:44 -07:00
Alex Robinson 26690a3147 Merge pull request #15057 from Huawei-PaaS/add_ingress_to_kubectl_overview
Add ingress to kubectl-overview
2015-10-05 13:50:11 -07:00
Alex Robinson db7a54930c Merge pull request #14514 from cjellick/salt-doc-fix
Correct example salt config
2015-10-05 13:39:02 -07:00
Alex Robinson 43a985df67 Merge pull request #14492 from fgrzadkowski/upgrade_flannel
Upgrade flannel to 0.5.3
2015-10-05 13:35:06 -07:00
Alex Robinson b5bf821006 Merge pull request #14540 from ZJU-SEL/add-support-docker-centos
add support for CentOS via multi-docker
2015-10-05 12:59:21 -07:00
Eric Tune ae5da89a64 Correct scratch guide re: bridge and iptables
Replace "eth0" with "cbr0" in "ip add" command,
as reported by github user @kjvalencik.

Update iptables command to match changes in #13348.
2015-10-05 10:24:10 -07:00
qiaolei 57989e5505 add ingress 2015-10-04 11:47:01 +08:00
David Oppenheimer b9cfab87e3 Merge pull request #14724 from HaiyangDING/PodFitsHostPorts
Replace PodFitsPorts with PodFitsHostPorts
2015-10-03 12:45:35 -07:00
Tim Hockin 6260759c51 Merge pull request #14328 from agonzalezro/flocker
Add flocker volume plugin
2015-10-02 16:02:18 -07:00
Madhusudan.C.S 7dcba921cf Move the hooks section to the commit section.
It doesn't make much sense to have a separate section for hooks right now
because we only have a pre-commit hook at the moment and we should have it
setup before making the first commit. We can probably create a separate
section for hooks again when we have other types of hooks.
2015-10-02 12:30:53 -07:00
k8s-merge-robot 2965f79b6b Merge pull request #14812 from arisu1000/typo
Auto commit by PR queue bot
2015-10-02 08:20:39 -07:00
k8s-merge-robot 7f9c18d646 Merge pull request #14819 from mesosphere/sttts-add-kubectl-bind-address
Auto commit by PR queue bot
2015-10-02 08:05:57 -07:00
k8s-merge-robot b13af64e7a Merge pull request #13540 from vishh/metrics-plumbing
Auto commit by PR queue bot
2015-10-02 04:20:25 -07:00
k8s-merge-robot de9dd42f58 Merge pull request #14334 from zhengguoyong/del-parenthesis
Auto commit by PR queue bot
2015-10-02 04:20:05 -07:00
k8s-merge-robot 2b6fd57220 Merge pull request #14632 from feihujiang/fixMinorErrorsInDockerCliToKubernetes
Auto commit by PR queue bot
2015-10-02 03:48:35 -07:00
Jerzy Szczepkowski 171ce57c49 Merge pull request #14606 from erictune/doc1
Fix wording in secrets doc.
2015-10-02 11:29:53 +02:00
Brendan Burns b9293a093b Merge pull request #14478 from ZJU-SEL/upgrade-ubuntu-1.0.6
Fix unknown admission control failure for ubuntu deployment
2015-10-01 15:22:49 -07:00
Vishnu Kannan 79dd174e7a Adding a proposal for handling resource metrics in Kubernetes. 2015-10-01 15:11:42 -07:00
k8s-merge-robot b840357d6f Merge pull request #12944 from pmorie/nonroot-volumes-proposal
Auto commit by PR queue bot
2015-10-01 05:53:06 -07:00
Vincenzo D'Amore 768644c314 moved fs.chmod into openssl rsa callback function 2015-10-01 13:07:40 +02:00
Vincenzo D'Amore e59bcad460 Merge remote-tracking branch 'upstream/master' 2015-10-01 12:53:57 +02:00
Wojciech Tyczynski 6c65047ae9 Merge pull request #14604 from pyk/VBox-5-0-support
docs: work with VBox 5.0, confirmed
2015-10-01 09:38:05 +02:00
He Simei a4187471a5 deprecate incorrect description 2015-10-01 14:23:34 +08:00
He Simei d593c42e42 deprecate unknown admission control 2015-10-01 12:45:36 +08:00
He Simei be14f720c4 upgrade k8s to 1.0.6 for ubuntu 2015-10-01 12:45:36 +08:00
Álex González fa39c2b032 Add flocker volume plugin
Flocker [1] is an open-source container data volume manager for
Dockerized applications.

This PR adds a volume plugin for Flocker.
The plugin interfaces the Flocker Control Service REST API [2] to
attachment attach the volume to the pod.

Each kubelet host should run Flocker agents (Container Agent and Dataset
Agent).

The kubelet will also require environment variables that contain the
host and port of the Flocker Control Service. (see Flocker architecture
[3] for more).

- `FLOCKER_CONTROL_SERVICE_HOST`
- `FLOCKER_CONTROL_SERVICE_PORT`

The contribution introduces a new 'flocker' volume type to the API with
fields:

- `datasetName`: which indicates the name of the dataset in Flocker
  added to metadata;
- `size`: a human-readable number that indicates the maximum size of the
  requested dataset.

Full documentation can be found docs/user-guide/volumes.md and examples
can be found at the examples/ folder

[1] https://clusterhq.com/flocker/introduction/
[2] https://docs.clusterhq.com/en/1.3.1/reference/api.html
[3] https://docs.clusterhq.com/en/1.3.1/concepts/architecture.html
2015-10-01 01:10:00 +01:00
Paul Morie 7f049b7deb Proposal: generic SELinux support for volumes 2015-09-30 19:20:27 -04:00
Paul Morie 32b664673e Proposal for pod-level supplemental group and volume ownership mangement 2015-09-30 18:24:06 -04:00
Brendan Burns 44a16834d8 Merge pull request #14087 from brendandburns/kubectl
Move the default schema cache to the home directory
2015-09-30 11:30:32 -07:00
Dr. Stefan Schimanski 687e2d8c8e Update docs 2015-09-30 15:54:01 +02:00
hardy.jung 5235908dff Fixed typo in getting-started-guides:scratch 2015-09-30 17:24:22 +09:00
HaiyangDING 6e11cd6028 Replace PodFitsPorts with PodFitsHostPorts 2015-09-30 15:14:59 +08:00
Brendan Burns 0601b7b452 Merge pull request #14795 from feihujiang/fixWrongURLInCliRoadmapDocument
Fix wrong URL in cli-roadmap doc
2015-09-29 19:54:06 -07:00
Brendan Burns e827934d78 Merge pull request #12677 from andronat/kubectl_doc_cmd
A new command to read types' description from Swagger - kubectl explain
2015-09-29 19:35:37 -07:00
k8s-merge-robot 66e25b48b0 Merge pull request #14636 from feihujiang/fixMinorBugsInKubectlCommand
Auto commit by PR queue bot
2015-09-29 19:31:40 -07:00
Brendan Burns 7ef257dffe Merge pull request #14177 from Huawei-PaaS/add_kubectl_overview_page
Add kubectl overview page
2015-09-29 19:31:33 -07:00
Brendan Burns 446257b887 Merge pull request #14707 from jijun2/fix-0929
update service&endpoint describe
2015-09-29 19:28:39 -07:00
k8s-merge-robot b661cfd21e Merge pull request #14643 from liguangbo/change_Oom_to_OOM
Auto commit by PR queue bot
2015-09-29 18:54:22 -07:00
feihujiang d62cb6ff6f Fix wrong URL in cli-roadmap doc 2015-09-30 09:49:29 +08:00
jijun2 d624bee753 update service&endpoint describe 2015-09-28 23:55:08 -04:00
k8s-merge-robot 688e0921a8 Merge pull request #14523 from jayunit100/README-ctrlrsched
Auto commit by PR queue bot
2015-09-28 20:35:50 -07:00
Brendan Burns afea127a3e Move the default schema cache to the home directory 2015-09-28 16:26:48 -07:00
Eric Tune 317e4d8ce0 Fix wording in secrets doc. 2015-09-28 11:34:15 -07:00
liguangbo 12299087da Change Oom to OOM 2015-09-28 18:18:04 +08:00
feihujiang e31bc89232 Fix minor bugs in kubectl command 2015-09-28 13:58:31 +08:00
feihujiang 2da9c9bcb6 Fix minor errors in docker-cli-to-kubectl document 2015-09-28 11:26:39 +08:00
Anastasis Andronidis e8b9dde623 new kubectl explain command 2015-09-26 14:25:53 +03:00
jijun2 6788079482 Describe more clearly 2015-09-26 05:09:51 -04:00
Brendan Burns bf3f5af118 Merge pull request #14547 from jijun2/fix-1
Describe more clearly
2015-09-25 20:18:14 -07:00
Bayu Aldi Yansyah e66bb33e2d docs: fix words 2015-09-26 10:04:54 +07:00
Bayu Aldi Yansyah 78f38f1d4d docs: work with VBox 5.0, confirmed
add small update to the docs. based on this discussion
https://groups.google.com/forum/#!topic/google-containers/qr4UMofltzs
2015-09-26 08:41:47 +07:00
Paul Morie 0c70062d67 Proposal for pod level security context and backward compatibility 2015-09-25 16:19:20 -04:00
Brian Grant b90797d941 Merge pull request #14406 from hurf/config_message
Improve message from kubectl config
2015-09-25 11:01:34 -07:00
Brian Grant f9e4a6f60a Merge pull request #14465 from zhengguoyong/del-graphic-minion
Remove use of "minion" from graphic
2015-09-25 10:58:57 -07:00
jijun2 1d988754d9 Update README.md 2015-09-25 17:57:25 +08:00
jijun2 b05d5a76b9 Describe more clearly 2015-09-25 06:50:25 -04:00
He Simei d3f160ff13 add support for amzn 2015-09-25 16:39:50 +08:00
He Simei 0178dba381 add support for CentOS via multi-docker 2015-09-25 13:38:15 +08:00
eulerzgy eb71e59fcb Remove use of "minion" from graphic 2015-09-25 10:07:13 +08:00
Brian Grant ba89c98fc7 Merge pull request #14079 from erictune/job_docs
Job and DaemonSet documentation.
2015-09-24 18:27:09 -07:00
Eric Tune bc3f7ce868 Merge pull request #14529 from davidopp/daemon-design
Daemon design, take 3
2015-09-24 18:16:11 -07:00
Eric Tune bf9e93250e Job and DaemonSet documentation. 2015-09-24 17:51:25 -07:00
David Oppenheimer 0cb5553d8a Ran update-generated-docs.sh 2015-09-24 17:17:39 -07:00
Brian Grant cc48f65de1 Merge pull request #14387 from robszumski/rewrite-coreos
docs: revamp CoreOS getting started guides
2015-09-24 16:59:02 -07:00
Brian Grant bbae9fc983 Merge pull request #14330 from zhengguoyong/update-rc
update replication-controllers to replicaton controller
2015-09-24 16:55:28 -07:00
David Oppenheimer 6ec362bfd4 Respond to reviewer comments. 2015-09-24 16:22:10 -07:00
Chao Xu ae1293418b move experimental/v1 to experimental/v1alpha1;
use "group/version" in many places where used to expect "version" only.
2015-09-24 15:32:11 -07:00
jayunit100 783a7aa7e6 Remove some stuff that looks obsolete from api-server certs/access docs 2015-09-24 17:25:57 -04:00
Eric Tune ff1156d4c1 Merge pull request #13930 from ArtfulCoder/privileged
allow privileged pods
2015-09-24 13:42:31 -07:00
Craig Jellick 142018cff4 Correct example salt config
The correct parameter is cloud not cloud_provider.
2015-09-24 12:27:23 -07:00
Filip Grzadkowski 595381d48c Upgrade flannel to 0.5.3 2015-09-24 15:57:27 +02:00
Rob Szumski aab396f624 docs: proper capitalization of CoreOS 2015-09-23 17:21:07 -07:00
Eric Tune 795d6827c1 Merge pull request #13712 from Huawei-PaaS/add_doc_for_ubuntu_Cluster_upgrade
Add docs for ubuntu kubernetes cluster upgrading
2015-09-23 16:50:08 -07:00
Rob Szumski e831d1559c docs: fix spelling/feedback 2015-09-23 16:48:01 -07:00
Eric Tune 83fde15083 Merge pull request #14155 from mattjmcnaughton/fix-devel-coding-conventions-markdown
Fix indendation on devel/coding-conventions.md
2015-09-23 16:46:50 -07:00
Eric Tune dd6a897ce9 Merge pull request #14258 from zhengguoyong/update-etcdindex
change etcdIndec to etcdIndex
2015-09-23 16:42:37 -07:00
Eric Tune 1e0aec4edb Merge pull request #14329 from Huawei-PaaS/fix-wrong-paramter-ubuntu-md
fix the parameter name of k8s version
2015-09-23 16:40:56 -07:00
Eric Tune 8d2d42a8d0 Merge pull request #14345 from zhengguoyong/update-minior
change kubernetes-mininon to kubernetes-node
2015-09-23 16:40:19 -07:00
Eric Tune 138c42e410 Merge pull request #14350 from sdminonne/labels_selector_doc
updating label selector doc
2015-09-23 16:37:22 -07:00
Eric Tune 25e835fdc7 Merge pull request #14401 from linzichang/change-describe-secret
Change a describe in docs/design/secrets.md
2015-09-23 16:28:04 -07:00
Eric Tune 305a7d3f94 Merge pull request #14410 from lhuard1A/remove_etcd_discovery
[libvirt-coreos cluster] Get rid of the etcd discovery mechanism in favor of static configuration
2015-09-23 16:26:38 -07:00
Paul Morie d5a6f53a83 Add link to dev e2e docs from api_changes doc 2015-09-23 14:45:00 -04:00
hurf c4dc056105 Improve message from kubectl config
1.use Fprintf instead of Printf
2.output simple success messages
3.lowercase all error messages
2015-09-23 16:10:21 +08:00
Vincenzo D'Amore 36f92dd026 Merge remote-tracking branch 'upstream/master' 2015-09-23 09:49:02 +02:00
Zichang Lin 33274ac717 Change a describe in docs/design/secrets.md 2015-09-23 14:58:16 +08:00
Rob Szumski 60923cb171 docs: split official vs community sections 2015-09-22 16:01:09 -07:00
Abhishek Shah 09465c9a2a allow privileged pods 2015-09-22 13:44:08 -07:00
Lénaïc Huard 6fad7d3520 Revert "Add local etcd discovery support for libvirt-coreos"
This reverts commit 74601eabbe.
2015-09-22 18:30:39 +02:00
k8s-merge-robot ab07e320ec Merge pull request #13725 from HaiyangDING/update_resource-quota_doc
Auto commit by PR queue bot
2015-09-22 08:56:12 -07:00
Salvatore Dario Minonne d7e493af5e updating label selector doc 2015-09-22 12:26:38 +02:00
eulerzgy 9f82ffa273 change kubernetes-mininon to kubernetes-node 2015-09-22 16:30:09 +08:00
eulerzgy 239b121f1f del unnecessary parenthesis 2015-09-22 11:16:51 +08:00
k8s-merge-robot d98f6daff3 Merge pull request #12747 from smarterclayton/pending_deletion_docs
Auto commit by PR queue bot
2015-09-21 19:49:00 -07:00
eulerzgy 3326e24f29 update replication-controllers to replicaton controller 2015-09-22 09:48:53 +08:00
yuqi huang 5fe8d7d106 fix the parameter name of k8s version
fix the parameter name of k8s version
2015-09-22 09:45:49 +08:00
David Oppenheimer 85e0814217 Design doc for daemon controller.
Originally started as PR #13368.
2015-09-21 17:25:09 -07:00
Ananya Kumar 97b208c79e Update daemon.md 2015-09-21 17:25:09 -07:00
AnanyaKumar 9a63aa66d7 Add daemon design doc 2015-09-21 17:25:09 -07:00
k8s-merge-robot c96c76b729 Merge pull request #13780 from smarterclayton/pod_logs
Auto commit by PR queue bot
2015-09-21 17:02:47 -07:00
Clayton Coleman c2e90cd154 Support extended pod logging options
Increase the supported controls on pod logging. Add validaiton to pod
log options. Ensure the Kubelet is using a consistent, structured way to
process pod log arguments.

Add ?sinceSeconds=<durationInSeconds>, &sinceTime=<RFC3339>, ?timestamps=<bool>,
?tailLines=<number>, and ?limitBytes=<number>
2015-09-21 15:39:32 -04:00
k8s-merge-robot 11c31aeca7 Merge pull request #14252 from thockin/exp_annot_convention
Auto commit by PR queue bot
2015-09-21 10:50:40 -07:00
k8s-merge-robot 843134885e Merge pull request #12470 from simon3z/add-host-ipc
Auto commit by PR queue bot
2015-09-21 09:15:01 -07:00
k8s-merge-robot 9f93dceab1 Merge pull request #14112 from timothysc/e2e-docs
Auto commit by PR queue bot
2015-09-21 07:21:16 -07:00
eulerzgy 696372a693 change etcdIndec to etcdIndex 2015-09-21 15:21:11 +08:00
Tim Hockin cf1141220f Clarify experimental annotation format 2015-09-20 21:00:41 -07:00
k8s-merge-robot c2f76e4ce7 Merge pull request #14106 from jszczepkowski/hpa-api
Auto commit by PR queue bot
2015-09-19 22:23:06 -07:00
hw-qiaolei 2ac0e15f93 Add kubectl overview page 2015-09-19 10:08:09 +00:00
k8s-merge-robot 83192aac45 Merge pull request #13964 from liguangbo/fix_make_ca_cert_proxy
Auto commit by PR queue bot
2015-09-19 00:15:54 -07:00
qiaolei 7f7c36dc1a Change 'params' to 'extraParams' to keep align with naming conventions
Go field names must be CamelCase. JSON field names must be camelCase. Other than capitalization of the initial letter, the two should almost always match. No underscores nor dashes in either

Please refer 'https://github.com/kubernetes/kubernetes/blob/master/docs/devel/api-conventions.md#naming-conventions'
2015-09-19 09:32:17 +08:00
Tim Hockin 6def707f9c Merge pull request #12887 from djosborne/master
added calico-kubernetes-fedora-digitalocean demo
2015-09-18 14:43:54 -07:00
Federico Simoncelli f21d9ac9e4 Support pods with containers using host ipc
Add a HostIPC field to the Pod Spec to create containers sharing
the same ipc of the host.

This feature must be explicitly enabled in apiserver using the
option host-ipc-sources.

Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
2015-09-18 21:13:39 +02:00
Tim Hockin 8e4b09df8f Merge pull request #14077 from nikhiljindal/update-swagger-docs
Updating stale api-reference docs
2015-09-18 09:59:32 -07:00
liguangbo c907bac6c8 Fix easy-rsa download time out in ubuntu deployment script 2015-09-18 17:37:04 +08:00
k8s-merge-robot 73d71d6a67 Merge pull request #14096 from mvdan/util-duration
Auto commit by PR queue bot
2015-09-18 00:20:43 -07:00
Matt McNaughton 44be087f7a Fix indendation on devel/coding-conventions.md
Fixing the indendation means the markdown will now render correcly on
Github.

Signed-off-by: Matt McNaughton <mattjmcnaughton@gmail.com>
2015-09-18 00:34:25 -04:00
Daniel Martí 586cb9126a Move pkg/util.Time to pkg/api/unversioned.Time
Along with our time.Duration wrapper, as suggested by @lavalamp.
2015-09-17 17:51:27 -07:00
k8s-merge-robot 0fb60482c3 Merge pull request #13848 from jayunit100/kubeconfig-file-description-and-updates
Auto commit by PR queue bot
2015-09-17 17:06:19 -07:00
jay vyas 5ca618f874 Added some clarity to kubeconfig around tokens and how it corresponds to
the apiservers.
2015-09-17 16:18:37 -04:00
k8s-merge-robot 055f5ff9b9 Merge pull request #13649 from markturansky/prov_deleter
Auto commit by PR queue bot
2015-09-17 12:59:45 -07:00
Timothy St. Clair f958daf67d Add developer documentation on e2e testing. 2015-09-17 14:40:14 -05:00
Clayton Coleman 094640a35c Additional comments 2015-09-17 14:57:20 -04:00
Alex Mohr 959c1a14cf Merge pull request #13750 from jimmycuadra/docs-accessing-the-api
Clarify authentication methods for k8s components
2015-09-17 10:26:58 -07:00
markturansky c2de9e9647 Added volume.Deleter interface and simple HostPath implementation 2015-09-17 12:08:58 -04:00
k8s-merge-robot 308155d178 Merge pull request #14038 from Huawei-PaaS/fixed_some_typos_in_sharing_clusters_md
Auto commit by PR queue bot
2015-09-17 08:14:42 -07:00
Jerzy Szczepkowski 7fcf7f1177 Cleanups in HorizontalPodAutoscaler API.
Cleanups in HorizontalPodAutoscaler API: renamed Min/MaxCount to Min/MaxReplicas as Replicas is the proper name used in other objects.
2015-09-17 14:16:43 +02:00
k8s-merge-robot e83bf49f86 Merge pull request #13957 from ghodss/rename-deployment-structs
Auto commit by PR queue bot
2015-09-17 04:23:13 -07:00
k8s-merge-robot b342591032 Merge pull request #13604 from JanetKuo/kubectl-edit
Auto commit by PR queue bot
2015-09-17 03:00:33 -07:00
k8s-merge-robot 445fde3dc5 Merge pull request #13447 from pweil-/pid-mode
Auto commit by PR queue bot
2015-09-16 23:34:35 -07:00
Alex Mohr f3308dc918 Merge pull request #13683 from brendandburns/docs4
Add some documentation describing out developer/repository automation.
2015-09-16 21:53:57 -07:00
Alex Mohr 8da538fcd3 Merge pull request #13979 from bgrant0607/docfix2
A couple more naming conventions.
2015-09-16 21:49:46 -07:00
Mike Danese 19421c52e2 Merge pull request #13963 from zhengguoyong/fix-minior-doc
fix the change of minions to nodes
2015-09-16 15:14:10 -07:00
nikhiljindal e5e5b0af5a Updating stale api-reference docs 2015-09-16 14:34:46 -07:00
k8s-merge-robot 3dcb75c599 Merge pull request #13986 from derekwaynecarr/move_to_flannel
Auto commit by PR queue bot
2015-09-16 09:36:09 -07:00
k8s-merge-robot 26da8d0f24 Merge pull request #10093 from jsafrane/devel/static-pods
Auto commit by PR queue bot
2015-09-16 05:53:46 -07:00
qiaolei fbaf7d8f81 Fixed some typos in sharing-clusters.md
Fixes are:

1. `.kubeconfig` -> `kubeconfig`
2. `.kubectl` -> `kubectl`
3. `.kubeconfig` -> `.kube/config`
4. `path/to/.kube/config` -> `/path/to/.kube/config`
5. `commandline` -> `command line`
2015-09-16 20:53:05 +08:00
k8s-merge-robot 14ccba8924 Merge pull request #13886 from a-robinson/logtags
Auto commit by PR queue bot
2015-09-16 05:51:32 -07:00
k8s-merge-robot b85a7c0a6d Merge pull request #13968 from kevin-wangzefeng/fix_a_typo_in_ubuntu_getting_started_guide
Auto commit by PR queue bot
2015-09-16 05:07:19 -07:00
Jerzy Szczepkowski d549fc400a Merge pull request #14026 from Huawei-PaaS/fix-dead-link-of-logging
fix the dead link of logging.md
2015-09-16 13:06:58 +02:00
yuqi huang 1e2f791f95 fix the dead link of logging.md
fix the dead link of logging.md
2015-09-16 15:49:36 +00:00
yuqi huang e7101386db Add docs for ubuntu kubernetes cluster upgrading
Add docs for ubuntu kubernetes cluster upgrading
2015-09-16 09:49:06 +00:00
k8s-merge-robot 0ef741a557 Merge pull request #14018 from Huawei-PaaS/fix-typos-of-doc
Auto commit by PR queue bot
2015-09-16 02:48:28 -07:00
yuqi huang d88562d070 fix the syntax error in docs
fix the syntax error in docs
2015-09-16 11:47:02 +08:00
Janet Kuo 5a608446ba pull "kubectl edit" from openshift upstream 2015-09-15 19:16:23 -07:00
zhengguoyong 8602250551 Update vagrant.md 2015-09-16 09:10:47 +08:00
zhengguoyong 6c5e25b71c Update salt.md 2015-09-16 09:10:05 +08:00
zhengguoyong efef922671 Update salt.md 2015-09-16 09:08:50 +08:00
Jeff Lowdermilk 9f036f2a55 Merge pull request #13954 from ArtfulCoder/externalIPDoc
Documentation for externalIPs
2015-09-15 17:48:11 -07:00
Jeff Lowdermilk aa801f0dd9 Merge pull request #13950 from tpounds/fix-hosted-etcd-image-doc-links
Fix scratch doc links to hosted etcd images.
2015-09-15 17:43:06 -07:00
Jeff Lowdermilk ebc0b02b7d Merge pull request #13613 from eparis/rework-doc-generation
Rework automatic doc generation
2015-09-15 17:35:47 -07:00
Alex Robinson 8040f75594 Update fluentd-gcp to use a new google-fluentd build with my recent
changes to fluent-plugin-google-cloud to attach Kubernetes metadata to
logs.

Along with this, separate logs from containers in the cluster out from
logs from the daemons running on the node by instantiating two instances
of the output plugin, one which uses the new metadata (for containers)
and one which doesn't (for things like docker and the kubelet).
2015-09-15 23:14:43 +00:00
Sam Ghods cc6754f8d9 Rename Deployment API structs 2015-09-15 14:46:41 -07:00
derekwaynecarr 360e7620d3 Move vagrant to flannel 2015-09-15 15:42:38 -04:00
Abhishek Shah c7d659950b Documentation for externalIPs 2015-09-15 11:43:39 -07:00
eulerzgy 4d3d3a5e22 fix the change of minions to nodes 2015-09-16 02:30:42 +08:00
Brian Grant a21c8bcb37 A couple more naming conventions. 2015-09-15 18:24:02 +00:00
Paul Weil ed80c2b940 pid mode 2015-09-15 13:51:44 -04:00
Alexander Hersh 17be377174 Update fedora-calico.md 2015-09-15 10:26:33 -07:00
dinghaiyang 1c88a368b4 update resource-quota docs 2015-09-16 00:52:29 +08:00
Kevin e92f66693e fix a typo in Ubuntu getting started guide 2015-09-15 20:57:50 +08:00
k8s-merge-robot c9570e34d0 Merge pull request #13615 from HaiyangDING/update_doc_limit_request
Auto commit by PR queue bot
2015-09-15 02:16:15 -07:00
feihujiang 98689a99ec Limit the type for kubectl expose command 2015-09-15 11:17:04 +08:00
Trevor Pounds 17f9693350 Fix scratch doc links to hosted etcd images. 2015-09-14 17:26:52 -07:00
Zach Loafman fbebc276bb Fix the checkout instructions 2015-09-14 17:05:05 -07:00
Jeff Lowdermilk 1f97fbeae6 Merge pull request #13675 from derekwaynecarr/move_resource_quota_doc
Move resource quota doc from user-guide to admin
2015-09-14 16:02:47 -07:00
k8s-merge-robot cbf5939d1c Merge pull request #13821 from brendandburns/docs5
Auto commit by PR queue bot
2015-09-14 15:55:11 -07:00
k8s-merge-robot e7666814e2 Merge pull request #13906 from zhengguoyong/fix-doc2
Auto commit by PR queue bot
2015-09-14 13:56:03 -07:00
Brendan Burns cacf5ae519 Add some documentation describing out developer/repository automation. 2015-09-14 13:44:55 -07:00
derekwaynecarr 543db9330c Fix broken link to submit queue 2015-09-14 13:03:11 -04:00
Vincenzo D'Amore a2ea6ade59 Merge remote-tracking branch 'upstream/master' 2015-09-14 15:36:35 +02:00
eulerzgy 0dc552ede5 fix document 2015-09-14 17:47:19 +08:00
k8s-merge-robot 4578f60eb1 Merge pull request #13898 from Huawei-PaaS/some_minor_doc_fixes
Auto commit by PR queue bot
2015-09-13 16:37:12 -07:00
k8s-merge-robot dafe185372 Merge pull request #13711 from jijun2/master
Auto commit by PR queue bot
2015-09-13 06:08:22 -07:00
qiaolei cb80475135 Fixed some minor typos
1. remove duplicate `than`
2. fixed a typo `<maste IP>` to `<master IP>`
3. add a `$` before the `kubelet` command to keep align with others in the document
2015-09-13 09:59:41 +00:00
k8s-merge-robot 492ff3fa3d Merge pull request #13888 from Huawei-PaaS/change_kubectl_stop_to_delete_and_improve_rc
Auto commit by PR queue bot
2015-09-12 22:51:09 -07:00
k8s-merge-robot 96df310729 Merge pull request #13783 from feihujiang/changeExposePortOperationToNoRequired
Auto commit by PR queue bot
2015-09-12 18:54:34 -07:00
qiaolei a7d4d76c50 Change kubectl 'stop' to 'delete' and made some improvements
1. Change deprecated kubectl `stop` to `delete` and the corresponding link
2. Improve the description of deleting a replication controller, since I think it is a little misleading
2015-09-12 11:15:28 +08:00
Mike Danese 27c4f22ef4 Merge pull request #13816 from L-MA/update-docs-calico
Update ubuntu-calico getting started guide
2015-09-11 18:34:52 -07:00
k8s-merge-robot 04837579ad Merge pull request #13460 from derekwaynecarr/run_requests
Auto commit by PR queue bot
2015-09-11 18:19:17 -07:00
k8s-merge-robot cb481b4a00 Merge pull request #13837 from brendandburns/kubectl2
Auto commit by PR queue bot
2015-09-11 17:18:29 -07:00
Alex Robinson 614b1cf3c1 Replace /varlog with /var/log in the fluentd-gcp config to match the
recently updated fluent-es config.
2015-09-11 16:52:49 -07:00
Mike Danese d59f742914 Merge pull request #13777 from lavalamp/moveExp
Move expapi to apis/experimental; fix conversion generators
2015-09-11 16:45:44 -07:00
Eric Paris 58d6b29e97 Rework doc generation to simplify and centralize
Just do all doc generation in the hack::util::gen-docs instead of spread
around. We also only track the generated docs in a single file for the
whole tree.
2015-09-11 19:32:08 -04:00
Daniel Smith 7a0fc719fb Fix tooling for apis/experimental's new home
* fix package name
* add a script to auto-gofmt everything, useful after grep/sed incantations
* update conversion/deep copy generation
* doc update
2015-09-11 16:06:10 -07:00
Brendan Burns 9ba13ff361 Address comments 2015-09-11 13:55:16 -07:00
derekwaynecarr 094a7f4de1 Provide a redirect to new resource quota location 2015-09-11 12:12:32 -04:00
derekwaynecarr 48d0e8945d Move resource quota doc from user-guide to admin 2015-09-11 12:07:12 -04:00
derekwaynecarr 295b8cdf16 Add requests and limits to kubectl run 2015-09-11 10:57:21 -04:00
eulerzgy db143cf23f Document describe fix 2015-09-11 22:42:45 +08:00
jijun2 837f455eb8 Update fedora_manual_config.md 2015-09-11 17:37:04 +08:00
Brendan Burns d9e1a00a14 Add caching for swagger schemas 2015-09-10 21:18:52 -07:00
Abhishek Shah 44ce4aa423 Create a LB for a K8S with the LB-IP provided by user. 2015-09-10 21:05:06 -07:00
feihujiang 714a042ce4 Change Expose Command's port operation to no required 2015-09-11 11:37:55 +08:00
k8s-merge-robot bfc60709b1 Merge pull request #13468 from yifan-gu/rkt_doc
Auto commit by PR queue bot
2015-09-10 20:32:08 -07:00
Mike Danese aba849c43c Merge pull request #13801 from Huawei-PaaS/fix-typo-error-of-ovs-networking-png
fix typo error of ovs-networking.png
2015-09-10 20:18:06 -07:00
Mike Danese fa8ddb4cde Merge pull request #13802 from Huawei-PaaS/fix-dead-link-in-docker-md
fix the dead link of docker.md
2015-09-10 19:18:41 -07:00
huangyuqi 4508101c1b fix typo error of ovs networking.png 2015-09-11 09:06:33 +08:00
Daniel Smith 82d6489556 Manually fixing docs, since gendocs messes up the links. 2015-09-10 17:17:59 -07:00
k8s-merge-robot 1c3daac869 Merge pull request #13826 from JanetKuo/kubectl-bash-completion-docs
Auto commit by PR queue bot
2015-09-10 15:33:57 -07:00
yuqi huang 8de12acc3d fix the dead link &typo error of docker.md
fix the dead link &typo error of docker.md
2015-09-10 22:14:11 +00:00
Yifan Gu cbee5c36f4 docs: update rkt guide, add debugging tips. 2015-09-10 14:58:03 -07:00
Vincenzo D'Amore 8f0be8deae Merge remote-tracking branch 'upstream/master' 2015-09-10 23:17:39 +02:00
k8s-merge-robot 4167b602b9 Merge pull request #13578 from brendandburns/docs
Auto commit by PR queue bot
2015-09-10 14:02:03 -07:00
JanetKuo 3ad58322dd Document how to install kubectl bash completion 2015-09-10 13:17:27 -07:00
Brendan Burns fd73a600a0 Add a code of conduct. 2015-09-10 11:53:27 -07:00
Alex Robinson 746dcb8075 Make fluentd-es output its warning logs and fluentd-gcp mount
/var/lib/docker read-only.
2015-09-10 18:28:27 +00:00
Brendan Burns 3cf30299f5 Add 1.1 to the roadmap. 2015-09-10 11:14:45 -07:00
Luke Mino-Altherr f2664fc73b Fix getting kube-proxy 2015-09-10 10:16:46 -07:00
k8s-merge-robot 92f21b3fe3 Merge pull request #13790 from kevin-wangzefeng/fix_typo_in_development_md
Auto commit by PR queue bot
2015-09-10 09:48:08 -07:00
k8s-merge-robot cfa5e516a8 Merge pull request #13655 from Huawei-PaaS/change_random_to_roundrobin_in_services_md
Auto commit by PR queue bot
2015-09-10 03:43:07 -07:00
gmarek ca30de0bde Initial kubemark proposal 2015-09-10 09:54:42 +02:00
Chao Xu e5e1ef301f Merge pull request #12951 from caesarxuchao/APIGroup-proposal
[RFC] adding a proposal for api groups
2015-09-09 17:44:32 -07:00
Chao Xu 58b01bee1c Merge pull request #13453 from aveshagarwal/master-kubectl-get-fixes
Adds serviceaccounts to kubectl get/describe cli help and docs description.
2015-09-09 17:42:58 -07:00
Chao Xu 183c6e2e84 Merge pull request #13652 from clasohm/example_download_links_raw
add raw flag for GitHub download links
2015-09-09 16:19:14 -07:00
Chao Xu 73df8f30a3 adding a proposal for api groups 2015-09-09 15:55:16 -07:00
Clayton Coleman 23133a7344 Define lock coding convention 2015-09-09 18:03:54 -04:00
Jimmy Cuadra 3bdb51e710 Clarify authentication methods for k8s components. 2015-09-09 11:16:56 -07:00
Kevin 0b08fc8595 fix a typo in development.md and update git_workflow.png 2015-09-10 00:22:43 +08:00
Avesh Agarwal 6d6f338fac Adds servicesaccounts to kubectl get/describe cli help and docs. 2015-09-09 12:15:25 -04:00
k8s-merge-robot d3b1e468e1 Merge pull request #13715 from Huawei-PaaS/fixed_a_typo_in_aws_md
Auto commit by PR queue bot
2015-09-09 08:26:59 -07:00
Clayton Coleman 76025fd31b Add documentation for deleted pods in the user-guide 2015-09-09 09:40:57 -04:00
k8s-merge-robot 6f11647cb1 Merge pull request #13706 from Huawei-PaaS/Fixed_a_typo_in_fedora_manual_config_md
Auto commit by PR queue bot
2015-09-09 03:16:39 -07:00
k8s-merge-robot 7e51e6abf7 Merge pull request #13717 from Huawei-PaaS/fixed_a_markdown_error_in_azure_md
Auto commit by PR queue bot
2015-09-09 02:45:35 -07:00
qiaolei 390530d345 Fixed a markdown error in azure.md 2015-09-09 16:53:32 +08:00
qiaolei 294689ccff Change `~/.kube/kubeconfig` to `~/.kube/config`
Where `~/.kube/kubeconfig` should be `~/.kube/config`
2015-09-09 16:43:55 +08:00
Vincenzo D'Amore 1b82b1148a Merge remote-tracking branch 'upstream/master' 2015-09-09 10:06:10 +02:00
k8s-merge-robot 45742e885c Merge pull request #13452 from aveshagarwal/master-api-rate-burst-remove
Auto commit by PR queue bot
2015-09-09 00:42:59 -07:00
dinghaiyang d57263b94b Replace limits with request where appropriate 2015-09-09 15:38:34 +08:00
jijun2 96773abdfc add note for changes of etcd2.0 ports in Fedora 22
modified:   docs/getting-started-guides/fedora/fedora_manual_config.md
2015-09-09 03:12:21 -04:00
qiaolei f1ac43aa4e Fixed a typo in fedora_manual_config.md
Change '--enablerepo=update-testing' to '--enablerepo=updates-testing' to keep align with the command output.
2015-09-09 13:15:34 +08:00
k8s-merge-robot 891cef4efa Merge pull request #13530 from goltermann/docs
Auto commit by PR queue bot
2015-09-08 19:19:15 -07:00
Chao Xu 496296f7f5 Merge pull request #13634 from ZJU-SEL/patch-docker-sh
Add mount dirs to docker multi-node scripts
2015-09-08 16:34:16 -07:00
Chao Xu 15d293acc1 Merge pull request #13635 from ZJU-SEL/patch-version
Add default version to docker-multi scripts
2015-09-08 16:33:51 -07:00
Chao Xu 4bfac3e36b Merge pull request #13674 from Huawei-PaaS/fixed_a_markdown_error_in_rackspace_md
Fixed a markdown error in rackspace.md
2015-09-08 16:22:35 -07:00
goltermann bec4c10dc4 Replace IRC with Slack in docs. 2015-09-08 15:17:39 -07:00
k8s-merge-robot b3eace631e Merge pull request #13662 from Huawei-PaaS/issue-kubeconfig
Auto commit by PR queue bot
2015-09-08 13:50:52 -07:00
k8s-merge-robot 12c005898e Merge pull request #13679 from pmorie/api-change-docs
Auto commit by PR queue bot
2015-09-08 12:54:41 -07:00
Paul Morie 6d96b63e62 Update api change docs 2015-09-08 13:38:15 -04:00
Chao Xu a6566031be Merge pull request #13422 from feihujiang/supportSettingEnvInKubectlRun
Support setting env vars in kubectl run
2015-09-08 10:32:48 -07:00
k8s-merge-robot 3a04f7eafa Merge pull request #13646 from Huawei-PaaS/fixed_a_markdown_error_in_getting_into_containers_md
Auto commit by PR queue bot
2015-09-08 09:32:57 -07:00
k8s-merge-robot 57d7107e06 Merge pull request #13668 from Huawei-PaaS/add_PodPhase_Unknown
Auto commit by PR queue bot
2015-09-08 08:04:12 -07:00
qiaolei 9fdc251006 Fixed a markdown error in rackspace.md 2015-09-08 22:40:45 +08:00
Jan Safranek b710468b73 Add documentation about static pods.
Described behavior was extracted from source code and via trial-and-error
attempts.
2015-09-08 15:57:09 +02:00
qiaolei 4936b9d5d2 Add PodPhase 'Unknown'
Add PodPhase 'Unknown' and its corresponding description.
2015-09-08 21:14:30 +08:00
Jian Huang 3081f88929 Update the KubeConfig Doc
Correct the document.
2015-09-08 17:27:44 +08:00
qiaolei 72c7d87973 fixed a markdown error in the title 2015-09-08 08:41:50 +00:00
qiaolei 1402a63150 change 'random' to 'round robin' for the choice of a service backend 2015-09-08 15:17:42 +08:00
feihujiang 84e94e39cd Support setting env vars in kubectl run 2015-09-08 14:31:29 +08:00
harry c9644b3e5b Add mount dirs to multi-node scripts 2015-09-08 09:50:49 +08:00
Carsten Clasohm d093fe0c4b add raw flag for GitHub download links 2015-09-07 17:43:09 -07:00
k8s-merge-robot 616ba4ea9a Merge pull request #13261 from mwielgus/hpa_formula
Auto commit by PR queue bot
2015-09-07 05:44:11 -07:00
k8s-merge-robot 6605b170b6 Merge pull request #13618 from Huawei-PaaS/add_svc_and_fix_typos_in_namespace_md
Auto commit by PR queue bot
2015-09-07 03:51:56 -07:00
Marcin Wielgus 02c30c5d61 Update for scaling rules in HorizontalPodAutoscaler 2015-09-07 12:30:22 +02:00
qiaolei 41708fb0af Add 'svc.' before 'cluster.local' and fix some typos
1. Add 'svc.' before 'cluster.local'
2. ```Terminating`` to `Terminating`
3. 'DNS entry1' to 'DNS entry'
2015-09-07 09:11:30 +00:00
k8s-merge-robot 96e0ed5749 Merge pull request #13624 from Huawei-PaaS/del_an_useless_line_in_liveness
Auto commit by PR queue bot
2015-09-06 23:28:12 -07:00
harry 365562c0b9 Add default version to scripts 2015-09-07 06:22:48 +00:00
qiaolei 33b4cb91c1 Delete an useless line in liveness
Delete an useless line in liveness: `mwielgus@mwielgusd:~/test/k2/kubernetes/examples/liveness$ kubectl get pods`
2015-09-06 18:54:23 +08:00
Dai Zuozhuo 2e2ef3e830 change -o template to -o go-template=... 2015-09-05 22:30:47 +08:00
Eric Paris bf7646bd9e Update docs based on new spf13/cobra 2015-09-04 19:20:03 -04:00
Quinton Hoole 4fe94164f0 Merge pull request #13477 from caseydavenport/update-calico-ubuntu-docs
Update calico ubuntu docs
2015-09-04 14:14:46 -07:00
Quinton Hoole be19554bae Merge pull request #13383 from hurf/label_drun
Add --dry-run option for label command
2015-09-04 14:03:14 -07:00
Quinton Hoole dd68f0b23f Merge pull request #13551 from eparis/cloudplatfrom-to-kubernetes
s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kub…
2015-09-04 12:36:01 -07:00
Piotr Szczesniak e285af9b20 Merge pull request #13390 from derekwaynecarr/remove_namespace_exists
Remove NamespaceExists from configuration
2015-09-04 13:44:40 +02:00
Piotr Szczesniak 58e9ee2c25 Merge pull request #13278 from bgrant0607/docfix2
Start on expanding code expectations (aka "The bar")
2015-09-04 13:40:24 +02:00
Vincenzo D'Amore 4461990933 Merge remote-tracking branch 'upstream/master' 2015-09-04 01:13:41 +02:00
Avesh Agarwal f0d0e2a089 Remove unused api-rate and api-burst params. 2015-09-03 17:57:35 -04:00
derekwaynecarr 06bbe00642 Remove NamespaceExists from configuration 2015-09-03 13:42:09 -04:00
Eric Paris 04fc8ae3dd s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kubernetes| 2015-09-03 10:10:11 -04:00
hurf 46e7f5684c Add --dry-run option for label command
With --dry-run option, label command will print the object locally
without update it on server side.
2015-09-03 21:37:11 +08:00
feihujiang 0427711c42 Fixes upper case letters in kubectl examples 2015-09-03 12:00:21 +08:00
k8s-merge-robot 80f2d89a79 Merge pull request #13087 from ZJU-SEL/specify-garbage-collection
Auto commit by PR queue bot
2015-09-02 17:08:54 -07:00
Abhi Shah d6d6bd825d Merge pull request #13529 from eparis/submit-queue-whitelist-link
Fix the link to the submit-queue whitelist
2015-09-02 15:17:26 -07:00
Abhi Shah 642ebb4994 Merge pull request #13099 from JanetKuo/kubectl-expose-deprecate-create-external-load-balancer
Deprecated kubectl flag "create-external-load-balancer"
2015-09-02 15:16:08 -07:00
Eric Paris f9c06397fe Fix the link to the submit-queue whitelist 2015-09-02 18:00:52 -04:00
Brendan Burns 2df5010834 Merge branch 'sdminonne-container_sidecar' 2015-09-02 10:42:08 -07:00
Casey D 3c4ab920c0 Update Calico-Ubuntu install guide 2015-09-02 09:47:00 -07:00
k8s-merge-robot dd5f970679 Merge pull request #13446 from fgrzadkowski/fix_docker_multinode_doc
Auto commit by PR queue bot
2015-09-02 06:48:56 -07:00
Vincenzo D'Amore 5c33cbdf33 fix - removed annoying message 'enter your password for the ssh key' 2015-09-02 15:37:34 +02:00
Wojciech Tyczynski b4a3698fae Merge pull request #13472 from justinsb/docs_pull_policy_name
Docs: PullIfNotPresent -> IfNotPresent; PullAlways -> Always
2015-09-02 10:17:40 +02:00
Wojciech Tyczynski 72fe5a9b9b Merge pull request #13351 from Huawei-PaaS/arch_authz_and_authn_kubelet
Adjust the architecture diagram
2015-09-02 10:15:26 +02:00
hw-qiaolei e4b9e83fea Adjust the architecture diagram
Some modifications of the architecture diagram:

1. adjust the order of authz and authn; since the API server usually first authenticate user, if it is a valid user then authorize it
2. adjust the arrow to point to kubelet instead of to node of the second node
3. change `replication controller` to `controller manager(replication controller etc.)` which connects to the REST API Server
4. some tiny adjustments of the arrow position
5. affected files: architecture.svg, architecture.png and architecture.dia
2015-09-02 14:48:04 +00:00
Wojciech Tyczynski 078c0c16f2 Merge pull request #13301 from Huawei-PaaS/update_quota_example_in_admission_control_resource_quota_md
Update quota example in admission_control_resource_quota.md
2015-09-02 10:14:36 +02:00
qiaolei 26a3ace570 Update quota example
Update quota example to track latest changes
2015-09-02 15:11:22 +08:00
Brendan Burns 3dd3aa2730 Merge pull request #13442 from liebowitz/master
Fixed typo in CentOS doc: api-servers arg
2015-09-01 21:40:46 -07:00
Brendan Burns 03fc551988 Merge pull request #13340 from rimey/documentation
Fix buggy placement of imagePullPolicy in documentation example.
2015-09-01 21:28:46 -07:00
Alex Robinson 66ff3c133b Merge pull request #13229 from a-robinson/fluent
Clean up the fluentd images to make them more debuggable
2015-09-01 17:01:04 -07:00
Justin Santa Barbara c6d7a90449 Docs: PullIfNotPresent -> IfNotPresent; PullAlways -> Always
PullIfNotPresent is the internal name in go code; IfNotPresent is the
user-facing value that is specified in json/yaml.  For docs, we should use the
user-facing string.

Similarly PullAlways -> Always
2015-09-01 18:35:34 -04:00
Brian Grant 97e505849f Start on expanding code expectations (aka "The bar") 2015-09-01 20:33:59 +00:00
Salvatore Dario Minonne f4dc0653aa adding downward api volume plugin 2015-09-01 22:23:03 +02:00
Brendan Burns 8696c6c1d7 Merge pull request #13290 from Huawei-PaaS/amend_two_markdown_errors_in_authentication_md
Amend some markdown and other errors in **easyrsa** section
2015-09-01 10:07:21 -07:00
Brendan Burns 6f2dcb5b90 Merge pull request #13297 from piosz/initial-proposal
Changed all links in initial-resources proposal to be relative
2015-09-01 10:07:01 -07:00
Brendan Burns 6c47bfc08b Merge pull request #13352 from Huawei-PaaS/amend_markdown_errors_in_federation_md
Amend some markdown errors in federation.md
2015-09-01 10:05:25 -07:00
Brendan Burns 1919d7fa0e Merge pull request #13369 from resouer/patch-5
Fix inconsistency path in GOPATH doc
2015-09-01 10:04:32 -07:00
Brendan Burns 90aaa3dcc2 Merge pull request #13373 from Huawei-PaaS/fix_dead_link_in_event_compression_md
Fix dead link in event_compression.md
2015-09-01 10:04:21 -07:00
Filip Grzadkowski 1a9b0d6018 Fix mounting volumes in docker based kubernetes setup. 2015-09-01 16:42:23 +02:00
Greg Liebowitz 133310d84d Fixed typo in CentOS doc 2015-09-01 09:10:38 -04:00
Wojciech Tyczynski 5c2c42eed8 Merge pull request #13220 from aveshagarwal/master-issue-12740
httpGet livenessprobe fails for controller and scheduler when following steps in scratch.md (fixes #12740)
2015-09-01 14:20:15 +02:00
k8s-merge-robot a4d953f4b3 Merge pull request #13131 from hurf/anno_unused
Auto commit by PR queue bot
2015-09-01 04:32:13 -07:00
He Simei f5bdea836e specify gc 2015-09-01 10:16:20 +08:00
Janet Kuo 22ec272494 Change deprecated 'kubectl stop' to 'delete' 2015-08-31 18:04:04 -07:00
k8s-merge-robot 9379b0b7d9 Merge pull request #13124 from linzichang/master
Auto commit by PR queue bot
2015-08-31 13:39:32 -07:00
Piotr Szczesniak dac19e680e Fixed links in initial-resources proposal 2015-08-31 09:30:11 +02:00
Harry Zhang d70b565e55 Fix inconsistency path in GOPATH doc
we set up $KPATH/src/k8s.io/kubernetes directory, but ask user to `cd` into $KPATH/src/github.com/kubernetes

Close this if I made mistaken this
2015-08-31 15:19:53 +08:00
Jerzy Szczepkowski 3f1a94f48f Merge pull request #13304 from alexwlchan/patch-1
Fix typos in namespaces.md
2015-08-31 09:19:35 +02:00
qiaolei b7e330c7b7 Fix dead link in event_compression.md
Where `pkg/client/record/event.go` should be `pkg/client/unversioned/record/event.go`
2015-08-31 14:39:44 +08:00
k8s-merge-robot a078eba5b3 Merge pull request #13133 from feihujiang/changePortForwardExampleWithoutPFlag
Auto commit by PR queue bot
2015-08-30 12:02:43 -07:00
qiaolei 37b30b54e7 Amend some markdown errors in federation.md 2015-08-29 23:54:36 +08:00
k8s-merge-robot 08668d7d94 Merge pull request #13309 from kubernetes/revert-13246-revert-12492-limit_range_api
Auto commit by PR queue bot
2015-08-28 21:03:49 -07:00
lzc 74601eabbe Add local etcd discovery support for libvirt-coreos 2015-08-29 11:49:35 +08:00
qiaolei 29625a9ffe Fix Jenkins GCE e2e failure and other errors in APPENDIX easyrsa section
Modifications are as following(`APPENDIX` -> `**easyrsa**`):

1, fix Jenkins GCE e2e failure, mainly for markdown errors;
2, change `"${MASTER_IP}"`  to `"IP:${MASTER_IP}"` to keep align with `make-ca-cert.sh`
3, change `/pki/` to `pki/` for the generated certs/key
4, other tiny improvements

Please check, thanks.
2015-08-29 11:27:26 +08:00
k8s-merge-robot d79f53f73b Merge pull request #13249 from feihujiang/removeUserGuideKubectlUselessDocs
Auto commit by PR queue bot
2015-08-28 19:17:39 -07:00
Avesh Agarwal 99c7a0854c Updates the liveness user guide README to describe the host part of
httpGet probe.
2015-08-28 22:04:12 -04:00
Avesh Agarwal a64d8d4f7b Updates scratch.md to send httpGet livenessprobe to 127.0.0.1 for
controller-manager and scheduler as they both listen on 127.0.0.1 by
default. This fixes #12740.
2015-08-28 22:03:33 -04:00
Ken Rimey 6b5c9c8984 Fix buggy placement of imagePullPolicy in documentation example. 2015-08-28 19:33:28 -04:00