Kris Childress
cebdde3fb4
Woo! Time to start playing with private networks in AWS!!
2016-11-08 15:16:41 -08:00
Kris Childress
cb3157935c
Fixing CI build and cluster tests to work with topologies
2016-11-08 15:16:41 -08:00
Kris Childress
835e24f788
Working EIP and NGW CRUD for private networking..
...
Next step.. lets piece them all together
2016-11-08 15:16:41 -08:00
Kris Childress
de79ca21b8
Now that is one fine elastic_ip.go file
2016-11-08 15:16:41 -08:00
Kris Childress
a3dd1257ce
Working ElasticIP associations on subnet. Delete and Create!
2016-11-08 15:16:41 -08:00
Kris Childress
c1e8dbe9d6
More work on the network and EIP things
2016-11-08 15:16:41 -08:00
Kris Childress
e90b5faf7e
fitask header fix
2016-11-08 15:16:41 -08:00
Kris Childress
d729596bca
fitask header fix
2016-11-08 15:16:41 -08:00
Kris Childress
0f8f2d1ba1
fitask header fix
2016-11-08 15:16:41 -08:00
Kris Childress
db693a6add
fitask header fix
2016-11-08 15:16:41 -08:00
Kris Childress
9bd9e30bdd
Adding another large commit after a make codegen
2016-11-08 15:16:41 -08:00
Kris Childress
a1c5c77b23
docs
2016-11-08 15:16:41 -08:00
Kris Childress
a1ca6b7a5b
More progress - getting out to Github so I can switch laptops... will be needing 8 cores today :D
2016-11-08 15:16:41 -08:00
Kris Childress
8f30225b32
Switching over branches
2016-11-08 15:16:41 -08:00
Kris Childress
8fba14b85b
Small refactor - getting ready to start YAML
2016-11-08 15:16:41 -08:00
Kris Childress
000e847af2
Topology Initial Commit
...
- Refactor private networking -> topology
- Define new topology models (no changes yet)
- Docs
- Create cluster --topology and -t
- New functions for topology templating
2016-11-08 15:16:41 -08:00
Chris Love
789dd5777c
Merge pull request #818 from Frameio/cobra-docs
...
Cobra improvements
2016-11-08 10:02:25 -08:00
Billy Shambrook
cca9d62265
Add a development doc about general documentation guidelines
2016-11-08 12:02:48 +00:00
Billy Shambrook
7472349b86
Stop cobra adding a autogenerated comment when creating docs.
...
This is to avoid spamming pull requests.
2016-11-08 11:56:50 +00:00
Billy Shambrook
13919b066a
add example to cli help for completion command.
2016-11-08 11:52:03 +00:00
Chris Love
60054495b0
Merge pull request #823 from DualSpark/plane-docs
...
Work from 30k before kubecon - getting some notes into the tree for discussion points
2016-11-08 01:15:12 -08:00
Kris Childress
8532644166
Merge pull request #827 from justinsb/docs_update_dev_version
...
docs: suggest a better name for dev versions of nodeup
2016-11-07 21:41:41 -08:00
Kris Childress
649aef3782
Merge pull request #825 from justinsb/fix_813
...
Fix bug in security group matching
2016-11-07 21:40:42 -08:00
Justin Santa Barbara
dc069485cc
Merge pull request #832 from zmerlynn/bump-versions
...
Quick fix: add v1.[67] to valid version checks
2016-11-07 14:33:47 -05:00
Zach Loafman
8263cae51b
Quick fix: add v1.[67] to valid version checks
2016-11-07 11:22:59 -08:00
Chris Love
d1c2273e43
Merge pull request #824 from justinsb/fix_756
...
Improve docs for images & the ubuntu image
2016-11-06 23:48:26 -08:00
Justin Santa Barbara
d54ae563b8
Improve docs for images & the ubuntu image
...
* make heading for the ubuntu image
* add links for the debian images
Fix #756
2016-11-06 23:10:47 -05:00
Chris Love
abb86c3234
Merge pull request #826 from justinsb/redhat_fixes
...
Recognize redhat.com image-owner-alias, fix docs
2016-11-06 20:04:00 -08:00
Chris Love
582cdea186
Merge pull request #829 from justinsb/fix_668
...
apiserver needs /etc/pki/ca-trust, at least on RHEL
2016-11-06 20:02:04 -08:00
Justin Santa Barbara
7e7dd953c8
Cleanup, a few notes for centos
2016-11-06 22:28:07 -05:00
Justin Santa Barbara
4eb918a9ae
apiserver needs /etc/pki/ca-trust, at least on RHEL
...
/etc/pki/ca-trust has the actual CA certs, on RHEL & derivatives, and
thus must be mounted by apiserver. It is used in the volume admission
controller, for example.
Fix #668
2016-11-06 22:15:28 -05:00
Justin Santa Barbara
7566254372
docs: suggest a better name for dev versions of nodeup
2016-11-06 21:55:38 -05:00
Justin Santa Barbara
3e2d89c6b0
Recognize redhat.com image-owner-alias, fix docs
2016-11-06 21:38:21 -05:00
Justin Santa Barbara
c02d5d38dc
Fix bug in security group matching
...
We were matching only by the name tag, instead of using the group-name
If users had an SG with the same Name in different VPCs we could have
matched SGs in both VPCs. This seems unlikely, and particularly tricky
to then get through the remaining sanity checks (even in the find
function itself).
Fix #813
2016-11-06 21:14:43 -05:00
Kris Childress
941ce272db
Commit from 30k feet before kubecon, adding information on fi/cloudup/nodeup
2016-11-06 15:33:29 -07:00
Chris Love
181aa16555
Merge pull request #805 from justinsb/aws_sdk_152
...
Update aws-sdk-go to 1.5.2
2016-11-05 17:57:19 -06:00
Billy Shambrook
ea689f8ca9
add completion cli command.
2016-11-05 18:41:57 +00:00
Billy Shambrook
8e979ca434
add genhelpdocs cmd to generate cli markdown docs
2016-11-05 18:41:47 +00:00
Chris Love
853431f324
Merge pull request #817 from Frameio/add-gomd2man-dep
...
Add gomd2man dep and document how to add new dependencies
2016-11-05 12:23:28 -06:00
Billy Shambrook
aa2e394120
promote imperative git commit messages.
2016-11-05 18:21:09 +00:00
Billy Shambrook
f38108ce7c
add 'how to add new dependencies' to development docs.
2016-11-05 18:15:11 +00:00
Billy Shambrook
953b032608
Added go-md2man, blackfriday and sanitized_anchor_name deps
2016-11-05 18:13:23 +00:00
Chris Love
a2e66c2345
Merge pull request #814 from justinsb/fix_ineffassign
...
Fix some ineffective assign warnings from go-report-card
2016-11-05 08:14:54 -06:00
Chris Love
4ee1b69422
Merge pull request #812 from justinsb/typo
...
Fix typo: becasue -> because
2016-11-05 08:13:11 -06:00
Justin Santa Barbara
c8fe442c86
Fix some ineffective assign warnings from go-report-card
2016-11-05 01:52:12 -04:00
Justin Santa Barbara
27fb687058
Fix typo: becasue -> because
2016-11-05 01:41:47 -04:00
Chris Love
6cbe5b41c4
Merge pull request #804 from justinsb/canonical_import_paths
...
Add canonical import paths
2016-11-04 00:36:17 -06:00
Chris Love
52f24f46d8
Merge pull request #806 from justinsb/docs_update_dependency
...
Add docs on how to update a dependency
2016-11-04 00:34:19 -06:00
Chris Love
5b05a9ccbc
Merge pull request #808 from justinsb/issue_615
...
Better error message when KOPS_STATE_STORE not set
2016-11-04 00:33:38 -06:00
Justin Santa Barbara
b1d6e3d04d
Add mocks for new EC2 functions
2016-11-04 01:23:47 -04:00