Eric Tune
057d78e471
Treat unset KUBERNETES_PROVIDER as gce.
...
Should fix jenkins failure.
2014-11-18 10:13:45 -08:00
Brendan Burns
d1768cc8da
Merge pull request #2387 from erictune/secure_port_on
...
Kubelet talks securely to apiserver
2014-11-18 08:31:54 -08:00
Brendan Burns
95e73d5e97
Merge pull request #2432 from bgrant0607/docgen
...
Update go-restful to get field description enhancement and anonymous struct fix
2014-11-18 08:18:43 -08:00
Eric Tune
4dbdfd7935
Only test events on GCE.
2014-11-18 00:23:41 -08:00
Eric Tune
67adf6473e
Don't reference non-existent token file if not GCE.
2014-11-18 00:23:41 -08:00
Eric Tune
46dcacfa93
Kubelet talks securely to apiserver.
...
Configure apiserver to serve Securely on port 6443.
Generate token for kubelets during master VM startup.
Put token into file apiserver can get and another file the kubelets can get.
Added e2e test.
2014-11-18 00:23:41 -08:00
Brendan Burns
df0981bc01
Merge pull request #2436 from brendandburns/salt
...
Remove deprecated nsinit from the node definition.
2014-11-17 22:21:42 -08:00
Brendan Burns
5122e4cc3a
Remove deprecated nsinit from the node definition.
2014-11-17 22:20:57 -08:00
Brendan Burns
cea52d7e4f
Merge pull request #2409 from mattmoor/master
...
Implements a credentialprovider library for use by DockerPuller.
2014-11-17 21:53:25 -08:00
Brendan Burns
10458a5c3f
Some small aws refinements.
2014-11-17 21:49:56 -08:00
Matt Moore
0c5d9ed0d2
Implements a credentialprovider library for use by DockerPuller.
...
This change refactors the way Kubelet's DockerPuller handles the docker config credentials to utilize a new credentialprovider library.
The credentialprovider library is based on several of the files from the Kubelet's dockertools directory, but supports a new pluggable model for retrieving a .dockercfg-compatible JSON blob with credentials.
With this change, the Kubelet will lazily ask for the docker config from a set of DockerConfigProvider extensions each time it needs a credential.
This change provides common implementations of DockerConfigProvider for:
- "Default": load .dockercfg from disk
- "Caching": wraps another provider in a cache that expires after a pre-specified lifetime.
GCP-only:
- "google-dockercfg": reads a .dockercfg from a GCE instance's metadata
- "google-dockercfg-url": reads a .dockercfg from a URL specified in a GCE instance's metadata.
- "google-container-registry": reads an access token from GCE metadata into a password field.
2014-11-17 21:46:54 -08:00
Brendan Burns
b75a56d654
update AWS for the 0.5 release.
2014-11-17 21:41:13 -08:00
Brendan Burns
82ed8f01d4
Merge pull request #2430 from rlarocque2/vagrant_auth_fix
...
Chmod the right file in cluster/vagrant/util.sh
2014-11-17 20:54:14 -08:00
Brendan Burns
21215598f1
Merge pull request #2433 from ddysher/rc-restart-policy
...
Add pod restart policy validation for replication controller.
2014-11-17 20:53:43 -08:00
Deyuan Deng
a07661dcea
Add pod restart policy validation for replication controller.
2014-11-17 23:08:23 -05:00
Brian Grant
142e58c580
Update go-restful to get field description enhancement and anonymous struct fix.
2014-11-18 04:05:49 +00:00
Daniel Smith
c91306c5bd
Merge pull request #2429 from erictune/fix_birthcry
...
Fix namespace of minion birthcry event.
2014-11-17 17:20:25 -08:00
Richard Larocque
914c5eb1f1
Chmod the right file in cluster/vagrant/util.sh
...
Most of platforms use ~/.kubernetes_auth, but Vagrant is different.
This commit fixes one instance where a setup script did not take this
difference into account.
2014-11-17 17:14:35 -08:00
Brendan Burns
38ccb26fe0
Merge pull request #2426 from brendandburns/release
...
Release 0.5
2014-11-17 16:23:18 -08:00
Eric Tune
0ca192889f
Fix namespace of minion birthcry event.
2014-11-17 15:34:07 -08:00
Brendan Burns
4ab79ce40f
Add the 0.5-dev tag.
2014-11-17 15:01:57 -08:00
Brendan Burns
e2e1c87ae0
Add the 0.5 release.
2014-11-17 15:01:09 -08:00
Brendan Burns
f385f4415d
Merge pull request #2397 from ddysher/node-label
...
Support node label update
2014-11-17 14:57:55 -08:00
Brendan Burns
6fa798c4db
Merge pull request #2423 from bgrant0607/docfix
...
Documentation improvements. Fixes #2004 , #2115 , #2171 .
2014-11-17 14:03:29 -08:00
Brian Grant
d5700eac35
Documentation improvements. Fixes #2004 , #2115 , #2171 .
2014-11-17 21:32:44 +00:00
Joe Beda
f0fce55e4b
Merge pull request #2421 from abhgupta/abhgupta-dev
...
Fixing systemd service files to point to correct config/executors
2014-11-17 13:02:46 -08:00
Abhishek Gupta
65a4041d26
Fixing systemd service files to point to correct config/executors
2014-11-17 12:24:10 -08:00
Daniel Smith
eeb4547bec
Merge pull request #2392 from dchen1107/upstream1
...
Generate container related events from kublet
2014-11-17 11:28:52 -08:00
Joe Beda
06bf2ae2e4
Merge pull request #2419 from jbeda/fix-teardown
...
Fix breakage when bringing down cluster.
2014-11-17 11:27:24 -08:00
Joe Beda
7b5a77c56c
Fix breakage when bringing down cluster.
2014-11-17 11:26:25 -08:00
Eric Tune
65c7970465
Update development.md
...
It looks like magic incantation `hack/e2e-test.sh 1 1 1` is not longer supported.
2014-11-17 11:20:31 -08:00
Dawn Chen
736c4ffb0b
more events from kublet
2014-11-17 11:00:46 -08:00
Deyuan Deng
c20ceea170
Add more validation for updating node.
2014-11-17 13:42:31 -05:00
Deyuan Deng
cc310e0e71
Support node label update.
2014-11-17 13:42:31 -05:00
Brendan Burns
37d2bab7ed
Merge pull request #2414 from hodduc/fix-aws-doc
...
Fix download link in aws/kubecfg documentation
2014-11-17 10:41:26 -08:00
Joe Beda
5b9bb1ff6f
Merge branch 'eparis-rename-to-kube'
...
* eparis-rename-to-kube:
rename kube server binaries to kube-
2014-11-17 09:55:11 -08:00
Brendan Burns
88fa703b8e
Merge pull request #2417 from thockin/ipalloc
...
Cleanups of ipv6 changes.
2014-11-17 09:54:16 -08:00
Brendan Burns
acfdefe3b4
Merge pull request #2242 from eparis/bash-comp
...
bash completion update
2014-11-17 09:52:15 -08:00
Joe Beda
66d287f7e4
Merge branch 'rename-to-kube' of https://github.com/eparis/kubernetes into eparis-rename-to-kube
...
* 'rename-to-kube' of https://github.com/eparis/kubernetes :
rename kube server binaries to kube-
Conflicts:
docs/salt.md
2014-11-17 09:52:10 -08:00
Brendan Burns
f05c4a69e8
Merge pull request #2326 from marianitadn/read-json-directories-as-object-streams
...
Add directory as option for createall command
2014-11-17 09:50:57 -08:00
Brendan Burns
5fc485f0bc
Merge pull request #2374 from serialx/master
...
Add missing Kubernetes proxy daemon to AWS CloudFormation template.
2014-11-17 09:48:59 -08:00
Brendan Burns
271ed1c21e
Merge pull request #2394 from ddysher/random-fix
...
Exclude service itself when checking conflict.
2014-11-17 09:47:58 -08:00
Brendan Burns
6422b87a35
Merge pull request #2415 from hodduc/add-udp-ingress
...
Add SecurityGroupIngress on AWS CF template to allow UDP packets.
2014-11-17 09:47:38 -08:00
Brendan Burns
5d8e62c287
Merge pull request #2416 from darkgaro/phpclient
...
added php client library reference
2014-11-17 09:44:16 -08:00
Brendan Burns
403e57be09
Merge pull request #2404 from jbeda/fix-nogo-build
...
Make dockerized build work when golang isn't installed.
2014-11-17 09:43:08 -08:00
Brendan Burns
51a7e4b113
Merge pull request #2405 from jbeda/heapster-fixes
...
Fix up formatting and sed usage for heapster deploy.
2014-11-17 09:42:16 -08:00
Tim Hockin
9c218f0a19
Cleanups of ipv6 changes.
...
I was late re-reviewing and some comments did not get resolved.
2014-11-17 09:33:14 -08:00
Victor Marmol
6908c9ca4a
Merge pull request #2407 from eparis/cadvisor-0.5.0
...
Cadvisor 0.5.0
2014-11-17 08:53:36 -08:00
darkgaro
989588f015
added php client library reference
2014-11-17 16:44:36 +00:00
Joonsung Lee
e3ddd59344
Add SecurityGroupIngress on AWS CF template to allow UDP packets.
2014-11-17 22:11:49 +09:00