Brendan Burns
1091744a5f
Address comments.
2015-01-06 15:02:32 -08:00
Paulo Pires
4d45512069
Add an example of running Cloud Native Hazelcast on k8s.
2015-01-06 22:25:41 +00:00
Eric Tune
58abb40f6c
Merge pull request #860 from smarterclayton/isolate_kubelet_from_etcd
...
Proposal: Isolate kubelet from etcd
2015-01-06 13:28:46 -08:00
Daniel Smith
4b61dc84cb
Merge pull request #3223 from liggitt/default_conversion
...
Make default conversion behavior available to conversion funcs
2015-01-06 13:22:25 -08:00
Satnam Singh
b56e0ece9e
Merge pull request #3241 from thockin/dns_for_files
...
Enable DNS for pods from files
2015-01-06 13:11:09 -08:00
Tim Hockin
1ec3457fc9
Beef up validation tests
2015-01-06 13:02:42 -08:00
Tim Hockin
8b42534f77
Fix kubelet config tests
2015-01-06 13:02:41 -08:00
Tim Hockin
6e8f5fea8e
Fix validation for BoundPods to allow defaults
...
Thunking to Manifest makes a copy of the input, which is not useful for
defaulting.
2015-01-06 13:02:41 -08:00
Tim Hockin
33fcef6b42
Convert DNSPolicy wrt ContainerManifest
2015-01-06 13:02:40 -08:00
Eric Tune
ee2f63a877
Merge pull request #3221 from thockin/integ
...
Reduce verbosity on integration tests
2015-01-06 12:50:38 -08:00
Daniel Smith
937d88d829
Merge pull request #3240 from brendandburns/tap
...
Fix the service proxy to re-poll on watch closure no matter what.
2015-01-06 11:59:11 -08:00
Eric Tune
2c25ca229f
Merge pull request #3242 from thockin/name_is_required
...
Never set pod.Name in kubelet config code
2015-01-06 11:45:04 -08:00
Brendan Burns
0f60d7bca3
Reset the resourceVersion so that we poll again for non-timeout errors.
2015-01-06 11:45:03 -08:00
Eric Tune
823d878b30
Merge pull request #3246 from zmerlynn/newline_printable
...
Fix newlines in TAP stdout/stderr output
2015-01-06 11:41:08 -08:00
Joe Beda
4b94829cf2
Make 'make clean' work with Docker not installed.
...
Fixes #1959 .
2015-01-06 11:36:35 -08:00
Tim Hockin
88fe5c6f46
Never set pod.Name in kubelet config code
...
I think it is time to tighten up input requirements. The validation code will
reject a pod that has an empty name field.
2015-01-06 11:14:19 -08:00
Jordan Liggitt
2da1865fc2
Make default conversion behavior available to conversion funcs
2015-01-06 13:38:57 -05:00
Joe Beda
22a241aa57
Merge pull request #3231 from jbeda/remove-run-images
...
Remove support for building "run containers".
2015-01-06 10:32:58 -08:00
Joe Beda
b736b42585
Merge pull request #3224 from liggitt/self_signed
...
Automatically serve API on https with self-signed cert if no cert is provided
2015-01-06 10:29:05 -08:00
Eric Tune
25a19039fb
Merge pull request #3250 from a-robinson/failure
...
Minor doc/comment fixes that came up while reading through some code.
2015-01-06 10:18:36 -08:00
Alex Robinson
d8dab5dfb9
Minor doc/comment fixes that came up while reading through some code.
2015-01-06 18:05:33 +00:00
Zach Loafman
9312af4f79
Fix newlines in TAP stdout/stderr output
...
It turns out, newlines are not "printable", causing the TAP
stderr/stdout output to be smushed. Also address etune's comment on
pr3208.
2015-01-06 08:08:19 -08:00
Satnam Singh
8ab2e9c61a
Use DNS for Elasticsearch
2015-01-06 07:33:48 -08:00
Jordan Liggitt
b36a44f036
Automatically serve API on https with self-signed cert
2015-01-06 09:36:29 -05:00
Brendan Burns
ab429598e7
Update to 0.7.2, forgot to push...
2015-01-05 21:40:46 -08:00
Brendan Burns
cdad54ba48
Merge pull request #3232 from nikhiljindal/third_party
...
Moving swagger-ui files from www/swagger-ui to third_party/swagger-ui
2015-01-05 21:38:41 -08:00
Brendan Burns
24e4c2caa9
Merge pull request #3143 from brendandburns/cli
...
Cli
2015-01-05 21:37:30 -08:00
Brendan Burns
4f909b9208
Updates to cli docs.
2015-01-05 21:37:06 -08:00
Brendan Burns
918cd3f4e2
Merge pull request #3236 from Hokutosei/fix_replication_controller_id
...
changed the id of walkthrough example replication-controller to nginx
2015-01-05 21:35:02 -08:00
Brendan Burns
af2ded7b02
Merge pull request #3234 from saad-ali/update2015Copyright
...
Update copyright year for files created today
2015-01-05 20:58:50 -08:00
Zach Loafman
e66e30183b
Add script to push continuous integration artifacts to gs://kubernetes-release/ci
...
This pushes artifacts in a similar manner to the official release,
except that instead of release/vFOO, it goes to ci/$(git describe),
e.g.: gs://kubernetes-release/ci/v0.7.0-315-gcae5722
It also pushes a text file to gs://kubernetes-release/ci/latest.txt,
so anyone can do, for instance:
gsutil ls gs://kubernetes-release/ci/$(gsutil cat gs://kubernetes-release/ci/latest.txt)
(In a parallel change, I'm going to flip the jenkins scripts over to
use git describe, since it's shorter and a little more descriptive)
2015-01-05 18:07:27 -08:00
Daniel Smith
b7b2ee34de
add flag helper func
2015-01-05 17:35:41 -08:00
Daniel Smith
6c6cdac0e9
Add accessor functions; round-trip test
2015-01-05 17:35:41 -08:00
Daniel Smith
18b896645c
Saturation + test, also test negative numbers
2015-01-05 17:20:38 -08:00
Daniel Smith
394c9452e7
Start numeric type for resources
2015-01-05 17:20:38 -08:00
Daniel Smith
9b8c5d0876
add dec package as new dep
2015-01-05 17:20:38 -08:00
hokutosei
dce5e3bd6f
changed the id of replication-controller to nginx
2015-01-06 10:19:54 +09:00
saadali
4bf191a30a
Update copyright year for files created today to current year
2015-01-05 17:01:02 -08:00
Joe Beda
642f4f7b0b
Remove local_docker.md
2015-01-05 16:54:27 -08:00
Tim Hockin
cae572290b
Merge pull request #3230 from saad-ali/hashingLogging
...
Improve kubelet logging around container being killed due to hash change
2015-01-05 16:48:29 -08:00
saadali
d6d18a32e7
Replace %s with %q to make empty strings more obvious
2015-01-05 16:38:47 -08:00
Zach Loafman
b8d3938e3a
Merge pull request #3193 from zmerlynn/fix_gke_unbound
...
GKE: Add ENABLE_CLUSTER_DNS, compute appropriate DNS_SERVER_IP
2015-01-05 16:38:11 -08:00
nikhiljindal
1db30aeb51
Moving swagger-ui files from www/swagger-ui to third-party/swagger-ui
...
and adding LICENSE and README files
2015-01-05 16:27:33 -08:00
Joe Beda
f1fed3bcfc
Remove support for building "run containers".
...
This was untested, broken and largely unused.
Related to #12 and #2455#issuecomment-68803245.
2015-01-05 16:26:28 -08:00
Tim Hockin
03baa7234a
Merge pull request #3225 from dchen1107/clean
...
Move GetHostName and GetDockerEndpoint methods to pkg/util
2015-01-05 16:21:51 -08:00
saadali
eb831919d9
Improve kubelet logging around container being killed due to hash change
2015-01-05 16:20:40 -08:00
Tim Hockin
4f8b821cfd
Merge pull request #3229 from saad-ali/cleanUpHashing
...
Modify container hash function to account for pointers by following pointers
2015-01-05 16:05:24 -08:00
saadali
f92f830e1f
Modify hash to be computed using spew library so that nested object values are used instead of pointer
2015-01-05 15:48:06 -08:00
Joe Beda
943ed6d289
Merge pull request #3146 from zmerlynn/limit_liveness_gke
...
GKE: Limit liveness.sh to server version >0.7.2
2015-01-05 14:41:39 -08:00
Zach Loafman
7d507a4fa9
Merge pull request #3228 from jbeda/dns-release
...
Create cluster/addons for things to put into a kubernetes cluster
2015-01-05 14:26:04 -08:00