Commit Graph

1399 Commits

Author SHA1 Message Date
Justin Santa Barbara cc80e75e90 codegen template improvments
* Include the header so we generate code that passes the header-check
* Some tweaks to make golint happier
2016-12-11 11:31:40 -05:00
Chris Love bda37d4921 Merge pull request #1106 from justinsb/roles_on_create_ig
Allow role specification on kops create ig
2016-12-10 11:48:39 -07:00
Chris Love 9cf2826387 Merge pull request #1105 from justinsb/dryrun_use_name
dryrun output: include name instead of id:nil
2016-12-09 16:15:28 -07:00
Chris Love 9c87763f6f Merge pull request #1101 from justinsb/sorted_task_list
diagnostics: sort known tasks before printing
2016-12-09 16:14:02 -07:00
Chris Love 6424010210 Merge pull request #1096 from justinsb/test_elastic_ip
First test of a fi.Task
2016-12-08 20:26:26 -07:00
Chris Love d052e9e401 Merge pull request #1108 from justinsb/o_canada
Recognize ca-central-1 region
2016-12-08 20:25:12 -07:00
Justin Santa Barbara de15b6b562 Recognize ca-central-1 region 2016-12-08 16:30:27 -05:00
Justin Santa Barbara 83f9d05251 Allow role specification on kops create ig 2016-12-08 13:41:04 -05:00
Justin Santa Barbara f4092d0113 First test of a fi.Task 2016-12-08 13:17:38 -05:00
Justin Santa Barbara 104332108f dryrun output: include name instead of id:nil
When we're creating objects, we tend not to have an id.  Rather than
drop them entirely though, we can print their name (where we have one)
2016-12-08 12:55:15 -05:00
Chris Love 23947ed44d Merge pull request #1102 from justinsb/cleaner_dryrun
DryRun output: Don't print task type twice
2016-12-08 09:28:03 -07:00
Justin Santa Barbara dd76c0e233 DryRun output: Don't print task type twice
We were printing the task type, and then the task key, which includes
the task type.  So we were printing `TaskName TaskName/TaskKey`

Strip the task type out of the task key: `TaskName/TaskKey`
2016-12-08 10:33:58 -05:00
Justin Santa Barbara a66850e15a diagnostics: sort known tasks before printing 2016-12-08 10:26:50 -05:00
Chris Love e2c52a99ce Merge pull request #1087 from justinsb/bash_completion
Tweak completion command
2016-12-07 23:19:19 -07:00
Chris Love 37b3499a20 Merge pull request #1092 from justinsb/spurious_privates
Cleanups to make kops update apply cleanly for private topologies
2016-12-07 22:31:17 -07:00
Justin Santa Barbara 1589e66c77 Fix error handling around listing ELBs 2016-12-07 18:42:39 -05:00
Chris Love a53fa418af Merge pull request #1086 from justinsb/fix_kubecfg_builder_output
Fix typo
2016-12-07 15:58:16 -07:00
Justin Santa Barbara 608aa2defa Merge pull request #1091 from justinsb/spurious_eip
elastic ip cleanup
2016-12-07 13:18:54 -05:00
Justin Santa Barbara 86622dad09 Cleanups to make kops update apply cleanly for private topologies
Remove a few spurious changes
2016-12-07 11:44:36 -05:00
Justin Santa Barbara 64749953a3 elastic ip cleanup 2016-12-07 11:43:39 -05:00
Chris Love 376fe2034b Merge pull request #1090 from justinsb/revert_k8s_submodule_bump
Revert k8s submodule bump
2016-12-07 09:36:10 -07:00
Justin Santa Barbara 27ed4bf8f6 Revert k8s submodule bump
Was inadvertent
2016-12-07 11:35:15 -05:00
Justin Santa Barbara 0e7ab42eb7 Merge pull request #1084 from DualSpark/nat-gateway-sanity-check
Adding sanity check for natgateways
2016-12-07 11:05:15 -05:00
Justin Santa Barbara bb562fbd3d Tweak completion command
It now accepts a positional <shell> argument, so we don't have to change
the docs.
2016-12-07 10:22:43 -05:00
Justin Santa Barbara b6c9525933 Merge pull request #1031 from DualSpark/script-cleanup
removing our image and forcing setting of an ami
2016-12-07 09:21:05 -05:00
Justin Santa Barbara 8f3b2e3c09 Merge pull request #1066 from rlmcpherson/cmd-replace
Add replace command
2016-12-07 09:18:44 -05:00
Justin Santa Barbara a5d6b5295a Merge pull request #1085 from aledbf/simplify
Simplify return
2016-12-07 09:16:01 -05:00
Justin Santa Barbara 3ec68efbe7 Fix typo 2016-12-07 08:55:52 -05:00
Manuel de Brito Fontes 2eea3eb074 Simplify return 2016-12-07 09:13:56 -03:00
Kris Childress 7377250a13 logging 2016-12-07 00:13:26 -07:00
Kris Childress 0b941e8649 Merge pull request #1050 from DualSpark/kubectl-context-message
Kubectl context message
2016-12-06 23:58:36 -07:00
Kris Childress bd41340306 Merge pull request #1049 from DualSpark/state-store-error
Serious STATE_STORE error message
2016-12-06 23:52:39 -07:00
Kris Childress db11e113d9 Adding sanity check for natgateways 2016-12-06 23:49:08 -07:00
Chris Love be5fd71852 Merge pull request #1072 from justinsb/nat-gateway-detection
Fixes to existing NAT gateway detection
2016-12-06 20:05:38 -07:00
Justin Santa Barbara 68250e4b9a Fixes to existing NAT gateway detection 2016-12-06 13:28:10 -05:00
Randall McPherson 30d8e5d332 Merge remote-tracking branch 'origin' into cmd-replace
* origin: (36 commits)
  Remove unused import
  Fixes per code review
  Make sure we set APIServerCount
  Hotfix for segfaults
  Lowercase json display
  IdleTimeout configurable from editcluster
  Headers updated for ci fix
  Handled nil checks for attributes
  Add verify-boilerplate target
  Add logging of AWS retries
  adding hack/verify-boilerplate.sh to make ci target
  Print time remaining to succeed as a positive value
  adding hack/verify-boilerplate.sh to make ci target
  updating headers, OMG we need this in the ci
  Format resource diffs
  Include error in message when we fail to query AZs
  v1aplha1 api code
  Connection settings loadbalancer
  Update Homebrew documentation
  Import tidying
  ...
