Commit Graph

10404 Commits

Author SHA1 Message Date
Victor Marmol
1d6913779b Use kubecontainer.Pod instead of api.Pod in KillPod.
We don't need the full api.Pod and the uses today use kubecontainer.Pod.
2015-04-27 15:36:06 -07:00
Victor Marmol
3082bb291c Remove pullImageAndRunContainer().
Relevant logic is now in shared helpers.
2015-04-27 15:13:11 -07:00
Victor Marmol
b232eef5f7 Move image PullPolicy logic to pullImage().
This will allow us to remove the Docker-specific logic in
pullImageAndRunContainer() and re-use pullImage() in other runtimes.
2015-04-27 15:13:11 -07:00
Tim Hockin
a3d45fada8 Change flags to use dashes in help 2015-04-27 15:11:03 -07:00
Tim Hockin
6694eff020 Use pflags word separators to make - and _ equiv. 2015-04-27 15:10:52 -07:00
Dawn Chen
aa487b7cab Merge pull request #7382 from vmarmol/rkt-deps
Move Docker-specific log handling to DockerManager.
2015-04-27 15:10:14 -07:00
Victor Marmol
3a61421711 Add PortForward to runtime API. 2015-04-27 14:56:32 -07:00
Tim Hockin
22db9fb176 Update spf13/pflag dep 2015-04-27 14:55:31 -07:00
Paul Morie
8bf0b03c17 Fix downward API descriptions 2015-04-27 17:46:34 -04:00
Tim Hockin
e4435c7417 Update golang spdy to new path.
Upstream golang spdy was moved to x/net/spdy and then deleted.  This vendors in
the last revision and updates the only user of it.
2015-04-27 14:40:04 -07:00
CJ Cullen
39c5bf363b Merge pull request #7303 from erictune/kube_env3
kube-proxy uses token to access port 443 of apiserver
2015-04-27 14:33:53 -07:00
Alex Robinson
2b59aee0be Merge pull request #7390 from derekwaynecarr/fix_vagrant
Fix vagrant regression due to #7326
2015-04-27 14:26:55 -07:00
derekwaynecarr
81e9395533 Fix vagrant regression due to #7326 2015-04-27 17:18:30 -04:00
Alex Robinson
ada9242155 Remove unused env variable from the fluentd dockerfiles and make their apt-get
arguments consistent.
2015-04-27 20:47:38 +00:00
Daniel Smith
83093af8b0 Merge pull request #5707 from endocode/kbeecher/etcd_prefix
Adds ability to define a prefix for etcd paths
2015-04-27 13:37:43 -07:00
Tim Hockin
635c393a5a Merge pull request #6105 from markturansky/yoko_pv_mgr
PersistentVolumeClaimBinder
2015-04-27 13:35:44 -07:00
Victor Marmol
7404b7019c Move Docker-specific log handling to DockerManager.
Eases the separation of Docker-specific code into the Docker-specific
runtime.
2015-04-27 13:10:10 -07:00
Derek Carr
627586f69e Merge pull request #7325 from bearnard/master
Prevent Virtualbox Guest Additions from being updated.
2015-04-27 16:03:28 -04:00
Derek Carr
8d40ebd001 Merge pull request #7336 from PeterLamar/patch-1
Update vagrant.md
2015-04-27 16:02:26 -04:00
Brian Grant
2648ae86d6 Merge pull request #6739 from pmorie/downward-api
Env var sources / downward API
2015-04-27 12:46:00 -07:00
Rohit Jnagal
f2fcab577c Merge pull request #7314 from pmorie/doc
Add hint re: fuzzer to api changes doc
2015-04-27 12:40:32 -07:00
Brendan Burns
a02823c0db Merge pull request #7344 from roberthbailey/google-storage-ssl
Fetch resources from storage.googleapis.com over SSL.
2015-04-27 12:24:46 -07:00
Ravi Gadde
4b5f851520 Node controller change to use field selector 2015-04-27 12:12:13 -07:00
Jeff Grafton
e235a4b07e Update Ginkgo to latest HEAD release with one-character fix
The Ginkgo native test runner needed a small fix to work with pflag;
this fix is included in this update.
2015-04-27 12:11:58 -07:00
markturansky
beacd8722a addressed feedback. added opt-in cmd line flag 2015-04-27 15:00:01 -04:00
Dawn Chen
a689be8f74 Merge pull request #7377 from vmarmol/rkt-deps
Move CreatePodInfraContainer to DockerManager.
2015-04-27 11:35:14 -07:00
Paul Morie
7d30f09ebf Add downward API for environment vars 2015-04-27 14:13:11 -04:00
Brendan Burns
637cd57a25 Merge pull request #6606 from gust1n/aws-existing-vpc
AWS: Improving getting existing VPC and subnet
2015-04-27 11:11:25 -07:00
Alex Robinson
573d1c183c Merge pull request #7373 from satnam6502/doc
Fix path for swagger-ui
2015-04-27 11:09:46 -07:00
Victor Marmol
0c52f7b6a5 Move CreatePodInfraContainer to DockerManager.
This will allow us to start making it an implementation detail of the
Docker runtime.
2015-04-27 11:07:38 -07:00
Robert Rati
caf70a28b4 Added a method to verify no containers in a pod have failed. The density
test is modified to use this method.  #7374
2015-04-27 14:05:41 -04:00
Satnam Singh
81acaeb86e Fix path for swagger-ui 2015-04-27 11:02:12 -07:00
Daniel Smith
e0e83fa8fe Merge pull request #7354 from wojtek-t/conversion_improvements
Improvements to generator of conversion methods.
2015-04-27 10:27:51 -07:00
Karl Beecher
7072cd8357 Updates celery example
Change files from JSON to YAML.
2015-04-27 19:27:02 +02:00
Alex Robinson
31028566e3 Merge pull request #7356 from soltysh/fix_secret_validation
Fixed validation message when trying to submit incorrect secret
2015-04-27 10:22:51 -07:00
Zach Loafman
b8de4960ac Merge pull request #7367 from erictune/cleanupkubadmintoken
Remove apparently dead code from Azure scripts.
2015-04-27 10:13:40 -07:00
Zach Loafman
5ccfc0a225 Merge pull request #6006 from justinsb/aws_multiple_clusters
First step to supporting multiple k8s clusters
2015-04-27 10:11:03 -07:00
Eric Tune
9b31a76651 Remove apparently dead code from Azure scripts. 2015-04-27 10:08:50 -07:00
Zach Loafman
800739aadd Merge pull request #7361 from pmorie/secrets-e2e
Parity for namespace handling in secrets E2E
2015-04-27 09:56:18 -07:00
Wojciech Tyczynski
bb6a252c01 Merge pull request #7334 from jayunit100/density-namespaces
Unify the namespace pattern for density.go with the others
2015-04-27 18:45:33 +02:00
Paul Morie
db29d22cab Parity for namespace handling in secrets E2E 2015-04-27 12:33:19 -04:00
markturansky
2fe8ed5358 fixed prefix name in validation 2015-04-27 12:05:12 -04:00
markturansky
a04420e548 Added pending phase for volumes. added defaults for PV/PVC. refactored to better phase transitioning in control loops 2015-04-27 12:05:12 -04:00
markturansky
37d7f3f4f1 Added integration test, fixed a validation issue 2015-04-27 12:05:12 -04:00
markturansky
2cf4e6564b Added more to README, tweaked pod, added service, fixed validation 2015-04-27 12:05:12 -04:00
markturansky
b634f17ca7 Refactored to DeltaFifo 2015-04-27 12:05:12 -04:00
markturansky
49883e7d01 Edited README 2015-04-27 12:05:12 -04:00
markturansky
e1b885c9ad narrowed client interface to allow easier testing. added PVC deletion test case. 2015-04-27 12:05:12 -04:00
markturansky
f26df6a983 renamed exported symbol for pvOrderedIndex, added locks, remove go routine for sync funcs 2015-04-27 12:05:12 -04:00
markturansky
6c6aab60ab goformatted 2015-04-27 12:05:12 -04:00