Joe Beda
f90ad573cf
Merge pull request #3610 from liggitt/kubelet_tls_client
...
Build TLS client for kubelet correctly
2015-01-20 10:56:52 -08:00
Alex Robinson
aa2c04ecc2
Merge pull request #3598 from ryfow/patch-2
...
Fix table of contents
2015-01-20 10:55:08 -08:00
Alex Robinson
4a4013a8a6
Merge pull request #3597 from ryfow/patch-1
...
Remove .md from annotations link text
2015-01-20 10:26:07 -08:00
Alex Robinson
9e3c93a064
Merge pull request #3615 from zmerlynn/random_shuffle_go
...
cmd/e2e: Port --orderseed and --times to cmd/e2e from hack/e2e
2015-01-20 10:24:50 -08:00
Tim Hockin
6ff26d924c
Merge pull request #3619 from smarterclayton/expose_validate_labels
...
Expose ValidateLabels in validation.go for reuse by other components
2015-01-20 09:11:08 -08:00
Eric Tune
fd52ba96ce
Merge pull request #3608 from smarterclayton/log_watch_errors
...
Explicitly handle errors received during watch
2015-01-20 08:47:12 -08:00
Kelsey Hightower
56f20bd8b0
Merge pull request #3625 from preillyme/btrfs-overlay
...
Update node.yaml to support graphdriver: overlay
2015-01-20 08:29:09 -08:00
Eric Tune
1e36cb12bb
Merge pull request #3594 from jayunit100/master
...
Clarify origin of REDIS_MASTER_SERVICE_HOST variable.
2015-01-20 08:23:32 -08:00
Patrick Reilly
41955a9235
Update node.yaml to support graphdriver: overlay
...
Update node.yaml to support graphdriver: overlay as btrfs produces "fatal" "prerequisites for driver not satisfied (wrong filesystem?)" on CoreOS Alpha 561.0.0
2015-01-20 08:19:52 -08:00
Eric Tune
9a151fc32c
Merge pull request #3596 from andrewseidl/typo-cleanup
...
Fix several typos in user-facing strings
2015-01-20 07:55:21 -08:00
Clayton Coleman
48146e01cd
Expose ValidateLabels in validation.go for reuse by other components
...
Label validation is common to anyone building kube resources.
2015-01-19 22:33:52 -05:00
Zach Loafman
868d2c4336
cmd/e2e: Port --orderseed and --times to cmd/e2e from hack/e2e
...
* Add --orderseed, shuffle order every time, report order for repeatability
* Add --times, acts like a multi-deck shoe
* Remove fixed numbering in TAP output (this is actually not needed;
TAP output is just done by outputting what assertion count you're on.)
This is essentially just a port of f3a992aa
and 369064c6
(minus
reporting, which can be handled later when we make TAP, etc, better).
2015-01-19 14:50:15 -08:00
Jordan Liggitt
888fe4b175
Build TLS client for kubelet correctly
2015-01-19 12:26:12 -05:00
Zach Loafman
fbd4722094
Merge pull request #3488 from pmorie/e2e
...
Make e2e -up recreate running clusters; remove kube-up retry
2015-01-19 09:02:28 -08:00
Clayton Coleman
e4dcbb6edb
Explicitly handle errors received during watch
...
Log them as Error and then continue.
2015-01-19 11:10:45 -05:00
Paul Morie
0c51f9df8d
Make e2e -up recreate running clusters; remove kube-up retry
2015-01-18 12:19:07 -05:00
Ryan Fowler
9aec0a3609
Fix table of contents
...
Additional user guides section appears to have been renamed.
2015-01-18 09:19:44 -06:00
Ryan Fowler
f58198bad8
remove .md from annotations link text
...
Adds consistency with the other links on the page.
2015-01-18 09:15:15 -06:00
Andrew Seidl
8248e6bef6
Fix typos in kubectl docs, via gendocs
2015-01-18 02:20:00 -06:00
Andrew Seidl
6dee1d7fa4
Fix typos in user-facing strings
2015-01-18 01:32:34 -06:00
jay vyas
2fc8c08b01
Clarify origin of REDIS_MASTER_SERVICE_HOST variable.
...
This commit clarifies the origin of the REDIS_MASTER_SERVICE_HOST variable by linking to the documentation on the way kubernetes services create env variables in the services.md file.
2015-01-17 15:00:18 -05:00
Brendan Burns
eeb712d163
Merge pull request #3590 from jlowdermilk/windows
...
Build win32 client binaries
2015-01-16 17:35:17 -08:00
Jeff Lowdermlk
cb517b3a4a
Build win32 client binaries
2015-01-16 16:45:14 -08:00
Brendan Burns
3c370d0b1b
Merge pull request #3583 from jlowdermilk/example-docs
...
Update README.md for cassandra/hazelcast examples to use kubectl resize
2015-01-16 15:34:48 -08:00
Jeff Lowdermlk
7960d88b21
Update README.md for cassandra/hazelcast examples to use kubectl resize
2015-01-16 15:05:13 -08:00
Zach Loafman
2febee5510
Merge pull request #3581 from satnam6502/revert
...
Revert basic.sh and private.sh
2015-01-16 14:52:24 -08:00
Satnam Singh
d8f07da775
Revert basic.sh and private.sh
2015-01-16 14:43:11 -08:00
Brendan Burns
d54242a649
Merge pull request #3552 from commonlisp/master
...
Replace kubelet logging %s--%s--%s with dockertools.BuildDockerName()
2015-01-16 14:31:43 -08:00
Filipe Brandenburger
6d9845361f
Merge pull request #3577 from erictune/fixforfilib
...
Test for and fix crash with nil client in kubelet.
2015-01-16 13:53:29 -08:00
Eric Tune
fc11801246
Merge pull request #3535 from smarterclayton/ignore_the_root_key_on_watch_list
...
WatchList should not convey events for the root key
2015-01-16 13:43:44 -08:00
Eric Tune
98bdd3f7c4
Test for and fix crash with nil client in kubelet.
...
Added test that fails before fix.
Fixed use of nil pointer.
2015-01-16 13:39:31 -08:00
Joe Beda
474212106f
Merge pull request #3564 from liggitt/client_cert_data
...
Allow client and kubelet configs to hold cert/key/ca data directly
2015-01-16 13:19:52 -08:00
bgrant0607
ee0ba6c922
Merge pull request #3574 from mikedanese/proxy-config-panic
...
fix interface conversion panic
2015-01-16 12:45:00 -08:00
davidopp
a3e057d5d9
Merge pull request #3544 from mikedanese/provider-run-opt
...
Configure scheduler algorithm provider with cli option
2015-01-16 12:41:09 -08:00
Brendan Burns
311dada4f2
Merge pull request #3551 from ukai/oauth
...
cloudprovider/gce: use golang.org/x/oauth2
2015-01-16 12:30:48 -08:00
Brendan Burns
0e751dad01
Merge pull request #3549 from mikedanese/standardize-name-key
...
Standardize on variable name
2015-01-16 12:27:34 -08:00
Mike Danese
8b65621aeb
fix interface conversion panic
2015-01-16 12:23:16 -08:00
Brendan Burns
e86c8f9e53
Merge pull request #3565 from dchen1107/podstatus
...
Introduce PodStatusResult, and deprecate PodContainerInfo.
2015-01-16 12:05:07 -08:00
Dawn Chen
a71588dc89
Merge pull request #3504 from ddysher/kubectl-node-status
...
Include node status in kubectl get output
2015-01-16 12:01:29 -08:00
Brendan Burns
6873b9cf8f
Merge pull request #3572 from dchen1107/clean
...
Separate colume for PodIP from kubectl get pods
2015-01-16 11:52:10 -08:00
Zach Loafman
d11b615a01
Merge pull request #3570 from vishh/monitoring_rc
...
Adding a replication controller for all monitoring pods
2015-01-16 11:31:47 -08:00
Deyuan Deng
616feac25b
Include node status in kubectl get output
2015-01-16 14:28:35 -05:00
Dawn Chen
7b457fd33f
Separate colume for PodIP from kubectl get pods
2015-01-16 11:10:30 -08:00
Vishnu Kannan
50c32fbba4
Adding a replication controller for all monitoring pods.
...
Removed auth for Grafana to facilitate usage via service proxy on the api-server.
Added a grafana service
Removed elasticsearch dependency for monitoring - faster startup times.
2015-01-16 18:37:46 +00:00
Zach Loafman
efef4b7d5e
Merge pull request #3568 from satnam6502/e2e
...
Breakfix: Skip GET test for basic.go when no hostIP
2015-01-16 10:13:38 -08:00
Satnam Singh
8b68d7ee2d
Skip GET test for basic.go when no hostIP
2015-01-16 10:04:53 -08:00
Jordan Liggitt
1ebe885827
Allow client and kubelet configs to hold cert/key/ca data directly
2015-01-16 12:18:20 -05:00
Dawn Chen
15e9fa8a9d
Introduce PodStatusResult, and deprecate PodContainerInfo.
2015-01-16 09:10:40 -08:00
Zach Loafman
39c917b068
Merge pull request #3559 from GoogleCloudPlatform/revert-3489-monitoring_rc
...
Revert "Adding a replication controller for all monitoring pods."
2015-01-16 07:26:23 -08:00
Zach Loafman
43cd9e91f6
Revert "Adding a replication controller for all monitoring pods."
2015-01-16 07:16:54 -08:00