Commit Graph

5172 Commits

Author SHA1 Message Date
Mike Splain 622aa0fe9b Add license to get_workspace_status 2018-01-24 11:19:09 -05:00
k8s-ci-robot 92d145d354
Merge pull request #4333 from justinsb/bazel_correct_version_stamp
bazel: expose version as in Makefile
2018-01-24 08:01:35 -08:00
Justin Santa Barbara e2109c42f4 GCE: Don't require SSH public key
We also pull a bit of logic out of the mega-function.

Fix #4210
2018-01-24 10:48:31 -05:00
Justin Santa Barbara af2f4af705 GCE: Dial down logging
Turn off a few of the more spurious log messages
2018-01-24 09:44:10 -05:00
Justin Santa Barbara c633ab62c5 bazel: expose version as in Makefile
This means that bazel build should stamp kops with the same version as
the Makefile does, given the same env vars.
2018-01-24 09:43:30 -05:00
Justin Santa Barbara 5e49b6f831 GCE: Get default project from gcloud CLI
This means we don't have to specify a project for the common use case,
when gcloud is already configured with a project.
2018-01-24 09:43:05 -05:00
k8s-ci-robot 46a6d256d3
Merge pull request #4318 from justinsb/bazel_5
Add missing BUILD.bazel for util/pkg/slice
2018-01-23 22:23:30 -08:00
k8s-ci-robot 151574bd21
Merge pull request #4315 from justinsb/clarify_readtree
ReadTree: clarify that returns only files
2018-01-23 21:17:31 -08:00
Justin Santa Barbara b836ec194e Don't autobuild protobuf files
Requires us to ship protoc, exposes us to problems with timestamp skew
on checkout.  Also the mesh.proto rarely changes.

