Commit Graph

10549 Commits

Author SHA1 Message Date
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
Kubernetes Prow Robot b8de497879
Merge pull request #8905 from Hellcatlk/master
Add unit test for func IsGTE
2020-04-13 06:39:48 -07:00
ZouYu eaf317d439 add unit test for func IsGTE
Signed-off-by: ZouYu <zouy.fnst@cn.fujitsu.com>
2020-04-13 13:20:00 +08:00
ZouYu 7d92a17f5c add unit test case for pkg/systemd/escaping_test.go
Signed-off-by: ZouYu <zouy.fnst@cn.fujitsu.com>
2020-04-13 10:23:53 +08:00
Kubernetes Prow Robot 123b640bde
Merge pull request #8903 from rifelpet/cloudlabels
Add CloudLabels tags to additional AWS resources
2020-04-12 00:39:47 -07:00
Ole Markus With b3ed808ac6 More clear split between IG specs and operations docs 2020-04-12 09:02:11 +02:00
Ole Markus With bc7b45f41c Clean up the cluster spec documentation 2020-04-12 09:02:11 +02:00
Kubernetes Prow Robot 38572b4699
Merge pull request #8879 from justinsb/update_gomod_for_k8s_1_18
Update to kubernetes 1.18.1 dependencies
2020-04-11 19:53:49 -07:00
Justin Santa Barbara f996d4e6e9 Stop trying to build with 1.12
apimachinery now requires go 1.13
2020-04-11 14:45:36 -04:00
Justin Santa Barbara 484e956004 Update vendor 2020-04-11 14:45:29 -04:00
Justin Santa Barbara 40b8920c47 Update to controller-runtime that is compatible with 1.18
Version not yet tagged, sadly.
2020-04-11 14:44:25 -04:00
Justin Santa Barbara 3490d9d1a1 Add MountSensitive stub to mounter 2020-04-11 14:44:23 -04:00
Justin Santa Barbara 31bb16d4d1 Add context.Context to most signatures
The client-go signature for most methods adds a context.Context
object, and also makes Options mandatory.  Feed through a
context.Context through many of our methods (but use context.TODO to
stop it getting totally out of hand!)
2020-04-11 14:44:17 -04:00
Justin Santa Barbara b911acae89 Generate apimachinery
With `make apimachinery`
2020-04-11 14:44:11 -04:00
Peter Rifel 460cdbfc67 Add CloudLabels tags to additional AWS resources
This adds any labels defined in the Cluster spec's CloudLabels to the tags of the following AWS resource types:

Elastic IP
Internet Gateway
NAT Gateway
Route Table
Security Group
Subnet
VPC DHCP Options
VPC
2020-04-11 13:25:52 -05:00
Justin Santa Barbara 7188b6b173 Update to kubernetes 1.18 libraries 2020-04-11 14:21:58 -04:00
Kubernetes Prow Robot 633b504418
Merge pull request #8901 from olemarkus/doc-fixes-3
Clean up the kubectl docs
2020-04-11 06:57:47 -07:00
Ole Markus With 9ded114dcd Add a few more handy commands to the commands page 2020-04-11 12:40:58 +02:00
Ole Markus With 1eac727390 Clean up the kubectl usage page 2020-04-11 07:36:39 +02:00
Kubernetes Prow Robot 09db95e08f
Merge pull request #8900 from mikesplain/docs_site_comment
Adds docsite hidden note on index.md
2020-04-10 22:17:47 -07:00
Mike Splain 02e273665e Adds docsite hidden note on index.md 2020-04-10 17:58:05 -04:00
Kubernetes Prow Robot 9777ce68af
Merge pull request #8895 from olemarkus/doc-fixes
Remove duplicated docs
2020-04-10 13:59:47 -07:00
Kubernetes Prow Robot d0dea752b3
Merge pull request #8780 from mazzy89/nodelocaldnscache
NodeLocal DNSCache
2020-04-10 09:19:47 -07:00
Ole Markus With 94effc501b Remove duplicated docs
The docs in README.md is duplicated in /docs, but we are not good at
keeping them in sync. Therefor I removed most of the information from
README.md andr refer to the docs instead.
Also fixed a few broken/missing links.
2020-04-10 15:28:21 +02:00
Kubernetes Prow Robot c0f58a5cd9
Merge pull request #8894 from hakman/release-notes-update
Add Docker version and new distros to release notes
2020-04-10 06:19:46 -07:00
Ciprian Hacman 8dd7a60c4e Add Docker version and new distros to release notes 2020-04-10 15:42:17 +03:00
Ole Markus With f5a5db4ff3 Verify bindata 2020-04-10 11:29:49 +02:00
Ole Markus With d5019a6c11 Simplify the spec and templates a bit 2020-04-10 10:48:21 +02:00
Salvatore Mazzarino d18c88a546 Add unit tests
Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
2020-04-10 10:44:53 +02:00