Commit Graph

4949 Commits

Author SHA1 Message Date
Joe Beda
7abd90e9df Generic way to import 'flag' flags into the 'pflag' system.
Start with kubectl but with an eye toward switching everything over to pflag.
2015-01-08 15:25:31 -08:00
Tim Hockin
63248f281f Merge pull request #3335 from derekwaynecarr/missing_vars_for_vagrant
Missing config vars in vagrant provision
2015-01-08 14:20:38 -08:00
derekwaynecarr
f6eb020198 Missing config vars in vagrant provision 2015-01-08 16:53:45 -05:00
Jeff Lowdermilk
b26dfacfff Merge pull request #3316 from deads2k/deads-add-kubeconfig-file-properly
add kubeconfig file properly
2015-01-08 13:50:52 -08:00
deads2k
60a46e7d49 fixes e2e failure on gce with new .kubeconfig, kick travis 2015-01-08 16:31:25 -05:00
Tim Hockin
1f052059e3 Merge pull request #3328 from ddysher/rename-nodecontroller
Rename minioncontroller to nodecontroller
2015-01-08 13:26:36 -08:00
Tim Hockin
217f7dd0bc Merge pull request #3330 from GoogleCloudPlatform/revert-3324-revert-3321-prototype
fix "=" is missing.
2015-01-08 13:17:00 -08:00
Tim Hockin
327e0f46b0 Revert "Revert "fix "=" is missing."" 2015-01-08 13:08:26 -08:00
Deyuan Deng
a2651bfcc7 Rename minioncontroller to nodecontroller 2015-01-08 14:52:10 -05:00
bgrant0607
7bff03fb41 Merge pull request #2878 from smarterclayton/enable_v1beta3
Enable v1beta3 API via --runtime_config=api/v1beta3 flag
2015-01-08 11:04:06 -08:00
Tim Hockin
812e8346ac Merge pull request #3314 from zmerlynn/fix_services_sh_version_skewed
GKE: Fix services.sh for server versions < 0.8.0
2015-01-08 10:55:31 -08:00
Tim Hockin
e28ed8629e Merge pull request #3325 from jbeda/cleanup
Some quick cleanup
2015-01-08 10:54:58 -08:00
deads2k
005f2e1bda don't require config.Version for IsConfigTransportTLS 2015-01-08 13:53:57 -05: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
Zach Loafman
e250c46598 GKE: Fix services.sh for server versions < 0.8.0
Commit e045c6ce broke this test against all server versions <0.8.0,
which immediately broke the GKE Jenkins runs.
2015-01-08 10:42:01 -08:00
Joe Beda
b8234c9424 Remove icebox directory 2015-01-08 10:41:20 -08:00
Joe Beda
9d0c397749 Remove checked in podex binary 2015-01-08 10:41:20 -08:00
Tim Hockin
41480ef111 Merge pull request #3324 from GoogleCloudPlatform/revert-3321-prototype
Revert "fix "=" is missing."
2015-01-08 10:37:15 -08:00
Tim Hockin
c31b2b79a3 Revert "fix "=" is missing." 2015-01-08 10:36:53 -08:00
Tim Hockin
2302bc5335 Merge pull request #3321 from t-miyake/prototype
fix "=" is missing.
2015-01-08 10:35:13 -08:00
Tim Hockin
bf119d38f6 Merge pull request #3319 from derekwaynecarr/align_design_with_impl
Update design doc with final PR merge for base admission control
2015-01-08 10:33:08 -08:00
Clayton Coleman
7fd887df61 Enable v1beta3 API via --runtime_config=api/v1beta3 flag
This exposes the proper v1beta3 API endpoint when the user specifies
the --runtime_config=api/v1beta3 argument to the apiserver. v1beta3
is still considered experimental and subject to change.

--runtime_config is a map of string keys and values, that can be
specified by providing

    --runtime_config=a=b,b=c,d,e

Only the key must be specified, the value can be omitted.

