Isaac Hollander McCreery
60c316b54a
Upgrades and upgrade tests take versions of the form release/stable instead of stable_release:
...
- Refactor common and gce/upgrade.sh to use arbitrary published releases
- Update hack/get-build to use cluster/common code
- Use hack/get-build.sh in cluster upgrade test logic
2015-10-14 10:16:21 -07:00
k8s-merge-robot
4008c65323
Merge pull request #15135 from ZJU-SEL/upgrade-flannel
...
Auto commit by PR queue bot
2015-10-13 07:07:18 -07:00
k8s-merge-robot
d0e672f391
Merge pull request #15489 from spohnan/doc-fix-volume-mounting
...
Auto commit by PR queue bot
2015-10-13 04:28:29 -07:00
k8s-merge-robot
2dec0826f7
Merge pull request #15351 from caesarxuchao/fix-14584-1
...
Auto commit by PR queue bot
2015-10-13 02:19:43 -07:00
Dawn Chen
ff84db0960
Merge pull request #15487 from mikedanese/fix-docs
...
fix incorrect merge MIME type in api-conventions doc
2015-10-12 16:39:25 -07:00
Dawn Chen
f27e0b2a16
Merge pull request #15290 from ZJU-SEL/enhance-lsb_release
...
enhance lsb_release detection for multi-docker
2015-10-12 14:47:03 -07:00
Chao Xu
94d68296be
update html in api-reference
2015-10-12 13:34:07 -07:00
Dawn Chen
075c3a2c71
Merge pull request #15061 from kargakis/fix-dry-run-in-expose
...
Fix dry run in expose
2015-10-12 12:53:04 -07:00
Andy Spohn
361c1831c1
Doc Fix, several volume types support multiple readers
2015-10-12 14:48:17 -04:00
Mike Danese
8043c70304
fix incorrect merge MIME type in api-conventions doc
2015-10-12 11:35:30 -07:00
He Simei
31f7d33d29
enhance lsb_release detection for multi-docker
2015-10-12 18:48:37 +08:00
k8s-merge-robot
632e32d8f6
Merge pull request #14487 from zhengguoyong/update-minion2
...
Auto commit by PR queue bot
2015-10-12 02:58:29 -07:00
k8s-merge-robot
ee1ff452c0
Merge pull request #15293 from resouer/patch-8
...
Auto commit by PR queue bot
2015-10-12 02:47:55 -07:00
k8s-merge-robot
71e9565815
Merge pull request #15163 from thockin/gcloud-preview
...
Auto commit by PR queue bot
2015-10-10 12:04:55 -07:00
k8s-merge-robot
02ec1fb33c
Merge pull request #13885 from smarterclayton/websocket_exec
...
Auto commit by PR queue bot
2015-10-10 09:52:01 -07:00
k8s-merge-robot
8b09d27dd5
Merge pull request #15246 from bgrant0607/docfix
...
Auto commit by PR queue bot
2015-10-10 09:44:13 -07:00
k8s-merge-robot
fa557f6101
Merge pull request #15409 from caesarxuchao/extension/v1beta1
...
Auto commit by PR queue bot
2015-10-10 09:03:43 -07:00
k8s-merge-robot
d36207675d
Merge pull request #15406 from RichieEscarez/addhomogenous
...
Auto commit by PR queue bot
2015-10-10 07:37:14 -07:00
Brian Grant
678032fdcf
Update container-environment.md. Fixes #14127 .
2015-10-10 14:32:00 +00:00
kargakis
4b23bf602d
expose: Minor cleanup
2015-10-10 16:16:41 +02:00
k8s-merge-robot
615ae5b04a
Merge pull request #15335 from mikedanese/ds-cleanup
...
Auto commit by PR queue bot
2015-10-09 18:59:55 -07:00
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