Commit Graph

10374 Commits

Author SHA1 Message Date
Martin Tomes c66180bc58 Added support for instance interruption behavior 2020-04-29 14:53:17 +02:00
Kubernetes Prow Robot 53f16fd9ef
Merge pull request #8939 from justinsb/fix_8908
Partially implement MountSensitive
2020-04-19 11:07:37 -07:00
Justin Santa Barbara 145b71b376 Partially implement MountSensitive
We still don't actually support sensitive options, but it doesn't look
like we need them, MountSensitive is just called with empty
sensitiveOptions in a few places.

Issue #8908
2020-04-19 13:26:53 -04:00
Kubernetes Prow Robot 06fda7f1fa
Merge pull request #8294 from spotinst/feature-spotinst-launchspec
Spotinst: Support for Headroom, Taints and Subnets in Ocean Launch Spec and User Data fixes
2020-04-19 05:57:37 -07:00
liranp 2a17a50d00
chore(deps): make gomod 2020-04-19 14:23:32 +03:00
liranp 870bdfdcff
feature(spotinst): add support for auto scaler configuration 2020-04-19 14:22:57 +03:00
Kubernetes Prow Robot bae6a1334a
Merge pull request #8934 from olemarkus/docs-e2e
Update the testing page
2020-04-18 08:31:36 -07:00
Kubernetes Prow Robot f5a316827a
Merge pull request #8936 from rifelpet/userdata-todo
Remove irrelevant TODO comment from userdata
2020-04-18 07:31:36 -07:00
Kubernetes Prow Robot 6c86e3d0fb
Merge pull request #8933 from tomesm/fix_package_aliases
Import package aliases modified
2020-04-18 06:55:36 -07:00
Peter Rifel fd17a118f5
Remove irrelevant TODO comment from userdata
This comment is from 2016, isn't clear, and I believe may be no longer relevant.

This will cleanup the TODO comment from everyone's userdata.
2020-04-18 08:54:35 -05:00
Ole Markus With 8d6c393623
Apply suggestions from code review
Co-Authored-By: Peter Rifel <rifelpet@users.noreply.github.com>
2020-04-18 15:29:19 +02:00
Ole Markus With cfa19844f2
Update docs/development/testing.md
Co-Authored-By: Ciprian Hacman <ciprianhacman@gmail.com>
2020-04-18 14:59:43 +02:00
Ole Markus With 67b289510f Update the testing page
* Use kubetest for running e2e
* A section on unit/integration tests
2020-04-18 10:52:11 +02:00
Kubernetes Prow Robot a523e6e96e
Merge pull request #8482 from fifar/nvidia-device-plugin-cuda10.0
Upgrade CUDA from 9.1 to 10.0
2020-04-17 09:07:07 -07:00
Huihua Zhang 9b0055ecbe HTTPS for NVIDIA drivers 2020-04-17 23:20:37 +08:00
Huihua Zhang 14e5330e19 Minor changes 2020-04-17 23:14:09 +08:00
Martin Tomes 462ca78f2a Import package aliases modified
Modified api -> kopsapi aliases of imports of k8s.io/kops/pkg/apis/kops
2020-04-17 16:55:08 +02:00
Huihua Zhang 7d9ad2b14b Docker image explanation 2020-04-17 22:07:35 +08:00
Huihua Zhang 350d8e6f66 Addressed comments 2020-04-17 21:31:48 +08:00
Huihua Zhang ac457e9460 Updated README and Makefile 2020-04-17 15:57:55 +08:00
Kubernetes Prow Robot 212f0ff5e9
Merge pull request #8931 from justinsb/rationalize_revalidation
Rolling-update validation harmonization
2020-04-16 23:29:06 -07:00
Justin Santa Barbara ffb6cd61aa Rolling-update validation harmonization
This is a follow-on to #8868; I believe the intent of that was to
expose the option to do more (or fewer) retries.

We previously had a single retry to prevent flapping; this basically
unifies the previous behaviour with the idea of making it
configurable.

* validate-count=0 effectively turns off validation.

* validate-count=1 will do a single validation, without flapping
  detection.

* validate-count>=2 will require N succesful validations in a row,
waiting ValidateSuccessDuration in between.

