Commit Graph

4970 Commits

Author SHA1 Message Date
Mikhail Goncharov 01c129cbe0
Update bastion.md
one have to specify ig name
2018-01-26 11:37:18 +00:00
k8s-ci-robot 5e68a5a33e
Merge pull request #4338 from denniswebb/latest-image
When kops searches for AMI by name, if > 1 are returned, uses the latest.
2018-01-25 17:25:28 -08:00
k8s-ci-robot 9ddc915e8e
Merge pull request #4332 from justinsb/default_gcp_project
GCE: Get default project from gcloud CLI
2018-01-25 10:53:16 -08:00
Justin Santa Barbara d3082167c6 Add UX hint when project not set 2018-01-25 13:14:40 -05:00
k8s-ci-robot f1a439f163
Merge pull request #4341 from justinsb/aws_lc_err_handling_fix
AWS LaunchConfiguration error handling fix
2018-01-25 09:25:17 -08:00
k8s-ci-robot 3c2d9409b7
Merge pull request #4334 from justinsb/gce_no_need_for_ssh_public_key
GCE: Don't require SSH public key
2018-01-25 08:48:16 -08:00
Dennis Webb 5855787574 returns latest image if more than 1 found 2018-01-25 10:04:12 -06:00
k8s-ci-robot 069c36d7bb
Merge pull request #4305 from georgebuckerfield/master
Handle NotFound error when creating instance group
2018-01-25 07:47:18 -08:00
k8s-ci-robot 6bcc86bc0f
Merge pull request #4329 from justinsb/proto_out_of_makefile
Don't autobuild protobuf files
2018-01-25 06:49:18 -08:00
Justin Santa Barbara 9919254205 AWS LaunchConfiguration error handling fix
We would loop forever on an unexpected error.
2018-01-25 08:35:15 -05:00
k8s-ci-robot fc1208710e
Merge pull request #4335 from justinsb/gce_less_verbose_logging
GCE: Dial down logging
2018-01-24 15:22:31 -08:00
k8s-ci-robot d2bb0ba233
Merge pull request #4317 from justinsb/ensure_gce_disk_name_does_not_start_with_number
Ensure GCE disk name does not start with a number
2018-01-24 12:02:33 -08:00
k8s-ci-robot 017db3ca99
Merge pull request #4337 from mikesplain/add_license_to_get_workspace_status
Add license to get_workspace_status & move to .sh
2018-01-24 11:12:32 -08:00
Mike Splain 06d25ef26f Move get_workspace_status to .sh file 2018-01-24 11:31:34 -05:00
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