Commit Graph

6108 Commits

Author SHA1 Message Date
Moritz Heiber 29531e7541
Rename ClusterRoleBindings to avoid overwriting their definitions 2018-06-08 14:30:03 +02:00
k8s-ci-robot ba93282c63
Merge pull request #5258 from justinsb/use_docker_overlay2
Support overlay2 in docker
2018-06-07 14:57:23 -07:00
Justin Santa Barbara 2b4888a596 Delay overlay2 to 1.11
Gives us more time to consider image support.
2018-06-07 17:11:19 -04:00
Justin Santa Barbara ef5936d8b5 Support overlay2 in docker
We also have to stop passing the flag on ContainerOS, because it's set
in /etc/docker/default.json and it's now an error to pass the flag.

That in turn means we move those options to code, which are the last of
those legacy config options.  (We still have a few tasks declaratively
defined though)
2018-06-07 17:11:11 -04:00
k8s-ci-robot 36feaeb8fb
Merge pull request #5287 from ripta/new-instance-types-june2018
Add support for M5D instance family on AWS
2018-06-07 12:29:23 -07:00
k8s-ci-robot 79c1529eb0
Merge pull request #5286 from tvi/local-ip
Enable override bind address for kube-proxy.
2018-06-07 07:35:23 -07:00
Ripta Pasay 72dc4b373c Add support for M5D instance family on AWS 2018-06-06 21:46:45 -07:00
Tomas Virgl 6c9a948ebc Enable override bind address for kube-proxy.
When using kube-proxy in userspace mode, you have to bind to primary ip address of underlying machine.
2018-06-06 19:46:17 -07:00
k8s-ci-robot 07f825d44e
Merge pull request #5285 from tvi/hostname
Override hostname with 'aws' only if hostname override is not specified.
2018-06-06 15:52:25 -07:00
k8s-ci-robot 0afac24a4f
Merge pull request #5284 from noinarisak/kops_edit_instancegroup_correction
Update kops_edit_instancegroup.go and kops_edit_instancegroup.md
2018-06-06 14:28:24 -07:00
Tomas Virgl 874e2a514f Override hostname with '@aws' only if hostname override is not specified. 2018-06-06 13:54:19 -07:00
Noi Narisak 4bc3155edb Update kops_edit_instancegroup.go and kops_edit_instancegroup.md
Update the Example section. Was trying to use command example and discovered that `node` gave any error. Changing it `node` to `nodes` resolve it.
2018-06-06 15:02:57 -05:00
k8s-ci-robot b552743d69
Merge pull request #5282 from mirake/fix-typos
Fix some typos
2018-06-06 11:31:26 -07:00
k8s-ci-robot 1fe29cf962
Merge pull request #5277 from gambol99/misspelling
Verify Spelling
2018-06-06 08:57:26 -07:00
ruicao 3e365149fe Fix some typos 2018-06-06 20:40:49 +08:00
Rohith 67296c2db9 - fixing up the spelling mistakes found 2018-06-06 10:03:51 +01:00
Rohith 2118dc6f8b Verify Spelling
- adding a verifiy-spelling into the ci checks
2018-06-06 10:02:56 +01:00
k8s-ci-robot 9973908c7b
Merge pull request #5279 from rdrgmnzs/SECURITY_CONTACTS
Create a SECURITY_CONTACTS file. #5205
2018-06-05 21:53:58 -07:00
Rodrigo Menezes b42399b115 Create a SECURITY_CONTACTS file. #5205 2018-06-05 21:04:49 -07:00
k8s-ci-robot 263a01c899
Merge pull request #5278 from rdrgmnzs/update_heptio_auth
Fix: Update heptio authenticator to 0.3.0 #5276
2018-06-05 18:31:58 -07:00
Rodrigo Menezes 991cd3e27c Do not generate heptio-authenticator config 2018-06-05 17:21:22 -07:00
k8s-ci-robot 721dd5dcba
Merge pull request #5137 from frankh/update-elasticsearch-logging-addon
Update elasticsearch logging to 5.6.4
2018-06-05 15:14:56 -07:00
k8s-ci-robot 08c6d93e74
Merge pull request #5276 from rdrgmnzs/update_heptio_auth
Update heptio authenticator to 0.3.0
2018-06-05 14:30:00 -07:00
k8s-ci-robot c3a5477b4a
Merge pull request #5270 from rdrgmnzs/fix_additionalCIDR
Implement AdditionalCIDR configuration.
2018-06-05 12:19:56 -07:00
Rodrigo Menezes 1fdbb2fe47 Update heptio authenticator 2018-06-05 11:45:08 -07:00
k8s-ci-robot f1f782fca3
Merge pull request #5275 from rdrgmnzs/clarify_state_flag
Clarify the usage of the --state flag.
2018-06-05 11:33:56 -07:00
k8s-ci-robot ea2651d423
Merge pull request #5268 from rajansandeep/corednsimg
CoreDNS pull image from gcr.io
2018-06-05 10:56:55 -07:00
k8s-ci-robot fbc9111da2
Merge pull request #5267 from mikesplain/fix_go_version_hack
Fix go version hack to be more generic.
2018-06-05 10:08:55 -07:00
Rodrigo Menezes 11b3da7a87 Clarify the usage of the --state flag. 2018-06-05 09:48:14 -07:00
k8s-ci-robot 944b9026c0
Merge pull request #5274 from mikesplain/update_bazel_gazelle
Update bazel gazelle
2018-06-05 09:23:55 -07:00
Mike Splain f92d51301e Update vendored gazelle 2018-06-05 10:46:55 -04:00
Mike Splain c2ebe1499b Update bazel_gazelle 2018-06-05 10:46:55 -04:00
k8s-ci-robot 37f0766e25
Merge pull request #5271 from gambol99/validate_ig_hooks
Validate InstanceGroup Hooks
2018-06-05 07:08:55 -07:00
Rohith cae29aaf92 - fixed the error check; should return straight aware 2018-06-05 13:55:51 +01:00
k8s-ci-robot cfb2b760d9
Merge pull request #5272 from gambol99/file_assets_ig_validate
Validate FileAssets
2018-06-05 05:35:57 -07:00
Rohith 1e88487876 Validate FileAssets
The current implementation doesnt appear to validate the fileAssets on the instanceGroups, just the cluster spec.

