Commit Graph

6635 Commits

Author SHA1 Message Date
Justin Santa Barbara bb3e90513c machine-type generator: go vet fixes
Keep go vet happy - address its complaints about error formatting
2018-09-14 10:37:09 -04:00
Justin Santa Barbara fe278f8cf3 Updated machines_types.go with generator 2018-09-14 09:42:44 -04:00
Justin Santa Barbara e8650ca8ca Tweak machine_types generator to match our existing values
We weren't outputing the Burstable or GPU attributes, and the sorting
order wasn't quite the same.  This made verification harder.
2018-09-14 09:39:04 -04:00
Mike Splain 29e852a731 Add readme 2018-08-31 12:42:13 -04:00
Mike Splain a22da78667 Update machine_types 2018-08-31 12:42:13 -04:00
Mike Splain 1fa04f82de Add makefile changes 2018-08-31 12:42:13 -04:00
Mike Splain 9f01ea79cb Add deps 2018-08-31 12:42:13 -04:00
Mike Splain 2e2039f03d First pass 2018-08-31 12:35:53 -04:00
Mike Splain dc83b4444c Machine type changes for generator 2018-08-31 12:35:53 -04:00
k8s-ci-robot 153e5615ba
Merge pull request #5731 from lblackstone/openstack-state-delete
OpenStack: enable cluster state deletion
2018-08-31 08:42:28 -07:00
k8s-ci-robot cbd5c152bf
Merge pull request #5716 from chrisz100/master
Make chrisz100 a reviewer for kops
2018-08-31 07:16:13 -07:00
Levi Blackstone 206d95d614
OpenStack: enable cluster state deletion
Stub out a list resources method and call it from the collector
so that cluster state can be deleted via the API.
2018-08-30 20:08:57 -06:00
k8s-ci-robot e25b216485
Merge pull request #5678 from lblackstone/update-vendor
Vendor servergroup module from gophercloud
2018-08-30 15:25:30 -07:00
k8s-ci-robot 984f8eb7cf
Merge pull request #5727 from rajansandeep/manifestk8s112
Update CoreDNS version and manifest
2018-08-30 12:41:55 -07:00
Sandeep Rajan 0bdf97897f update version and manifest 2018-08-30 14:51:43 -04:00
Levi Blackstone c4e2db4afc
Vendor servergroup module from gophercloud
* Bump gophercloud sha to f29afc2
* Add a prereq check for bazel and dep which is needed by `make dep-ensure`
* Document the process to add a vendored dependency
2018-08-30 11:25:54 -06:00
k8s-ci-robot d8a4f967eb
Merge pull request #5711 from kanolato/chore/improve-ingress-nginx
updated image versions and deployment instructions for the nginx-ingress addon
2018-08-29 15:38:19 -07:00
Christian Jantz f3a78911e3 added chrisz100 to owners file as reviewer 2018-08-29 15:35:56 +02:00
kanolato 079e23f406 updated image versions and deployment instructions 2018-08-28 18:45:19 -05:00
k8s-ci-robot f0d28f43f3
Merge pull request #5702 from schweizerbolzonello/schweizerbolzonello-kubernetes-dashboard-1.10.0
Adding kubernetes/dashboard v1.10.0 for K8S >=1.10.0
2018-08-28 09:21:52 -07:00
k8s-ci-robot b0248d7a2e
Merge pull request #5708 from rekcah78/docs/add-experimental-feature
add flag +ExperimentalClusterDNS in docs
2018-08-28 08:24:52 -07:00
k8s-ci-robot 06f39edec2
Merge pull request #5698 from AdamDang/patch-7
Fix a typo: ectd->etcd
2018-08-27 23:52:52 -07:00
k8s-ci-robot 666fb2ce54
Merge pull request #5692 from mikesplain/docs_etcd_volume_size
Add etcd volumeSize docs
2018-08-27 23:07:52 -07:00
Christophe Gasmi 6afac2a3b4 add flag +ExperimentalClusterDNS in docs 2018-08-27 22:13:35 +02:00
Thomas Schweizer-Bolzonello d3bfd399e9
Adding v1.10.0.yaml for kubernetes/dashboard 1.10.0 deployment
Signed-off-by: Thomas Schweizer-Bolzonello <thomas@schweizerbolzonello.net>
2018-08-25 14:30:58 +03:00
Thomas Schweizer-Bolzonello 6490293934
Updating addon.yml for kubernetes/dashboard 1.10.0
Signed-off-by: Thomas Schweizer-Bolzonello <thomas@schweizerbolzonello.net>
2018-08-25 14:27:19 +03:00
AdamDang 1449d05bd7
Fix a typo: ectd->etcd
Fix a typo: ectd->etcd
2018-08-24 17:16:58 +08:00
k8s-ci-robot 91e3503f3f
Merge pull request #5693 from justinsb/weave_mesh_peer_name
Change vendored weave mesh to use hash keys by default
2018-08-23 10:27:55 -07:00
Justin Santa Barbara bdf6cc4e6a Change vendored weave mesh to use hash keys by default
This means we don't have to use build tags when building, so our code
is more go-gettable.  Also bazel doesn't support build tags yet, so we
need to do something like this for a bazel build (otherwise gossip DNS
is broken)
2018-08-23 12:04:23 -04:00
k8s-ci-robot 3a598a708a
Merge pull request #5681 from wanghanlin/patch-1
Update machine_types.go to support T3 family
2018-08-23 08:26:21 -07:00
Mike Splain efe5f8862f Add etcd volumeSize docs 2018-08-23 09:59:35 -04:00
Hanlin Wang ca3ad3de6a
Update machine_types.go 2018-08-22 11:44:00 +08:00
k8s-ci-robot 0711d4fd23
Merge pull request #5669 from wingyplus/fix_go_vet
Fixes go vet complain in package upup/pkg/fi/cloudup/awstasks
2018-08-21 09:38:48 -07:00
k8s-ci-robot 2cc619407b
Merge pull request #5674 from reactiveops/ro/add_eric_to_sec_contacts
Added myself to SECURITY_CONTACTS
2018-08-21 08:51:51 -07:00
Eric Hole 518afb88af added self to team security contacts 2018-08-21 02:17:11 -07:00
Thanabodee Charoenpiriyakij 8284237917 Fixes go vet complain in package upup/pkg/fi/cloudup/awstasks
This commit fixes the result from `go vet k8s.io/kops/upup/pkg/fi/cloudup/awstasks`:

