Dawn Chen
a9defc413a
Don't show Kubernetes username & password to console for heapster.
2014-11-13 23:08:55 -08:00
Dawn Chen
8c358f0cae
Merge pull request #2357 from filbranden/monitoring
...
Fix bugs and improve monitoring support
2014-11-13 13:59:58 -08:00
Dawn Chen
ff68b75401
Merge pull request #2333 from derekwaynecarr/validate_uid
...
Set uid during object create
2014-11-13 13:56:25 -08:00
Joe Beda
aa1b3e2eaf
Merge pull request #2356 from erictune/chown_cert
...
Make server certs accessible to apiserver user.
2014-11-13 13:49:56 -08:00
Vishnu Kannan
46a22b3c44
Fix monitoring setup script.
...
Remove the firewall rule created for monitoring as part of kube-down.
Reuse master auth for Grafana.
2014-11-13 16:43:05 -05:00
Daniel Smith
d6777557d1
Merge pull request #2305 from ddysher/rm-create-check
...
Remove health check when creating node.
2014-11-13 13:17:15 -08:00
Eric Tune
19ec2234f9
Make server certs accessible to apiserver user.
2014-11-13 13:02:48 -08:00
derekwaynecarr
15701ff403
Set uid during object create
2014-11-13 15:25:49 -05:00
bgrant0607
7cab32b41d
Merge pull request #2185 from brendandburns/history
...
Add a human readable message to pod state.
2014-11-13 10:52:04 -08:00
Dawn Chen
143d986b28
Merge pull request #2336 from davidopp/master
...
Change update example to use a trivial webserver instead of nginx (issue...
2014-11-13 09:57:00 -08:00
Dawn Chen
2ac21f5c27
Merge pull request #2344 from errordeveloper/master
...
Add link to Weave+CoreOS implementation
2014-11-13 09:17:00 -08:00
Joe Beda
eceea943dc
Merge pull request #2348 from eparis/selinux-permissive
...
do not fail build if unable to relabel selinux content
2014-11-13 09:14:03 -08:00
Clayton Coleman
e9aadcaf44
Merge pull request #2350 from smarterclayton/util_encodejson_proven_harmful
...
util.EncodeJSON proven harmful, remove it everywhere
2014-11-13 10:58:34 -05:00
Clayton Coleman
97ee5d9b79
Merge pull request #2346 from pmorie/endpoints
...
Make client.Interface contain EndpointsNamespacer
2014-11-13 10:57:49 -05:00
Clayton Coleman
6d31c2bf8a
util.EncodeJSON proven harmful, remove it everywhere
...
People were misusing EncodeJSON in tests when they should be using
runtime.EncodeOrDie(testapi.Codec(), obj). Removing the potential
for cutting self on sharp objects.
2014-11-13 10:38:13 -05:00
Paul Morie
47b0f3333e
Make client.Interface contain EndpointsNamespacer
2014-11-13 09:39:54 -05:00
Eric Paris
7365a459d8
do not fail build if unable to relabel selinux content
...
If the failure is a problem, the build will fail later. But it is
possible that this is not a fatal issue and we should let things go
forward. (a filesystem mounted with context=something in permissive
would cause chcon to fail, but the build to work)
2014-11-13 09:37:44 -05:00
Ilya Dmitrichenko
5590d89806
Add link to Weave+CoreOS implementation
2014-11-13 11:21:53 +00:00
Brendan Burns
d4108ec47e
Merge pull request #2341 from jbeda/cert-gen
...
Give the API server access to TLS certs.
2014-11-12 20:12:45 -08:00
Daniel Smith
787c221fd6
Merge pull request #2281 from brendandburns/proxy
...
Add some retry to the service proxy.
2014-11-12 18:17:14 -08:00
Joe Beda
ee2f030623
Give the API server access to TLS certs.
...
Moved the cert generation to a separate salt state and put it in a more appropriate sharable location (`/srv/kubernetes/`).
2014-11-12 18:14:24 -08:00
Brendan Burns
3b5029c673
Add some retry to the service proxy.
2014-11-12 16:48:27 -08:00
Deyuan Deng
c83ee59e15
Remove health check when creating node.
2014-11-12 18:55:18 -05:00
Eric Tune
e0e686896e
Merge pull request #2337 from lavalamp/fix3
...
Add watch, multiple fixes
2014-11-12 15:23:31 -08:00
Daniel Smith
72c922668f
Improve error reporting
2014-11-12 15:22:09 -08:00
Daniel Smith
4e1ab8045b
fix e2e.go args for kubectl
2014-11-12 15:22:09 -08:00
Daniel Smith
178d0af795
Fix watch for events; add test for interface implementation so it won't break again.
2014-11-12 15:22:08 -08:00
David Oppenheimer
3d69351924
Change update example to use a trivial webserver instead of nginx (issue #1803 ).
2014-11-12 15:13:11 -08:00
bgrant0607
dd29cd8353
Merge pull request #2222 from lavalamp/fix
...
Add go-restful dependency
2014-11-12 14:22:13 -08:00
Daniel Smith
1be56fa91b
Merge pull request #2279 from brendandburns/integration
...
Added some etcd retries to try to work around some flakes we see in Travis
2014-11-12 13:51:39 -08:00
Daniel Smith
02a0593df0
Add --watch to get command
2014-11-12 13:44:39 -08:00
Brendan Burns
bcec212c37
Added some etcd retries to try to work around some flakes we see in Travis.
2014-11-12 12:59:19 -08:00
Dawn Chen
0090c8509c
Merge pull request #2332 from brendandburns/windows
...
Add a windows client build.
2014-11-12 12:57:26 -08:00
Dawn Chen
a0e67b0060
Merge pull request #2331 from TheDude05/fix-env-typos
...
[docs] Fix HTML characters in code block
2014-11-12 12:36:31 -08:00
Brendan Burns
4fa323e3da
Add a windows client build.
2014-11-12 12:29:12 -08:00
Daniel Smith
0348a67413
Merge pull request #2195 from smarterclayton/prepare_pod_template_v1beta3
...
Allow an internal pod template reference or object
2014-11-12 10:55:08 -08:00
Clayton Coleman
ab3bf094b6
Merge pull request #2330 from pmorie/typo
...
Typo fix
2014-11-12 13:37:04 -05:00
Deyuan Deng
1c1b2c59c0
Merge pull request #2165 from ddysher/update-doc
...
Fix DESIGN.md link, and etcd installation instruction.
2014-11-12 13:36:37 -05:00
Andrew Williams
5cf483737e
Fix HTML characters in code block
2014-11-12 12:18:21 -06:00
Dawn Chen
e6de4eba00
Merge pull request #2329 from derekwaynecarr/validate_minion
...
Centralize minion validation
2014-11-12 10:10:42 -08:00
Paul Morie
80b1e2dde3
Typo fix
2014-11-12 13:05:08 -05:00
Dawn Chen
5ab6947bdd
Merge pull request #2307 from satnam6502/logbydefault
...
Turn on Elasticsearch logging by default for GCE platform
2014-11-12 10:03:06 -08:00
Dawn Chen
d71408f465
Merge pull request #2321 from jimmydivvy/fix_linux_md5sum
...
Strip extra '-' from md5sum output when creating S3 bucket
2014-11-12 10:00:13 -08:00
derekwaynecarr
b326cbbe0c
Centralize minion validation
2014-11-12 12:38:15 -05:00
Clayton Coleman
b4d8b7b830
Merge pull request #2324 from jhadvig/raw_logs
...
Setting RawTerminal attribute in LogOptions to false
2014-11-12 12:16:51 -05:00
jhadvig
f2f1708687
Setting RawTerminal attribute in LogOptions to false
2014-11-12 17:47:52 +01:00
Dawn Chen
76b6188f82
Merge pull request #2322 from GoogleCloudPlatform/revert-2320-master
...
Revert "Change update example to use a trivial webserver instead of ngin...
2014-11-11 23:08:42 -08:00
James Davies
ff5a425b67
Strip extra '-' from md5sum output when creating GCE projects
2014-11-12 17:04:01 +10:00
davidopp
6a736901ca
Revert "Change update example to use a trivial webserver instead of nginx (issue..."
2014-11-11 23:03:23 -08:00
James Davies
945339362f
Strip extra '-' from md5sum output when creating S3 bucket
...
md5sum prints out the hash, followed by the filename. When piped in from
stdin, this equates to a '-' character.
cluster/aws/util.sh was incorrect including this '-' character as part
of the S3 bucket name, causing the script to fail on Linux machines with
the md5sum binary.
i.e. "s3://kubernetes-staging-0ac68d8c77915cc1069a9e2f5e1f1d2d -"
Fixed by using `awk` to return only the first column (up to the space)
2014-11-12 16:56:50 +10:00