Commit Graph

1104 Commits

Author SHA1 Message Date
Justin Santa Barbara 1af610a6c4 Use fast-retry and cleanup task options for tests
The launch configuration test exposed that our integration tests don't
retry for very long, and wait a long time in between retries.

Create a RunTasksOptions type to hold the parameters, in particular
max task time, and the amount of time we wait when all tasks have
failed.
2018-06-18 00:04:23 -04:00
k8s-ci-robot 127e031948
Merge pull request #5256 from justinsb/dont_autoload_key_on_gce
Don't autoload SSH key on GCE
2018-06-17 08:38:29 -07:00
Justin Santa Barbara 1549b6e961 Don't autoload SSH key on GCE
This lets us merge #5056
2018-06-17 09:11:06 -04:00
Justin Santa Barbara fc75536c3f Fix typo: HONE -> HOME 2018-06-11 12:34:54 -04:00
Justin Santa Barbara b334650c68
Merge branch 'master' into feature-2435-s3configfile 2018-06-11 11:53:23 -04:00
Justin Santa Barbara e05dbb3177
Merge pull request #5146 from kaspernissen/master
fix broken link to example policy file in the cluster_spec docs
2018-06-11 10:42:26 -04:00
Kasper Nissen 9e18a95dd2 fix broken link to example policy file in the cluster_spec docs 2018-06-11 07:10:42 +02:00
k8s-ci-robot f470e77139
Merge pull request #5072 from bhack/patch-2
Add hooks example for cachefiled
2018-06-10 20:25:00 -07:00
k8s-ci-robot dd3381dc89
Merge pull request #5194 from chrisz100/feature/s3_bucket_encryption
Feature/s3 bucket encryption - Implements PR #4235
2018-06-10 15:32:01 -07:00
k8s-ci-robot 1b29b54d5b
Merge pull request #4171 from rifelpet/rifelpet_iam
Add support for external IAM Instance Profiles
2018-06-10 14:54:00 -07:00
k8s-ci-robot 06224f2984
Merge pull request #4985 from xianlubird/master
Fix typo
2018-06-08 16:42:58 -07:00
Peter Rifel 5f0b63100d Add support for using existing instance profiles 2018-06-08 10:33:09 -07: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 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
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 1fe29cf962
Merge pull request #5277 from gambol99/misspelling
Verify Spelling
2018-06-06 08:57:26 -07:00
Rohith 67296c2db9 - fixing up the spelling mistakes found 2018-06-06 10:03:51 +01:00
Rodrigo Menezes 11b3da7a87 Clarify the usage of the --state flag. 2018-06-05 09:48:14 -07:00
k8s-ci-robot 775b877a10
Merge pull request #5197 from rdrgmnzs/heptio_authenticator
Setup heptio authenticator
2018-06-01 07:12:55 -07:00
k8s-ci-robot c83dbc1119
Merge pull request #5140 from gianrubio/prom-operator-addon
Create addon for prometheus-operator
2018-05-30 09:34:52 -07:00
k8s-ci-robot 195dee380b
Merge pull request #5150 from ihoegen/master
Add stdin support for create -f and replace -f
2018-05-26 15:09:31 -07:00
k8s-ci-robot 2bf7b20a9f
Merge pull request #5160 from AdamDang/patch-3
Typo fix: attatch->attach
2018-05-26 14:22:31 -07:00
Justin Santa Barbara 969a164410 Create initial docs for etcd-manager 2018-05-25 12:52:23 -07:00
Federico Hernandez c31b3c73a6 Updated example for dashboard installation to 1.8.3 2018-05-24 10:11:11 +02:00
Rodrigo Menezes 5ce8f9e712 Setup heptio authenticator 2018-05-23 17:48:33 -07:00
k8s-ci-robot ee8252e323
Merge pull request #5182 from wendorf/replace-force
1.8 release notes correctly note `replace --force`
2018-05-23 13:56:31 -07:00
k8s-ci-robot d4a5609f34
Merge pull request #5181 from recollir/documentation-kubelet-amazon-vpc-backend
Documentation - cloudProvider required in kubelet spec with Amazon VPC backend
2018-05-23 06:55:33 -07:00
Christian Jantz 6fba37ea63 Merge branch 'master' of github.com:gekart/kops into feature/s3_bucket_encryption 2018-05-23 10:49:21 +02:00
Dan Wendorf bd2dea1fd2 1.8 release notes correctly note `replace --force`
`kops replace --create` was replaced with `kops replace --force`, but
the release notes were not updated to match this.