upup/pkg/fi/cloudup/awstasks/iamrole.go:80: Errorf format %q has arg e.Name of wrong type *string
upup/pkg/fi/cloudup/awstasks/iamrole.go:88: Errorf format %q has arg e.Name of wrong type *string
upup/pkg/fi/cloudup/awstasks/iamrole.go:93: Errorf format %q has arg e.Name of wrong type *string
upup/pkg/fi/cloudup/awstasks/iamrole.go:98: Errorf format %q has arg e.Name of wrong type *string
upup/pkg/fi/cloudup/awstasks/iamrolepolicy.go:78: Errorf format %q has arg e.Name of wrong type *string
upup/pkg/fi/cloudup/awstasks/load_balancer.go:115: Warningf format %q has arg lb.LoadBalancerName of wrong type *string
upup/pkg/fi/cloudup/awstasks/load_balancer.go:328: Verbose.Info call has possible formatting directive %+v
upup/pkg/fi/cloudup/awstasks/load_balancer.go:382: Verbose.Infof format %q has arg actual.LoadBalancerName of wrong type *string
upup/pkg/fi/cloudup/awstasks/natgateway.go:189: Errorf format %q has arg id of wrong type *string
upup/pkg/fi/cloudup/awstasks/natgateway.go:193: Verbose.Infof format %q has arg id of wrong type *string
upup/pkg/fi/cloudup/awstasks/natgateway.go:197: Errorf format %q has arg id of wrong type *string
upup/pkg/fi/cloudup/awstasks/natgateway.go:283: Errorf format %q has arg e.Name of wrong type *string
2018-08-20 11:54:54 +07:00
k8s-ci-robot 767255e2ed
Merge pull request #5666 from justinsb/update_alpha_channel_k8s_versions
Push latest k8s versions to alpha channel
2018-08-19 10:11:39 -07:00
k8s-ci-robot 1168e58217
Merge pull request #5662 from lblackstone/codegen
Fix codegen make target
2018-08-18 20:59:25 -07:00
k8s-ci-robot 75e01390ab
Merge pull request #5663 from justinsb/promote_alpha
Promote kubernetes versions from alpha -> stable
2018-08-18 05:52:00 -07:00
k8s-ci-robot 5659b3ef41
Merge pull request #5665 from justinsb/cherrypick_release_1_10
Cherry-pick release 1.10.0 commit
2018-08-18 04:48:59 -07:00
Justin Santa Barbara d77206ba9c Push latest k8s versions to alpha channel
* 1.11.2
* 1.10.6
* 1.9.10
2018-08-18 07:22:06 -04:00
Justin Santa Barbara 4d216cb001 Release 1.10.0 2018-08-18 07:06:02 -04:00
Justin Santa Barbara d80af6a7ec Promote kubernetes versions from alpha -> stable 2018-08-18 07:02:41 -04:00
k8s-ci-robot c61fb537ac
Merge pull request #5593 from wingyplus/elb_cloud_labels
Apply cloud labels into ELB
2018-08-18 02:00:01 -07:00
Levi Blackstone 5eccb4f07d
Fix codegen make target
- Update codegen parse to import from source rather than install path (see https://github.com/golang/go/issues/11415#issuecomment-283445198)
- Quote PATH to properly handle spaces
- Fix typo in generated code
2018-08-17 16:12:27 -06:00
k8s-ci-robot 0502410112
Merge pull request #5660 from reactiveops/eh/gh_5175
Basic validation for imagetype for NVME enabled instances
2018-08-17 12:05:39 -07:00
Eric Hole 18ebf15e41 Merge branch 'master' of github.com:kubernetes/kops into eh/gh_5175 2018-08-17 10:49:14 -07:00
Eric Hole c2778b4e69 First pass validation on image type 2018-08-17 09:49:01 -07:00
Eric Hole 1bcfc94878 Failing test for nvme images 2018-08-17 09:48:53 -07:00
k8s-ci-robot c3832d844a
Merge pull request #5657 from justinsb/foreshadow_images_to_alpha
Update alpha channel with images for foreshadow
2018-08-17 09:39:08 -07:00