A nice side-effect of this is that the tests now explicitly specify
ValidateCount=1 instead of setting ValidateSuccessDuration=0, which
had the side effect of doing the equivalent to ValidateCount=1.
2020-04-17 01:40:02 -04:00
Kubernetes Prow Robot 982496c539
Merge pull request #8930 from justinsb/enabled_to_pointer
Change NodeLocalDNS Enabled to *bool
2020-04-16 21:55:06 -07:00
Justin Santa Barbara f3a40cf87c Change NodeLocalDNS Enabled to *bool
As discussed in #8780 so we differentiate between false and not-set.
Also tweak the comment.
2020-04-17 00:09:35 -04:00
Kubernetes Prow Robot ea3e974d81
Merge pull request #8921 from nvanheuverzwijn/bastion-additionnalSGs
Bastion additionnal s gs
2020-04-16 09:36:46 -07:00
Nicolas Vanheuverzwijn bcb141ab74 bastion: add test for loadbalancer.additionalSecurityGroups 2020-04-16 12:04:59 -04:00
Nicolas Vanheuverzwijn 4ceb324f0a refresh apis 2020-04-16 12:04:59 -04:00
Nicolas Vanheuverzwijn 3e74f722d4 doc: document new field 'cluster.topology.bastion.loadBalancer' 2020-04-16 12:04:59 -04:00
Nicolas Vanheuverzwijn 89d4fb757e feat: allow additional security groups on bastion ELB 2020-04-16 12:04:59 -04:00
Kubernetes Prow Robot 33c7e22207
Merge pull request #8750 from olemarkus/cilium-etcd-manager
Use etcd-manager for the cilium etcd cluster
2020-04-16 08:00:47 -07:00
Ole Markus With d174faf116 Add some integration tests for cilium 2020-04-16 16:22:58 +02:00
Kubernetes Prow Robot ed2940d645
Merge pull request #8912 from zhming0/patch-1
Update security_groups.md
2020-04-16 04:32:46 -07:00
Zhiming Guo ee0593be00
update security_groups.md
try to make it render properly on Netlify's markdown engine
2020-04-16 19:38:29 +10:00
Huihua Zhang ffbd7d7988 Upgrade CUDA from 9.1 to 10.0 2020-04-16 09:02:54 +00:00
Ole Markus With a7f631e7c9 Apply suggestions from code review
Co-Authored-By: Peter Rifel <rifelpet@users.noreply.github.com>
2020-04-16 08:42:59 +02:00
Ole Markus With 5cc9e4e63b Add docs on using etcd-manager for cilium 2020-04-16 08:42:59 +02:00
Ole Markus With bbce2556fc Ensure we are not using legacy etcd for the cilium etcd cluster 2020-04-16 08:42:59 +02:00
Ole Markus With 869ab75dea Use etcd-manager for the cilium etcd cluster 2020-04-16 08:42:59 +02:00
Kubernetes Prow Robot b3832d45fd
Merge pull request #8918 from hakman/exclude-go-1.14-osx
Exclude GO 1.14 for OSX
2020-04-15 19:00:45 -07:00
Kubernetes Prow Robot d9a0d5b2ad
Merge pull request #8907 from olemarkus/doc-etcd
Etcd docs cleanup
2020-04-15 11:35:46 -07:00
Ole Markus With da26eacfef Update mkdocs.yml
Remove redundant line

Co-Authored-By: Peter Rifel <rifelpet@users.noreply.github.com>
2020-04-15 20:00:24 +02:00
Ole Markus With 8b24655616 Group together the various etcd docs 2020-04-15 20:00:21 +02:00
Ole Markus With 433bff47d0 Restructure etcd backup page to be by provider 2020-04-15 19:55:18 +02:00
Ole Markus With df9c2d7297 Small updates to the etcd migration docs 2020-04-15 19:55:18 +02:00
Ole Markus With fd47b131c8 Remove outdated etcd docs
* The roadmap is more or less complete
* The etcd-manger page contained outdated info already convered in the etcd migration docs

Neither pages were linked anywhere in the docs
2020-04-15 19:55:18 +02:00
Kubernetes Prow Robot b42bd45b2f
Merge pull request #8902 from olemarkus/doc-fixes-2
Clean up the spec docs
2020-04-15 10:16:04 -07:00
Ole Markus With bb9b842a7a
Apply suggestions from code review
Co-Authored-By: Peter Rifel <rifelpet@users.noreply.github.com>
2020-04-15 18:41:47 +02:00
Ciprian Hacman df6382ff5d Exclude GO 1.14 for OSX 2020-04-15 17:56:49 +03:00
Zhiming Guo f77f3a9204
Update docs/security_groups.md
Co-Authored-By: Peter Rifel <rifelpet@users.noreply.github.com>
2020-04-16 00:28:35 +10:00
Zhiming Guo 64d51f0c81
Update security_groups.md 2020-04-14 23:33:20 +10:00