k8s-ci-robot
f9748b7ebf
Merge pull request #4270 from int128/root-volume-type
...
Fix rootVolumeType accepts all volume types
2018-01-26 11:36:35 -08:00
k8s-ci-robot
b02a73fa2c
Merge pull request #4184 from chrislovecnm/rbac-default
...
Switching the default for kops to create a cluster with RBAC enabled.
2018-01-26 10:52:33 -08:00
k8s-ci-robot
cbf16fd6e2
Merge pull request #4245 from ottoyiu/etcd-override
...
Allow image override for etcd
2018-01-26 10:11:33 -08:00
k8s-ci-robot
a0049fdd74
Merge pull request #4344 from metaflow/patch-1
...
Update bastion.md
2018-01-26 09:35:35 -08:00
k8s-ci-robot
e299ff29d7
Merge pull request #4342 from johanneswuerbach/enable-asg-metrics
...
Enable metrics for AutoScalingGroups
2018-01-26 04:39:30 -08:00
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
Johannes Würbach
02855fc13f
Enable metrics for AutoScalingGroups
...
Those metrics simplify monitoring the created ASGs and are free [0].
Enable them by default.
[0] https://aws.amazon.com/about-aws/whats-new/2016/08/free-auto-scaling-group-metrics-with-graphs/
2018-01-25 20:06:10 +01: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
Justin Santa Barbara
7ca593b994
exec target command, but still pipe it to tee
...
Equivalent of https://github.com/kubernetes/kubernetes/pull/57756
2018-01-25 10:15:24 -05:00
Justin Santa Barbara
d92bd77ccf
VFS: Fix bug in CopyTree when dest does not exist
...
This particularly happened with a filesystem destination file
2018-01-25 10:08:08 -05: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