Commit Graph

191 Commits

Author SHA1 Message Date
andrewsykim 0411ba270e Create cluster requirements for DigitalOcean 2017-08-22 09:01:19 -04:00
andrewsykim 525fde3609 implement digitalocean volumes task 2017-08-21 09:50:36 -04:00
chrislovecnm ee17e6567c starting work on file assets builder 2017-08-18 13:04:12 -06:00
Justin Santa Barbara 6d554d6f1d Bump version to 1.7.1-beta.1
This also will let master work again without a custom nodeup (nodeup changes)
2017-08-16 10:04:37 -04:00
Ionut Craciunescu 14526aedea fixed white space 2017-08-01 00:35:49 +01:00
Ionut Craciunescu 847bf0c2e1 updates to support aws disks with provisioned iops 2017-08-01 00:28:21 +01:00
Justin Santa Barbara 2c118910af Mark 1.7.0 kops version 2017-07-26 23:50:19 -04:00
Kubernetes Submit Queue b462053087 Merge pull request #3004 from justinsb/openapi
Automatic merge from submit-queue

Add gen-api-docs target to makefile

Following instructions in docs/apireference/README.md
2017-07-22 05:43:14 -07:00
Justin Santa Barbara 868c3a2bfb Add gen-api-docs target to makefile 2017-07-21 10:51:33 -04:00
Justin Santa Barbara 76743e64de Copy docker images when they are redirected 2017-07-20 23:40:46 -04:00
Justin Santa Barbara 8055fe506a Mark kops 1.7.0-beta.1 2017-07-19 22:53:31 -04:00
chrislovecnm afdf0032e6 versioning kops-server container, and changing container to kubernetes default image 2017-07-17 16:18:42 -06:00
Chris Love fc7216c8ce Merge pull request #2962 from BradErz/fix-2642
Unsetting the variable in the Make file
2017-07-16 13:31:03 -06:00
Bradley b83f55ca83 Unsetting the variable in the Make file 2017-07-16 11:24:35 +01:00
Justin Santa Barbara aae256939d Add back integration tests into CI
Looks like I accidentally (rebase?) removed it in
a7c2c554e1

Fix #2070
2017-07-15 22:13:05 -04:00
Justin Santa Barbara 8bde5317c1 Bump dns-controller & kops for 1.7.0-alpha.1 2017-07-07 00:57:10 -04:00
Chris Love db8c75b12c Merge pull request #2848 from justinsb/go_versions_17
Makefile targets for go 1.8 & 1.9
2017-07-04 10:59:35 -06:00
Justin Santa Barbara c750fae232 Update makefile for 1.7 2017-07-02 13:10:28 -04:00
Justin Santa Barbara d07b0bca51 check-build Makefile targets for 1.8 & 1.9
Also runs the full ci target now
2017-07-01 12:17:43 -04:00
Justin Santa Barbara 031941cba6 Merge pull request #2814 from chrislovecnm/update-version
Setting versions for go and kubectl in protokube
2017-07-01 12:02:31 -04:00
chrislovecnm 96271b05df Setting versions for go and kubectl in protokube 2017-06-24 18:35:32 -06:00
chrislovecnm 38aae71bee updating found govet issues and adding test directory 2017-06-23 16:42:33 -06:00
Justin Santa Barbara e945322cab Support generated clientset as alternative to vfs clientset
We modelled our VFS clientset (for API objects backed by a VFS path)
after the "real" clientsets, so now it is relatively easy to add a
second implementation that will be backed by a real clientset.

The snafu here is that we weren't really using namespaces previously.
Namespaces do seem to be the primary RBAC scoping mechanism though, so
we start using them with the real clientset.