2016-12-05 19:03:13 -05:00
Randall McPherson 658d3822cc Add replace command
wip
2016-12-05 18:54:41 -05:00
Justin Santa Barbara 03ad0cf4cd Merge pull request #1065 from justinsb/fix_imports
Remove unused import
2016-12-05 02:33:03 -05:00
Justin Santa Barbara ade674e4b4 Remove unused import
Fix mistake in rebase
2016-12-05 02:32:34 -05:00
Justin Santa Barbara 295f3875d6 Merge pull request #1048 from justinsb/fix_371
Make sure we set APIServerCount
2016-12-05 02:31:05 -05:00
Justin Santa Barbara 132a001a40 Fixes per code review 2016-12-05 02:30:53 -05:00
Justin Santa Barbara d1ea4f969a Make sure we set APIServerCount
It looks like it got lost in a refactor.  Add a unit test, and move
initialization to code (and have the code self-check as well).

Also we can now have a fairly long code comment about the reasons why
this is such a mess...

Fix #371
2016-12-05 02:30:53 -05:00
chrislovecnm 6958de8323 fixing nodeup url 2016-12-04 14:14:51 -07:00
chrislovecnm bad489cb75 message when we change kubectl context
fixing kubectl config path when set to multiple paths
2016-12-04 15:58:35 -05:00
Kris Childress 38676a07eb Merge pull request #1056 from justinsb/hotfix_npe
Hotfix for segfaults
2016-12-04 10:53:12 -07:00
Justin Santa Barbara df9e1e44db Hotfix for segfaults 2016-12-04 12:44:22 -05:00
Kris Childress 7242d91e24 Merge pull request #989 from WillPlatnick/brew_docs
Add brew install documentation
2016-12-04 06:00:26 -07:00
Kris Childress add29ef0a8 Merge pull request #906 from alok87/bastion_improvements
WIP: Bastion Improvements
2016-12-04 05:09:52 -07:00
alok87 a9badebf42 Lowercase json display 2016-12-04 17:35:01 +05:30
alok87 99aa9d6490 Merge remote-tracking branch 'kopsrepo/master' into bastion_improvements
* kopsrepo/master: (29 commits)
  Add verify-boilerplate target
  Add logging of AWS retries
  adding hack/verify-boilerplate.sh to make ci target
  Print time remaining to succeed as a positive value
  adding hack/verify-boilerplate.sh to make ci target
  updating headers, OMG we need this in the ci
  Format resource diffs
  Include error in message when we fail to query AZs
  Import tidying
  Apply gofmt
  Update cmd/kops/validate_cluster for refactor
  Move to pkg/validation and tidy up
  Update command building pattern, a few tweaks
  adds more machine types
  fix path to adding feature doc
  Update dns-controller README
  bug in my fix header script
  updating header
  bumping weave version
  Remove old file
  ...
2016-12-04 17:24:29 +05:30