To rebuild: make protobuf
2018-01-23 23:46:27 -05:00
Justin Santa Barbara e2f91917d9 ReadTree: clarify that returns only files
Because the primary use-case is S3-style stores, we haven't really used
directories.  If we have a use-case, we can always pass a boolean
parameter or create an alternative function.
2018-01-23 23:42:00 -05:00
Justin Santa Barbara a0708238f8
Merge pull request #4319 from mingyuanzhu/bugfix/docs-type
Fix the buildImage command typo
2018-01-23 23:19:39 -05:00
Justin Santa Barbara 7d5fbe9007
Merge pull request #4321 from qqshfox/patch-2
fix config file name in aws-china.md
2018-01-23 23:18:28 -05:00
k8s-ci-robot e190741cc7
Merge pull request #4320 from mikn/iam_region_fix
Fix ASG scaling by adding in ec2:DescribeRegions permission to the nodes IAM role
2018-01-23 17:22:30 -08:00
k8s-ci-robot b68ff3893f
Merge pull request #4308 from justinsb/stop_specifying_require_kubeconfig
Don't specify require-kubeconfig from 1.10
2018-01-23 15:44:01 -08:00
k8s-ci-robot 64882790e7
Merge pull request #4234 from leeeboo/master
Update aws-sdk-go to 1.12.57
2018-01-23 06:53:31 -08:00
Justin Santa Barbara 2a5e13660d
Merge pull request #4325 from justinsb/update_stable_to_4_4_111
Promote alpha channel image to stable
2018-01-22 20:17:08 -05:00
Justin Santa Barbara 930fe8e740 Promote alpha channel image to stable
The 4.4.111 image is not showing the flakiness on the NFS e2e tests.
2018-01-22 19:42:40 -05:00
Hanfei Shen 8f73d929b4
fix config file name 2018-01-22 22:05:33 +08:00
Mikael Knutsson e6ebf365d6 Fix cloudformation integration tests 2018-01-22 17:52:29 +08:00
Mikael Knutsson 1dbd435019 Fix ASG scaling by adding in ec2:DescribeRegions permission 2018-01-22 17:11:49 +08:00
mingyuanzhu c89fbc1522 Fix the buildImage command typo 2018-01-22 16:28:53 +08:00
Justin Santa Barbara 97ed0e7cbf Add missing BUILD.bazel for util/pkg/slice 2018-01-22 00:26:18 -05:00
Justin Santa Barbara ec4a916f62 Ensure GCE disk name does not start with a number
As this could not have worked before, we don't have to worry about
compatability with existing users.
2018-01-22 00:24:16 -05:00
k8s-ci-robot 752c7bd96d
Merge pull request #4306 from justinsb/update_kopeio_networking
Bump kopeio-networking to 1.0.20180120
2018-01-21 12:45:25 -08:00
Justin Santa Barbara 4a7ccd506f
Merge pull request #4310 from justinsb/jessie_as_default_for_1_10_for_now
Use jessie for 1.10 as well, to unblock queue
2018-01-20 21:09:31 -05:00
Justin Santa Barbara de0527b298 Use jessie for 1.10 as well, to unblock queue
Should unblock queue.
2018-01-20 19:30:07 -05:00
Justin Santa Barbara 87ef67d9b9
Merge pull request #4309 from justinsb/go_back_to_jessie_for_1_9
Stick with jessie for 1.9 clusters
2018-01-20 19:03:45 -05:00
Justin Santa Barbara 340b9f2b3d Stick with jessie for 1.9 clusters
We'll try to move to stretch in 1.10, which is important for nvme, but
tests are still broken on stretch.
2018-01-20 18:10:16 -05:00
Justin Santa Barbara 4dccf6d56d Don't specify require-kubeconfig from 1.10
Should fix https://github.com/kubernetes/kubernetes/pull/58367
2018-01-20 17:57:58 -05:00
Justin Santa Barbara 54af8e41b9 Bump kopeio-networking to 1.0.20180120 2018-01-20 16:33:09 -05:00
k8s-ci-robot 68146fa4de
Merge pull request #4284 from justinsb/bump_alpha_to_stable
Copy alpha channel to stable
2018-01-20 09:15:26 -08:00
georgebuckerfield 95c4b6b728 Handle NotFound error when checking if the instance group exists 2018-01-20 16:11:39 +00:00
Justin Santa Barbara da55c5eaee Update tests with new default image 2018-01-20 00:11:23 -05:00
k8s-ci-robot 9751f89f31
Merge pull request #4304 from ixdy/rules_go-0.9.0
Update bazelbuild/rules_go to 0.9.0
2018-01-19 16:22:26 -08:00
Jeff Grafton dcb7c96b84 run make bazel-gazelle 2018-01-19 14:32:50 -08:00
Jeff Grafton 0a173e8b59 Update bazelbuild/rules_go to 0.9.0 2018-01-19 14:30:23 -08:00
k8s-ci-robot d8c6b25890
Merge pull request #4297 from blakebarnett/bdb/update_calico_cni_2-6-6
Upgrade to calico v2.6.6
2018-01-19 14:19:28 -08:00
Blake c78336fa99 Update bootstrap calico versions 2018-01-19 13:42:00 -08:00
k8s-ci-robot 77c21509b0
Merge pull request #4298 from blakebarnett/bdb/bazel_updates
bazel 0.9.0 running `make bazel-build` updates
2018-01-19 12:54:28 -08:00
k8s-ci-robot 7f67d33db0
Merge pull request #4299 from blakebarnett/bdb/k8s_1-9_default_admission_controllers
Update list of AdmissionControllers for k8s 1.9
2018-01-19 12:00:28 -08:00
k8s-ci-robot e271f9edfb
Merge pull request #4281 from appvia/loadbalancer-update-subnets
Implement ability to update Load Balancer subnets
2018-01-19 10:52:28 -08:00
k8s-ci-robot f3a7d5e013
Merge pull request #4294 from nebril/networking-mode-log-fix
Move net mode log after it is known in create
2018-01-19 10:17:29 -08:00
k8s-ci-robot f749aa5b0c
Merge pull request #4223 from AlexLast/master
Removing duplicate AMI entry from Documentation
2018-01-19 00:25:28 -08:00
k8s-ci-robot b2c1e2a4f2
Merge pull request #4278 from mikesplain/validate_min_max
Validate IG MaxSize is not less than MinSize.
2018-01-18 23:46:27 -08:00
Todd Lyons 5c1b646896 Maintainer recommended code/style updates 2018-01-18 22:22:34 -08:00
k8s-ci-robot 6752175e09
Merge pull request #4285 from justinsb/bump_alpha_channel_2
Bump alpha channel
2018-01-18 18:47:27 -08:00
Blake e37be9a88c Update list of AdmissionControllers for k8s 1.9 2018-01-18 13:40:23 -08:00
Blake 0450d08c0b bazel 0.9.0 running `make bazel-build` updates 2018-01-18 13:26:27 -08:00
Blake 93fb66c223 Upgrade to calico v2.6.6 2018-01-18 13:23:56 -08:00
Maciej Kwiek 47590720ce Move net mode log after it is known in create
Signed-off-by: Maciej Kwiek <maciej@covalent.io>
2018-01-18 14:29:56 +01:00