Commit Graph

3763 Commits (7ca2e06553686d533633d2913d1cc7c8aa5f6edf)

Author SHA1 Message Date
Brian Hong c91eec7cce Add missing Kubernetes proxy daemon to AWS CloudFormation template. 2014-11-14 23:38:30 +09:00
Dawn Chen f47f1da3d6 Merge pull request #2345 from yugui/lint/api
Fixes golint errors in pkg/api.
2014-11-13 23:21:42 -08:00
Dawn Chen a9defc413a Don't show Kubernetes username & password to console for heapster. 2014-11-13 23:08:55 -08:00
Brendan Burns f9979596fe Merge pull request #2370 from jbeda/doc-fix
Point our docs at the releases page
2014-11-13 22:30:00 -08:00
Joe Beda e37ea3679a Point our docs at the releases page 2014-11-13 22:22:35 -08:00
Joe Beda 5a0159ea00 Get Vagrant to start using TLS client certs.
Also fix up cert generation. It was failing during the first salt highstate when trying to chown the certs as the apiserver user didn't exist yet.  Fix this by creating a 'kube-cert' group and chgrping the files to that.  Then make the apiserver a member of that group.

Fixes #2365
Fixes #2368
2014-11-13 22:16:45 -08:00
Eric Tune 5c24855349 Rename Secure -> TLS; we may use TLS insecurely. 2014-11-13 21:42:36 -08:00
Daniel Smith d153b98544 Simplify kubectl describe code 2014-11-13 20:25:50 -08:00
Yuki Yugui Sonoda 864bfb65da Fixes golint errors in pkg/api. 2014-11-14 13:14:23 +09:00
Eric Tune dd3c85be09 Use https when Insecure is selected. 2014-11-13 17:25:31 -08:00
Dawn Chen d004939b74 Merge pull request #2362 from erictune/nousage
Remove todos about adding usage to Pods.
2014-11-13 17:13:34 -08:00
Dawn Chen 9ee2535f29 Merge pull request #2366 from lavalamp/fix3
e2e + kubectl improvements
2014-11-13 17:12:10 -08:00
Joe Beda 7a6743808a Make Vagrant CPU usage be more sane on hyperthreaded systems.
Fixes #2359
2014-11-13 17:09:59 -08:00
Eric Paris a99c3c7963 rename kube server binaries to kube-
apiserver becomes kube-apiserver
controller-manager -> kube-controller-manager
scheduler and proxy similarly.

Only thing I promise is that right now hack/build-go.sh and
build/release.sh exit with 0.  That's it.  Who knows if any of this
actually works....
2014-11-13 20:08:26 -05:00
Joe Beda f8a4bded13 Merge pull request #2364 from rlarocque2/mkdir_fix
make-cert.sh: Create directory before writing cert
2014-11-13 17:03:55 -08:00
Daniel Smith c219d138ef make e2e test get events in background, for easier debugging after the fact. 2014-11-13 17:03:06 -08:00
Daniel Smith 01048540bf add --watch-only to kubectl, if you only want new messages 2014-11-13 17:02:36 -08:00
Richard Larocque 63d6e7cd9f make-cert.sh: Create directory before writing cert
Adds a "mkdir -p" to the make-cert.sh.  This fixes an issue where the
script could fail if /srv/kubernetes did not exist previously.
2014-11-13 16:39:09 -08:00
Daniel Smith ec51ec3e90 Merge pull request #2360 from dchen1107/cleanup
Change the default Pull policy to PullIfNotPresent.
2014-11-13 16:24:42 -08:00
Eric Tune b195d982cd Remove todos about addin usage to Pods.
Usage in Pods would be quite noisy when watching pods.
People should get usage from heapster, or from
some other object TBD.
2014-11-13 16:11:10 -08:00
Dawn Chen 81107c3e98 Change the default Pull policy to PullIfNotPresent. 2014-11-13 15:23:44 -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
Maria Nita 874ce5d799 Add directory as option for createall command 2014-11-12 23:52:16 +01:00
bgrant0607 dd29cd8353 Merge pull request #2222 from lavalamp/fix
Add go-restful dependency
2014-11-12 14:22:13 -08:00