Satnam Singh
|
d0eeebaa66
|
Make kube-down more robust for GCE provider
|
2014-12-11 14:47:38 -08:00 |
|
Brendan Burns
|
6e397cfe31
|
Merge pull request #2870 from zulily/fix-rackspace-cloud-files-url
Fixes malformed OBJECT_URL in rackspace setup script
|
2014-12-11 13:18:26 -08:00 |
|
Steve Reed
|
4c312caeb0
|
Fixes the minion yaml as well
|
2014-12-11 13:01:05 -08:00 |
|
Steve Reed
|
d4f71b7d4a
|
Fixes malformed OBJECT_URL in rackspace setup script
|
2014-12-11 12:18:45 -08:00 |
|
Brendan Burns
|
149881e13e
|
Actually set repository QPS in the kubelet.
|
2014-12-11 12:06:40 -08:00 |
|
Joe Beda
|
89011f26f4
|
remove SSLv3 support in nginx config
|
2014-12-10 13:17:02 -08:00 |
|
Eric Tune
|
edeb96dca9
|
Merge pull request #2772 from rlarocque2/apiserver_auth
Implement apiserver communication for Vagrant
|
2014-12-10 07:13:40 -08:00 |
|
Daniel Smith
|
0f88d149cd
|
Merge pull request #2818 from dchen1107/containervm
Using container-vm-v20141208 as the default image on GCE.
|
2014-12-09 17:55:19 -08:00 |
|
Dawn Chen
|
d767e71475
|
Using container-vm-v20141208 as the default image on GCE.
|
2014-12-09 17:11:23 -08:00 |
|
Brendan Burns
|
3a7dd589d5
|
Merge pull request #2735 from erictune/proxy_no_etcd
Use apiserver instead of etcd for kube-proxy.
|
2014-12-09 15:27:20 -08:00 |
|
Joe Beda
|
09a8efefe9
|
Merge pull request #2791 from derekwaynecarr/salt_api_missing_cherrypy
Vagrant fix - Add python-cherrypy as explicit install for salt-api
|
2014-12-09 12:12:37 -08:00 |
|
Joe Beda
|
90f71ea4d9
|
Merge pull request #2805 from jlowdermilk/fix-salt
Fix conditional docker_opts in salt/docker/docker-defaults
|
2014-12-09 10:16:55 -08:00 |
|
Jeff Lowdermlk
|
0007257bce
|
Fix conditional on grains.docker_opts in docker-defaults
|
2014-12-08 16:42:41 -08:00 |
|
Brendan Burns
|
5b33534dcf
|
Merge pull request #2652 from justinsb/default_vpc_has_no_tags
Don't assume every AWS VPC has tags
|
2014-12-08 15:53:47 -08:00 |
|
Brendan Burns
|
30656d7522
|
Merge pull request #2653 from justinsb/default_cluster_monitoring
Default ENABLE_CLUSTER_MONITORING to false
|
2014-12-08 15:53:35 -08:00 |
|
derekwaynecarr
|
aacf2c2780
|
Add python-cherrypy as explicit install for salt-api
|
2014-12-08 11:36:26 -05:00 |
|
Brendan Burns
|
8364fa5c93
|
Fix detect-minions.
|
2014-12-05 15:42:28 -08:00 |
|
Richard Larocque
|
7d37b24cc7
|
Implement apiserver communication for Vagrant
This implementation is based on the GCE impementation from
618a367dbb .
|
2014-12-05 12:49:51 -08:00 |
|
Jeff Lowdermilk
|
a1faab9ffe
|
Merge pull request #2730 from satnam6502/scripting
Add missing project argument to gcloud commands
|
2014-12-04 14:30:20 -08:00 |
|
Satnam Singh
|
fcfdd48f8d
|
Add missing project argument to gcloud commands
|
2014-12-03 15:38:40 -08:00 |
|
Eric Tune
|
65b38e7af7
|
Use apiserver instead of etcd for kube-proxy.
For cloud-providers that use salt, have kube-proxy use
apiserver instead of etcd as a config source.
|
2014-12-02 22:21:01 -08:00 |
|
Satnam Singh
|
c2348052b0
|
Fix the addition of the logging.write scope to the MINION_SCOPES array
|
2014-12-02 20:25:26 -08:00 |
|
Brendan Burns
|
346dbc6de7
|
Merge pull request #2716 from zulily/fix-gce-provision-with-gcp-logging
Fix GCE scopes when using GCP Logging
|
2014-12-02 12:40:56 -08:00 |
|
Brendan Burns
|
b07515c5ea
|
Add some backward compatability for GKE.
|
2014-12-02 11:32:45 -08:00 |
|
Steve Reed
|
d229c5ba51
|
Proper appending of logging.write scope to array
|
2014-12-02 10:29:10 -08:00 |
|
Alen Komljen
|
d83d269c27
|
Remove empty lines when file is generated from jinja template
|
2014-12-02 15:00:58 +01:00 |
|
Joe Beda
|
f8505cd286
|
For GCE, allow insecure registries anywhere in 10.0.0.0/8.
|
2014-12-01 11:36:08 -08:00 |
|
Justin Santa Barbara
|
0b05068f40
|
Default ENABLE_CLUSTER_MONITORING to false
Otherwise kube-down fails because the variable is not defined
|
2014-11-27 18:07:51 -08:00 |
|
Justin Santa Barbara
|
a549468853
|
Specify AWS_DEFAULT_REGION to match configured region
The AWS CLI is configured with a default region, but it might not match
the configured Kubernetes region. Specify the region to be sure.
|
2014-11-27 17:56:14 -08:00 |
|
Justin Santa Barbara
|
f9a9c75697
|
Don't assume every AWS VPC has tags
The default VPC has no tags (by default), so we should use get()
|
2014-11-27 17:32:38 -08:00 |
|
Alen Komljen
|
249bbd7d9a
|
Remove unused nsinit salt state
|
2014-11-27 09:59:25 +01:00 |
|
Remco
|
83f3982eee
|
fix(aws): cloud provider wasn't set, corrected cloud config syntax
|
2014-11-26 17:30:35 +01:00 |
|
Remco
|
1265db9686
|
fix(aws): fix with non us standard region
|
2014-11-26 16:18:57 +01:00 |
|
Remco
|
6d79fab0c2
|
enhancement(aws): added logging variable and more verbose output
|
2014-11-26 16:18:26 +01:00 |
|
Remco
|
cbaa48bbc2
|
enhancement(aws): using iam role to pass aws credentials
|
2014-11-26 16:16:57 +01:00 |
|
Remco
|
2118c31bdb
|
enhancement(aws): checks for existing kubernetes vpc first
without this check, kube-up creates a new vpc every time. Now it will
reuse the vpc tagged Kubernetes.
|
2014-11-26 12:17:14 +01:00 |
|
Remco
|
72bd5311bf
|
fix(aws): error with other instances without tags
while starting the cluster, and having already other non-kubernetes
instances active without tags, an KeyError throwed.
|
2014-11-26 12:15:51 +01:00 |
|
Tim Hockin
|
47141f05c7
|
standard config opt names: logging
|
2014-11-25 17:41:53 -08:00 |
|
Tim Hockin
|
52ad94d766
|
standard config opt names: node monitoring
|
2014-11-25 17:39:28 -08:00 |
|
Tim Hockin
|
fad806d1d1
|
standard config opt names: cluster monitoring
|
2014-11-25 17:38:30 -08:00 |
|
Tim Hockin
|
e359ad5902
|
Change tabs to spaces
|
2014-11-25 17:36:41 -08:00 |
|
Joe Beda
|
6d65805508
|
fixup! Convert gcutil to gcloud compute
|
2014-11-25 15:20:01 -08:00 |
|
Joe Beda
|
6ba07b38fc
|
Convert gcutil to gcloud compute
|
2014-11-25 15:17:00 -08:00 |
|
Joe Beda
|
4a5a69b520
|
Upgrade docker to 1.3.2.
|
2014-11-25 14:46:25 -08:00 |
|
Joe Beda
|
2b712a744a
|
Fix up salt ordering dependencies in kube-apiserver/init.sls.
|
2014-11-25 14:46:25 -08:00 |
|
Joe Beda
|
12add3bc66
|
Merge pull request #2579 from brendandburns/e2e
Add an e2e test for gce pd.
|
2014-11-25 09:08:40 -08:00 |
|
Brendan Burns
|
e1764e2e01
|
Add an e2e test for gce pd.
Add an example for gce pd.
Add an extra log message.
|
2014-11-25 09:02:00 -08:00 |
|
Tim Hockin
|
f24ea5ce59
|
Merge pull request #2592 from dchen1107/mirror-registry
Enable Docker Cache for OSS on gce.
|
2014-11-25 09:23:40 +08:00 |
|
Dawn Chen
|
1900f0db98
|
Enable Docker Cache for OSS on gce.
|
2014-11-24 16:51:17 -08:00 |
|
Brendan Burns
|
ab3cfc5f75
|
Update the ubuntu AMI
|
2014-11-24 16:34:48 -08:00 |
|