Commit Graph

10323 Commits

Author SHA1 Message Date
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
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
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
Salvatore Mazzarino cf57350e4c Improved validation logic
Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
2020-04-10 10:44:53 +02:00
Salvatore Mazzarino f754cbda7d NodeLocal DNSCache
Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
2020-04-10 10:44:53 +02:00
Kubernetes Prow Robot a8f13e319c
Merge pull request #8892 from rifelpet/tf012-relnotes
Update 1.18 release notes now that Terraform 0.12 is supported
2020-04-09 22:55:47 -07:00
Kubernetes Prow Robot 13a6d9a443
Merge pull request #8893 from justinsb/add_go_1_14_to_travis
Add go 1.14 to travis testing
2020-04-09 22:13:47 -07:00
Kubernetes Prow Robot 91f4a86c89
Merge pull request #8885 from justinsb/replace_deprecated_context
Replace deprecated x/net/context with context
2020-04-09 21:37:48 -07:00
Justin Santa Barbara a0fb75ad6b Add go 1.14 to travis testing 2020-04-10 00:00:02 -04:00
Justin Santa Barbara 108d1eee5d Replace deprecated x/net/context with context
It's not x-perimental any more!
2020-04-09 23:58:19 -04:00
Peter Rifel 6e8320edf3 Update 1.18 release notes now that native Terraform 0.12 syntax is supported 2020-04-09 22:56:22 -05:00
Kubernetes Prow Robot a2ea7d09af
Merge pull request #8886 from justinsb/more_golang_1_13_9
Update go to 1.13.9 (continued)
2020-04-09 08:01:44 -07:00
Justin Santa Barbara 635ca60982 Update go to 1.13.9 (continued)
Adding a few places I missed previously.
2020-04-09 10:20:42 -04:00
Kubernetes Prow Robot 17d31ee6a6
Merge pull request #8857 from mousavian/master
Fix addon/ing/nginx v1.6.0 deployment apiVersion and selector
2020-04-09 06:35:45 -07:00
Kubernetes Prow Robot 5ecafd8136
Merge pull request #8883 from hakman/kube-scheduler-config-v1alpha2
Use kubescheduler.config.k8s.io/v1alpha2 for Kubernetes 1.18+
2020-04-09 05:53:44 -07:00
Kubernetes Prow Robot f07e483487
Merge pull request #8882 from justinsb/update_golang
Update to golang 1.13.9 to match 1.18.1
2020-04-09 01:17:45 -07:00
Kubernetes Prow Robot 627b4668b0
Merge pull request #8884 from zetaab/updatedeps
update gophercloud dependencies
2020-04-09 00:39:44 -07:00
Jesse Haka 19ff6f94e6 update gophercloud dependencies 2020-04-09 10:01:32 +03:00
Ciprian Hacman 5cf71cc746 Use kubescheduler.config.k8s.io/v1alpha2 for Kubernetes 1.18 2020-04-09 09:12:24 +03:00
Kubernetes Prow Robot 28c8f88675
Merge pull request #8880 from justinsb/cleanup_makefile
Makefile: simplify running go-bindata
2020-04-08 22:29:43 -07:00
Justin Santa Barbara 917d43f7bf Update to golang 1.13.9 to match 1.18.1 2020-04-09 00:46:26 -04:00
Kubernetes Prow Robot 2ab04e0ab5
Merge pull request #8878 from rifelpet/hcl2-gce
Fix Terraform 0.12 support for GCE
2020-04-08 21:27:44 -07:00
Kubernetes Prow Robot b3cce093db
Merge pull request #8877 from rifelpet/bindata-clean
Don't delete bindata on "make clean"
2020-04-08 20:33:45 -07:00
Justin Santa Barbara 1c0a1417ab Makefile: simplify running go-bindata
Use go run, instead of trying to install and then run.
2020-04-08 23:24:47 -04:00
Peter Rifel 2f098b3ac3 Make verify-terraform script blocking now that it passes 2020-04-08 22:16:57 -05:00
Peter Rifel fb7fba0152 Update GCE integration test output 2020-04-08 22:16:57 -05:00
Peter Rifel ef76409046 Add support for writing maps of literals, used by gce metadata 2020-04-08 22:16:57 -05:00