- validating the fileAssets per instancegroup
2018-06-05 11:20:13 +01:00
Rohith 831b2759a0 Validate InstanceGroup Hooks
- adding the validation code to the instancegroup hooks
- fixes https://github.com/kubernetes/kops/issues/4766
2018-06-05 11:16:01 +01:00
k8s-ci-robot 4aa844d81b
Merge pull request #5265 from justinsb/integration_tests_self_healing
Allow integration tests to update expected TF output
2018-06-05 02:01:55 -07:00
Rodrigo Menezes 4a131f2a50 Implement AdditionalCIDR configuration on non-shared VPCs 2018-06-05 01:12:06 -07:00
k8s-ci-robot efb59198dd
Merge pull request #5264 from justinsb/integration_test_variable_name_cleanup
Clean up variable naming in integration test
2018-06-04 20:52:55 -07:00
k8s-ci-robot fbd1db81c5
Merge pull request #4564 from justinsb/vendor_gazelle
vendor gazelle
2018-06-04 20:05:56 -07:00
Sandeep Rajan f82024e6ed coredns image from gcr.io 2018-06-04 16:54:11 -04:00
Mike Splain be1b6d4dfc Fix go version hack to be more generic.
Version comparison in Makefile is hard.
2018-06-04 15:32:21 -04:00
k8s-ci-robot fc3908b056
Merge pull request #5263 from justinsb/bazel_verify_tasks_dont_work
bazel: add notes that tasks do not work
2018-06-04 11:27:54 -07:00
Justin Santa Barbara 7ab79f5915 Clean up variable naming in integration test 2018-06-04 11:23:09 -07:00
Justin Santa Barbara 05010e4e9a Allow integration tests to update expected TF output
This means we don't have to manually go and fix up the terraform
expected output when it changes (but we should still be careful to
validate it!)

To use: `HACK_UPDATE_TF_IN_PLACE=1 go test ./cmd/kops`
2018-06-04 10:54:28 -07:00
Justin Santa Barbara b13979660d bazel: add notes that tasks do not work 2018-06-04 10:45:52 -07:00
k8s-ci-robot 1221b699b3
Merge pull request #5257 from justinsb/stable_prefixes_for_bazel
Use STABLE_ prefixes for bazel workspace vars
2018-06-04 08:34:52 -07:00
Justin Santa Barbara 30c07e3f4a dep: update vendor 2018-06-04 08:12:08 -07:00
Justin Santa Barbara fe832e7be8 Add gazelle dependency, update toml, fix script 2018-06-04 08:12:05 -07:00