Jeff Lowdermilk
197059b65d
Remove kubecfg, cleanup a few stray references.
2015-02-10 16:43:12 -08:00
Jeff Lowdermilk
b5cf392a00
Merge pull request #4199 from proppy/git-sync
...
contrib/git-sync: fix demo and doc
2015-02-06 12:20:16 -08:00
Brian Grant
617e1ca7de
Merge pull request #3956 from proppy/go2docker
...
contrib: add go2docker
2015-02-05 17:24:59 -08:00
Johan Euphrosine
a4dce8df3b
contrib/git-sync: fix demo
2015-02-05 17:11:44 -08:00
Brendan Burns
775a04c230
Merge pull request #4167 from eparis/unit-quotes
...
Do not use {} in systemd environment variables
2015-02-05 14:49:08 -08:00
Eric Paris
4b309aa864
Do not use {} in systemd environment variables
...
From the systemd man page:
Use "${FOO}" as part of a word, or as a word of its own, on the command
line, in which case it will be
replaced by the value of the environment variable including
all whitespace it contains, resulting in a single argument.
Use "$FOO" as a separate word on the
command line, in which case it will be replaced
by the value of the environment variable split at
whitespace, resulting in zero or more arguments.
Since we want people to be able to use these for multiple arguments we
need to make sure we don't use {} around the env vars...
2015-02-05 11:36:55 -05:00
Brian Grant
bb6b332a8b
Merge pull request #3099 from proppy/git-sync
...
contrib: add git-sync container
2015-02-05 07:10:24 -08:00
Johan Euphrosine
787fdf3592
README: shorter filename
2015-02-04 11:31:54 -08:00
Johan Euphrosine
83638fdcf3
contrib/podex: update README
...
update usage
2015-02-04 11:25:20 -08:00
deads2k
bc93de314a
remove --ns-path option from .kubeconfig file, kick tests
2015-02-03 14:22:55 -05:00
Johan Euphrosine
8873426314
contrib/git-sync/demo: fix README, add license header
2015-02-02 18:05:57 -08:00
Johan Euphrosine
19751abe13
contrib/git-sync: add demo
2015-02-02 18:02:18 -08:00
Alex Robinson
4b0e4a111e
Merge pull request #4035 from brendandburns/webtest
...
Fix contrib webserver so that it compiles.
2015-02-02 16:08:44 -08:00
Brendan Burns
8bce2ef61c
Fix contrib webserver so that it compiles.
2015-02-02 15:20:28 -08:00
Satnam Singh
c29d89a534
Merge pull request #3357 from proppy/fix-podex
...
contrib/podex: fix ordering and manifest generation
2015-01-30 12:02:15 -08:00
Johan Euphrosine
ec3a7c5a4b
contrib/go2docker: fix go build command line
2015-01-30 00:16:34 -08:00
Johan Euphrosine
5aba5f00c0
contrib/git-sync: add wait
2015-01-29 23:21:49 -08:00
Johan Euphrosine
0415b63ab4
contrib/git-sync: remove sync loop, simplify logic
2015-01-29 15:39:51 -08:00
Johan Euphrosine
1111510b7a
contrib/go2docker: gofmt
2015-01-29 14:52:18 -08:00
Johan Euphrosine
1420c45565
contrib/go2docker: update license header
2015-01-29 14:34:08 -08:00
Johan Euphrosine
e7c4772d27
contrib: add go2docker
2015-01-29 14:28:44 -08:00
Tim Hockin
988d15943f
Merge pull request #3787 from satnam6502/serve_hostname
...
Reduce size of serve_hostname image
2015-01-28 09:07:26 -08:00
Eric Paris
5d117d7b97
Change kubelet working dir to /var/lib/kubelet
...
Some image based OS do not allow writing to /. Since the kubelet looks
for .dockercfg files in the working dir and uses / as the working dir,
this means one can never set a .dockercfg on those distros. This moves
the kubelet working dir to /var/lib/kubelet, where the kubelet naturally
does its work.
2015-01-27 11:34:45 -05:00
Satnam Singh
3841d1b5d1
Reduce size of serve_hostname image
2015-01-24 09:49:26 -08:00
Tim Hockin
8dede15106
Merge pull request #3716 from eparis/kubelet-docker-socket
...
Use docker.service not docker.socket in unit files
2015-01-22 09:22:08 -08:00
Eric Paris
388c179f01
Use docker.service not docker.socket in unit files
...
Some distros, include RHEL and Fedora, are doing away with the docker
socket by default in systemd units, for security reasons. Instead rely
on the docker.service being started instead of socket activation.
2015-01-22 11:37:47 -05:00
Brian Grant
3acd101ef9
Remove bitrotted proof-of-concept generators.
2015-01-22 04:54:22 +00:00
Joe Beda
d20b9d4567
Merge pull request #3666 from thockin/golang-static
...
Fix static builds in go1.4
2015-01-21 10:07:41 -08:00
Tim Hockin
0a538132cf
Fix static builds in go1.4
...
https://github.com/golang/go/issues/9344
2015-01-20 21:04:04 -08:00
Satnam Singh
fc83ba704b
Make basic end to end test robustly wait for hostIP
2015-01-20 19:30:13 -08:00
Satnam Singh
efcbdd7860
Put a version tag on kubernetes/serve_hostname
2015-01-20 17:21:05 -08:00
Satnam Singh
88e4139774
Remove trailing newline from served hostname in serve_hostname
2015-01-20 16:31:07 -08:00
Johan Euphrosine
363ce1b39a
contrib: fix name and readability, exclude from test
2015-01-16 11:54:11 +01:00
Joe Beda
228659a177
Fix up for posix flags
2015-01-15 09:12:19 -08:00
Johan Euphrosine
8655d7cd07
contrib/podex: switch bool flags to strings
2015-01-14 01:52:55 +00:00
bgrant0607
de2e298fa9
Merge pull request #3196 from smarterclayton/allow_create_to_span_resources
...
Allow create to handle multiple resources, remove createall
2015-01-13 12:23:50 -08:00
Satnam Singh
295bd3768d
Launch Elasticsearch and Kibana automatically
2015-01-09 13:41:46 -08:00
Clayton Coleman
bc86b31a8b
Remove createall now that create supports directories and sources
2015-01-09 13:30:31 -05:00
Johan Euphrosine
f133c118cf
contrib/podex: make flags optional
2015-01-09 15:03:12 +00:00
Johan Euphrosine
1f0d0cdc31
contrib/podex: switch to go-yaml to manage ordering
2015-01-09 14:54:54 +00:00
Johan Euphrosine
686b187067
contrib/podex: remove logging
2015-01-09 12:13:25 +00:00
Tim Hockin
b8f3cfb455
Merge pull request #3313 from proppy/podex-registry-api
...
contrib/podex: use registry API to resolve image metadata
2015-01-08 10:42:57 -08:00
Johan Euphrosine
49776d4d05
contrib/podex: use registry API to resolve image metadata
2015-01-08 12:16:41 +00:00
Satnam Singh
8ab2e9c61a
Use DNS for Elasticsearch
2015-01-06 07:33:48 -08:00
Joe Beda
6df6aab077
Move DNS from contrib to cluster/addons
...
This fixes #3190 .
2015-01-05 12:32:35 -08:00
Tim Hockin
b0268f3833
Use a kubernetes-hosted minimal container for skydns
2014-12-29 09:18:12 -08:00
Tim Hockin
1291c718cf
Use a helper bridge between k8s and SkyDNS
...
Rather than have to keep SkyDNS up to date with Kubernetes, use a
buddy-container "kube2sky" to watch kubernetes and sync Service records
into etcd for SkyDNS ot find. This also adds namespace support.
2014-12-29 09:18:12 -08:00
Tim Hockin
2a110b097d
add contrib/dns/MAINTAINERS
2014-12-29 09:18:12 -08:00
Johan Euphrosine
79dd775d72
contrib/git-sync: add comment
2014-12-23 15:21:51 -08:00
Johan Euphrosine
9f37c9d411
contrib/git-sync: add atomic checkout
2014-12-23 13:54:29 -08:00