Justin Santa Barbara
94c4e5fb4c
Merge pull request #1274 from justinsb/kops_inspect
...
First step towards cluster-dump command
2017-01-04 23:19:36 -05:00
Kris Nova
67d6e90da4
Merge pull request #1304 from justinsb/storage_class
...
Create storage class on AWS
2017-01-04 21:10:43 -07:00
Kris Nova
968366d444
Merge pull request #1309 from justinsb/version_update
...
Update to k8s 1.6 code
2017-01-04 21:08:54 -07:00
Kris Nova
3027808a5b
Merge pull request #1343 from justinsb/default_to_dev
...
Default version to `1.5.0-alpha1`
2017-01-04 21:01:49 -07:00
Kris Nova
0b245c96eb
Merge pull request #1356 from justinsb/2017_is_a_year
...
Consider 2017 a year
2017-01-04 20:57:14 -07:00
Chris Love
92cef71a55
Merge pull request #1353 from aledbf/docker-ignore
...
Add .dockerignore file to improve build times
2017-01-04 20:14:20 -07:00
Justin Santa Barbara
2aa138907a
Consider 2017 a year
...
And generally update to the latest upstream boilerplate script
2017-01-04 21:54:47 -05:00
Justin Santa Barbara
46d75bdaf2
Merge pull request #1350 from justinsb/docker_healthcheck_with_ps
...
Switch docker healthcheck to use docker ps
2017-01-04 21:39:17 -05:00
Chris Love
c85eca6d76
Merge pull request #1352 from feynmanliang/patch-1
...
Fix typos in README
2017-01-04 17:35:42 -07:00
Chris Love
9f5c5fb0c6
Merge pull request #1258 from DualSpark/headers-2017
...
Headers 2016->2017
2017-01-04 16:54:57 -07:00
Manuel de Brito Fontes
1c831f73bb
Add .dockerignore file to improve build times
2017-01-04 18:11:11 -03:00
Feynman Liang
17d42447d1
Update README.md
2017-01-04 13:06:31 -08:00
Zach Loafman
de16272c89
Merge pull request #1349 from kubernetes/revert-1347-revert-1318-images_over_http
...
Revert "Revert "Load protokube from http/https""
2017-01-04 10:24:45 -08:00
Justin Santa Barbara
e98671c010
Switch docker healthcheck to use docker ps
...
This is what GCI now uses
2017-01-04 13:23:24 -05:00
Zach Loafman
dc83847c55
Merge pull request #1348 from justinsb/pass_storage_backend
...
Specify storage-backend=etcd2 explicitly
2017-01-04 09:44:57 -08:00
Zach Loafman
28ccf9cdf4
Remove KOPS_URL fallback
...
Not needed after kubernetes/test-infra#1482
2017-01-04 09:38:44 -08:00
Zach Loafman
7079729f26
Revert "Revert "Load protokube from http/https""
2017-01-04 09:32:24 -08:00
Justin Santa Barbara
09e834849d
Specify storage-backend=etcd2 explicitly
...
The default may change to etcd3, but we want to stick with etcd2 until
upgrade has been fully vetted.
2017-01-04 11:27:31 -05:00
Zach Loafman
51269af220
Merge pull request #1347 from kubernetes/revert-1318-images_over_http
...
Revert "Load protokube from http/https"
2017-01-04 08:14:09 -08:00
Zach Loafman
d69fd6989c
Revert "Load protokube from http/https"
2017-01-04 07:54:20 -08:00
Justin Santa Barbara
29d5a99fc3
Default version to (pre)released version
...
Otherwise people that build from source need to upload a custom build
2017-01-04 00:40:43 -05:00
Justin Santa Barbara
fbbfa98872
Merge pull request #1318 from justinsb/images_over_http
...
Load protokube from http/https
2017-01-03 22:31:03 -05:00
Justin Santa Barbara
04e8cab909
Fix for serialization of unversioned channels object
2017-01-03 22:26:08 -05:00
Justin Santa Barbara
65e109f77f
Add comment about deprecation of protokube-push makefile target
2017-01-03 21:08:59 -05:00
Justin Santa Barbara
5d4cf07fa1
Merge pull request #1325 from justinsb/always_set_verbose_aws
...
Always set CredentialsChainVerboseErrors when initializing AWS
2017-01-03 20:34:15 -05:00
Justin Santa Barbara
a375b1af82
Updates for k8s 1.6 code
2017-01-03 20:32:48 -05:00
Justin Santa Barbara
3214a24b71
Update kubernetes to master branch
2017-01-03 20:32:47 -05:00
Justin Santa Barbara
b36b75ad0c
Always set CredentialsChainVerboseErrors when initializing AWS
...
Fix #605
2017-01-03 20:03:03 -05:00
Chris Love
11c18cc20b
Merge pull request #1326 from justinsb/separators_in_yaml_output
...
Separate yaml output with dashes
2017-01-03 17:56:48 -07:00
Chris Love
79263b5eae
Merge pull request #1328 from justinsb/unittest_featureflag
...
Add unit test for featureflag parsing
2017-01-03 17:08:13 -07:00
Justin Santa Barbara
332ecd7302
Separate yaml output with dashes
...
Fix #1088
2017-01-03 14:21:25 -05:00
Justin Santa Barbara
288af117fe
Add a glog dependency to the test
2017-01-03 14:17:55 -05:00
Justin Santa Barbara
8d31671252
Add unit test for featureflag parsing
2017-01-03 13:53:15 -05:00
Zach Loafman
b007d4e2b9
Merge pull request #1327 from justinsb/reconcile_cidr_is_no_more
...
Don't specify configure-cidr for k8s >= 1.5
2017-01-03 10:37:31 -08:00
Justin Santa Barbara
5c7a1c7138
Don't specify configure-cidr for k8s >= 1.5
2017-01-03 13:06:08 -05:00
Chris Love
f7a7d4c9c4
Merge pull request #1324 from justinsb/bastion_to_master_lockdown
...
Lock down bastion->master/nodes
2017-01-03 10:07:41 -07:00
Justin Santa Barbara
9545c5dbd7
Lock down bastion->master/nodes
...
Only open port 22 (SSH)
Fix #1312
2017-01-03 11:20:01 -05:00
Justin Santa Barbara
33979fffec
Merge pull request #1300 from zmerlynn/document-e2e-run
...
docs / e2e: Update testing.md and remove the old e2e directory
2017-01-03 10:31:54 -05:00
Justin Santa Barbara
95a4069fad
Recognize KOPS_BASE_URL, fallback to KOPS_URL
...
KOPS_URL feels a little too generic
2017-01-03 10:18:49 -05:00
Justin Santa Barbara
66d5d55195
Fixes per code review
2016-12-31 16:03:23 -05:00
Justin Santa Barbara
8a27c363d0
Don't docker run interactive
2016-12-31 15:21:27 -05:00
Justin Santa Barbara
5d6d0f5f5d
Load protokube from http/https
...
This helps us treat protokube as being paired with nodeup, and is a step
towards registry-less deployments (and isolated deployments) along with
moving away from our deprecated gcr.io usage.
2016-12-31 15:21:20 -05:00
Chris Love
8b21ace32d
Merge pull request #1218 from yissacharcw/delete-kubecfg
...
Delete kubectl config when deleting cluster
2016-12-30 16:05:05 -07:00
Justin Santa Barbara
5a37b9df15
Merge pull request #1317 from justinsb/verify_gofmt
...
Verify gofmt as part of build
2016-12-30 17:15:04 -05:00
Justin Santa Barbara
5c9d9f6f47
Use `git ls-files` to find go files
...
Otherwise it is hard to ignore files _not_ in git
2016-12-30 16:25:07 -05:00
Justin Santa Barbara
e63dab8b9c
Verify gofmt as part of build
2016-12-30 16:25:07 -05:00
Chris Love
e1f6804278
Merge pull request #1316 from justinsb/fix_gofmt_4
...
fix gofmt
2016-12-30 14:24:28 -07:00
Chris Love
6e40d78416
Merge pull request #1269 from justinsb/fix_1238
...
Respect the name flag on cluster get
2016-12-30 12:23:38 -07:00
Chris Love
4047492fe3
Merge pull request #1213 from justinsb/use_kubedns_150
...
Update to kubedns 1.5 (including autoscaler)
2016-12-30 12:10:32 -07:00
Chris Love
41e8a32e17
Merge pull request #1314 from dmcnaught/master
...
Adding label k8s-app to manifests on master
2016-12-30 10:51:08 -07:00