The namespace is currently inferred from the cluster name.  We map dots
to dashes, because of namespace limitations, which could yield
collisions, but we'll deal with this by simply preventing users from
creating conflicting cluster names - i.e. you simply won't be able to
create a.b.example.com and a-b.example.com
2017-06-20 22:29:37 -04:00
Justin Santa Barbara 98ae12a152 Release 1.6.2 2017-06-20 17:01:42 -04:00
Justin Santa Barbara 8571924843 Bump dns-controller version for fixes 2017-06-19 14:16:36 -04:00
Willem Mali 60ad299075 moved verify-gendocs into Makefile and tightened Makefile safety (enabled noclobber, errexit and errunset) 2017-06-12 22:25:14 +02:00
Justin Santa Barbara 22b22ccd28 Version 1.6.1 2017-06-11 17:03:13 -04:00
chrislovecnm 04a48357bf duplicate test 2017-05-29 23:41:37 -06:00
Justin Santa Barbara f69a313ce7 Update version to 1.6.0 2017-05-16 11:29:43 -04:00
Willem Mali cc7fdf91f4 Implemented a Git hook for the CI tests and related installer in the Makefile.
Funnily enough, while trying to commit the hook code it rejected my commit because the hook was missing the standardized script header.
2017-05-14 18:25:38 +02:00
Willem Mali 7f4e38ae78 Merge new master into implement-makefile-help 2017-05-13 10:49:12 +02:00
Willem Mali e43270940a added help target to Makefile and fixed a path ordering issue in the gen-cli-docs target 2017-05-12 15:27:45 +02:00
Willem Mali 07aa0ca124 marked all phony targets with .PHONY: <target> 2017-05-12 14:31:14 +02:00
chrislovecnm ad99a2e002 tweaking makefile so that KOPS_STATE_STORE is not in the build 2017-05-05 11:03:31 -06:00
chrislovecnm 7487b0d756 updating docs, adding verify-gendocs and more build tweaks 2017-05-04 18:58:10 -06:00
Justin Santa Barbara 81e8a90478 Tag 1.6.0-beta.1
Bumping dns-controller also to 1.6.1, for the gossip DNS support.
2017-05-02 10:25:33 -04:00
chrislovecnm 87d2475c23 bumping go version to 1.8.1 2017-04-26 22:35:47 -06:00
Justin Santa Barbara c8b18be9dd Gossip backed DNS 2017-04-25 01:32:21 -04:00
Justin Santa Barbara 787803f32b Merge pull request #2410 from reactiveops/cli-docs-proposal
Proposes standards for grammar for Cobra CLI Docs
2017-04-25 00:11:10 -04:00
Eric Hole 0842e737a5 Proposes standards for grammar for CLI 2017-04-22 18:55:34 -04:00
Miao Luo b15014f9a3 Address review comments and add installing instructions. 2017-04-20 23:37:41 -07:00
prashima fc8faea2c8 Fixed environment variable setting process for vSphere. (#16) 2017-04-20 23:37:19 -07:00
prashima bc3e8c3734 Added code to enable nodeup and protokube building and execution for vSphere VM (#11)
* Added code to enable nodeup and protokube building and execution for vSphere VM.

* Fixed nodeup template for vSphere.
2017-04-20 23:37:19 -07:00
prashima e51e841d0c Added vSphere volumes to protokube, updated vSphere testing doc and makefile. (#1)
* Add vSphere volumes to protokube. Update vSphere testing doc and makefile.

* Updated vsphere_volume to get correct IP. Addressed comments.
2017-04-20 23:33:20 -07:00
Justin Santa Barbara d57cedaf73 Update makefile to 1.6.0-alpha.2 2017-04-11 00:59:58 -04:00
Justin Santa Barbara a7c2c554e1 channels: support targeting kubernetes versions 2017-04-08 11:08:03 -04:00
Eric Hole 1cba0bd27f Merge pull request #2138 from kris-nova/bypass-kubeconfig
Expose options.CreateKubecfg to the CLI
2017-04-03 09:39:30 -04:00
Justin Santa Barbara 9b4707f347 Link to shipbot; fix makefile target 2017-03-30 10:52:29 -04:00
Justin Santa Barbara a4ea3ea5da Merge pull request #2238 from justinsb/release_160_alpha1
Version updates for 1.6.0-alpha.1
2017-03-30 10:38:27 -04:00
Justin Santa Barbara 5a539882b0 Version updates for kops 1.6.0-alpha.1 2017-03-30 01:08:55 -04:00