Enables v1beta3 in hack/local-up-cluster.sh and hack/test-cmd.sh
2015-01-08 13:01:24 -05:00
Clayton Coleman
8262c30c97 Improve serialization round trip test and add v1beta3 2015-01-08 12:44:28 -05:00
Clayton Coleman
8f65442c2f Client should not include ns/ for non-namespaced calls in v1beta3 2015-01-08 12:44:07 -05:00
T.Miyake
87779023c7 fix "=" is missing. 2015-01-09 01:58:47 +09:00
Tim Hockin
50b5bb41f4 Merge pull request #3306 from mbforbes/netSsh
Make an 'allow-ssh-on-all-nodes' firewall rule when on a non-default net...
2015-01-08 08:21:36 -08:00
Tim Hockin
eac982137f Merge pull request #3260 from commonlisp/master
NewMainKubelet validates SyncFrequency, minimum GC age, etc.
2015-01-08 08:20:55 -08:00
derekwaynecarr
cfd58000e9 Update design doc with final PR merge 2015-01-08 11:15:40 -05:00
Clayton Coleman
2495174ab7 test-cmd should test all api versions 2015-01-08 10:47:53 -05:00
Vish Kannan
869f06c4e8 Merge pull request #3257 from brendandburns/monitoring
Add some more robustness to the curl check.
2015-01-08 07:40:16 -08:00
Clayton Coleman
2741126cd4 Merge pull request #3239 from smarterclayton/healthy_registry_should_decorate
HealthyRegistry should only decorate minions, not omit them
2015-01-08 10:34:56 -05:00
deads2k
480635bb72 Revert "Revert "add kubeconfig types""
This reverts commit 02dbad7094.
2015-01-08 09:42:30 -05:00
Johan Euphrosine
49776d4d05 contrib/podex: use registry API to resolve image metadata 2015-01-08 12:16:41 +00:00
Zach Loafman
3ddde070f3 Merge pull request #3309 from brendandburns/race
Add some retry around the wget, in an effort to deflake the test
2015-01-07 22:20:42 -08:00
Zach Loafman
e421e6eecd Merge pull request #3303 from zmerlynn/skip_skydns_test_on_gke
Skip TestClusterDNS on GKE (since DNS is disabled there)
2015-01-07 21:45:28 -08:00
Brendan Burns
dba7248d0e Add some more robustness to the curl check. 2015-01-07 21:07:49 -08:00
Brendan Burns
eda47206bd Add some retry to the wget checking from container. 2015-01-07 21:05:19 -08:00
George Kuan
06475fc4b4 NewMainKubelet validates Kubelet config parameters
Fixes issue #3202.
* Validates SyncFrequency and minimum GC age and propagates error to RunKubelet
* Defaults for Kubelet config and minor cleanup
* cmd Kubelet MinimumGCAge to 1m instead of 0
2015-01-07 18:50:53 -08:00
Max Forbes
c3322bc97d Make an 'allow-ssh-on-all-nodes' firewall rule when on a non-default network. 2015-01-07 18:08:38 -08:00
Brendan Burns
a19bb1bd29 Merge pull request #3302 from lavalamp/fix
reuse function; never ever unlock without defer
2015-01-07 17:25:03 -08:00
Zach Loafman
f30846ecd5 Skip TestClusterDNS on GKE (since DNS is disabled there)
We'll eventually want to do something fancier here. But the yak needs
to stop growing hair.
2015-01-07 17:22:17 -08:00
Daniel Smith
95dd2d7ca6 reuse function; never ever unlock without defer 2015-01-07 17:07:12 -08:00
Zach Loafman
fbda9f4663 Merge pull request #3297 from mbforbes/addNet
GKE: Create network if needed.
2015-01-07 16:53:17 -08:00
Eric Tune
c2b3d678c0 Merge pull request #3248 from derekwaynecarr/admission_control_hooks
Implement basic admission control framework
2015-01-07 16:52:49 -08:00
Max Forbes
67f3414ede GKE: Create network if needed. 2015-01-07 16:44:06 -08:00
Tim Hockin
5f67b205a3 Merge pull request #3299 from lavalamp/numericWire
fix overeager find-and-replace
2015-01-07 16:40:14 -08:00
Daniel Smith
cc04db13d6 fix overeager find-and-replace 2015-01-07 16:38:27 -08:00
Maxwell Forbes
c48536304a Merge pull request #3296 from zmerlynn/fix_gke_network_sigh
GKE: Also need to muck with the firewall rule here
2015-01-07 16:30:19 -08:00
Tim Hockin
5f2dae4dd8 Merge pull request #3195 from lavalamp/numericWire
Add numeric type into api
2015-01-07 16:15:52 -08:00
Zach Loafman
36e2886d95 GKE: Also need to muck with the firewall rule here 2015-01-07 16:12:20 -08:00