When merging, https://github.com/kubernetes/kops/releases/tag/1.8.0 should be
manually updated to match this change.

fixes #4012
2018-05-18 12:29:28 -07:00
Federico Hernandez 626a7360c5 cloudProvider required in kubelet spec with Amazon VPC backend 2018-05-18 13:33:26 +02:00
Federico Hernandez 499d035831 Documentation - networking Amazon VPC backend 2018-05-18 11:30:21 +02:00
AdamDang aecf5f0ba7
Typo fix: attatch->attach
attatch->attach
2018-05-16 00:11:30 +08:00
Ian Hoegen ae8bdf08c5 Add stdin support for create -f and replace -f 2018-05-14 13:29:37 -07:00
k8s-ci-robot d344951f91
Merge pull request #5151 from relu/shared-nat-instace-egress-docs
Update docs regarding shared NAT Instances setup
2018-05-13 10:20:24 -07:00
AdamDang 60551b36e9
[instance_groups.md] typo: recieve->receive
Fix a typo: recieve->receive
2018-05-13 15:45:47 +08:00
k8s-ci-robot 6ef4e5fc54
Merge pull request #4994 from yulng/patch-2
fix:please N/A should be " Not Applicable"
2018-05-12 13:55:25 -07:00
Aurel Canciu 8fbdddbc4a
Update docs regarding shared NAT Instances setup 2018-05-12 23:17:45 +03:00
k8s-ci-robot cbf7b0886e
Merge pull request #5122 from justinsb/rolling_update_by_role
Allow rolling-update to filter on roles
2018-05-11 10:50:30 -07:00
k8s-ci-robot cc25a5a977
Merge pull request #4041 from rajansandeep/corednskops
CoreDNS in Kops as an addon
2018-05-10 15:26:54 -07:00
Giancarlo Rubio 15f95be9b3 Create addon for prometheus-operator 2018-05-10 20:05:39 +02:00
k8s-ci-robot bb2036ef96
Merge pull request #5113 from iMartyn/kops-logo
Adds new kops logo
2018-05-09 18:38:04 -07:00
Justin Santa Barbara ffd57062aa Allow rolling-update to filter on roles
This is important for the e2e upgrade tests
2018-05-09 12:00:12 -04:00
AdamDang bb623dbc92
Update kops_validate_cluster.md 2018-05-09 23:35:51 +08:00
AdamDang 7aaf10273a
Update kops_validate.md 2018-05-09 23:35:11 +08:00
Martyn Ranyard 6fd816dfb8 Adds new kops logo 2018-05-07 20:30:28 +01:00
AdamDang 6d8b6a9633
Update upgrade_from_kops_1.6_to_1.7_calico_cidr_migration.md 2018-05-05 14:02:20 +08:00
k8s-ci-robot 7ed7dc21e2
Merge pull request #5067 from AdamDang/patch-33
Typo fix detaults->defaults
2018-05-04 05:55:51 -07:00
k8s-ci-robot dbdfb5b317
Merge pull request #5094 from tsupertramp/add-more-tags-to-run-in-existing-vpc-docs
Add SubnetType tags to run_in_existing_vpc docs
2018-05-03 09:34:53 -07:00
k8s-ci-robot e8c91f7f57
Merge pull request #5091 from AdamDang/patch-14
Typo fix: wil->will
2018-05-03 03:52:51 -07:00
k8s-ci-robot 91ad5c8d9e
Merge pull request #5081 from fgrehm/patch-1
Note that `kops rolling-update` is required after tf apply
2018-05-03 03:06:52 -07:00