Giancarlo Rubio
cbe8742699
review doc on creating instance group
2017-07-06 16:02:21 +02:00
Arve Knudsen
bb776c6ca3
Fix typos in upgrade cluster docs
2017-07-04 00:50:47 +02:00
Justin Santa Barbara
7c8dcc4a0d
Code changes for 1.7
2017-07-02 13:10:28 -04:00
chrislovecnm
39bf52d525
fixing bug with using shell flag
2017-06-30 13:03:45 -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
chrislovecnm
ed5ef173ee
Fixing typo and grammar
2017-06-20 11:37:33 -06:00
Justin Santa Barbara
f75ea400a3
Merge pull request #2772 from chrislovecnm/delete-fix
...
Work on kops delete
2017-06-20 01:18:26 -04:00
Justin Santa Barbara
5955467be0
Default to loadbalancer ingress for gossip dns
...
DNS ingress won't work anyway.
2017-06-19 14:16:35 -04:00
chrislovecnm
26224ce371
Work on deletes; no error without "--yes", fixed delete.go deleting ig that does not exist, doc updates.
2017-06-17 22:19:35 -06:00
Justin Santa Barbara
8fb99a87e2
Merge pull request #2680 from murali-reddy/kube-router
...
add support for kube-router as CNI networking provider
2017-06-16 10:37:49 -04:00
andrewsykim
e8c99ee72e
removes cluster delete code in upup/pkg/kutil duplicated in pkg/resources and puts instancegroup and rollingupdate code into its own packges
2017-06-10 15:21:06 -04:00
Matt Marchetti
c847bd1fa3
Initial commit to add option to set volume size at creation
2017-06-09 10:53:25 -04:00
Murali Reddy
e872dbcb86
add support for kube-router as CNI networking provider
...
fixes #2606
Most part of the changes are similar to current supported CNI networking
provider. Kube-router also support IPVS bassed service proxy which can
be used as replacement for kube-proxy. So the manifest for kube-router
included with this patch enables kube-router to provide pod-to-pod
networking, IPVS based service proxy and ingress pod firewall.
2017-06-09 17:01:31 +05:30
andrewsykim
e6cb45189c
remove TODO
2017-05-30 20:43:08 -04:00
andrewsykim
eecd2072b2
Generalize Cluster Resources
2017-05-30 20:43:08 -04:00
Jordan Jennings
6213c519e1
Make Weave MTU configurable and set AWS default config for jumbo frames
2017-05-30 06:36:09 -04:00
chrislovecnm
786072be99
bad merge
2017-05-19 17:31:09 -06:00
Eric Hole
fb75bdcd31
get now gets a cluster
2017-05-19 17:29:05 -06:00
chrislovecnm
36e8449cc7
updates
2017-05-19 09:04:33 -06:00
Willem Mali
cf7d9c71c9
Clarified --image paramater applies to all cluster instances
2017-05-19 14:20:51 +02:00
Justin Santa Barbara
db0c86e8ee
Cleanup get command
2017-05-18 14:22:02 -04:00
Willem Mali
1fffc13a22
removed deprecated secrets command subtree from CLI and docs
2017-05-18 14:52:14 +02:00
Justin Santa Barbara
54d9ac79f0
Merge pull request #2559 from mikesplain/add_api_loadbalancer
...
Add api-loadbalancer option to cli set public or internal loadbalancer
2017-05-16 10:26:19 -04:00
Mike Splain
bd0f18d413
Rename api-loadbalancer to api-loadbalancer-type and cleanup
2017-05-16 09:42:52 -04:00
Mike Splain
1ee84d1922
Fix typo
2017-05-16 09:42:52 -04:00
Mike Splain
bb30f51fc4
Add api-loadbalancer option to force public or internal loadbalancer for the masters
2017-05-16 09:42:52 -04:00
Seungcheol Ko
964099155b
Fix typo: export -> expose
2017-05-16 07:43:01 +00:00
Justin Santa Barbara
942142f96c
Merge pull request #2555 from rdtr/unset_default_state_value_on_docs_creation
...
Fixes 2502: unset default value of state flag when docs are generated
2017-05-16 00:49:29 -04:00
Chris Love
e1cbf82072
Merge pull request #2566 from gianrubio/fix-rolling-upgrade
...
Review rolling-update command
2017-05-15 14:47:58 -06:00
Justin Santa Barbara
df057199b1
Merge pull request #2515 from justinsb/dont_assume_ha_master
...
Only do HA if master-count or master-zones is specified
2017-05-15 12:56:22 -04:00
Chris Love
12e4305998
Merge pull request #2565 from gianrubio/fix-completion-command
...
review completion command
2017-05-15 09:59:08 -06:00
Justin Santa Barbara
4487639eff
Only do HA if master-count or master-zones is specified
...
We don't want to "accidentally" enable HA. When users specify multiple
zones, but don't specify a master-count or master-zones, we interpret
that as master-count=1
2017-05-15 11:57:03 -04:00
Giancarlo Rubio
44ea396832
review rolling-update command
...
export var KOPS_FEATURE_FLAGS in the docs
2017-05-15 16:26:14 +02:00
Justin Santa Barbara
c94373fe88
Merge pull request #2550 from rdtr/accept_kopeio_as_network_spec
...
#2514 support 'kopeio' as networking argument
2017-05-15 10:22:00 -04:00
Giancarlo Rubio
76e40a88d9
review completion command
2017-05-15 12:30:56 +02:00
Norio Akagi
f480ac9a12
fixed #2514 : support 'kopeio' as networking argument
2017-05-12 09:08:53 -07:00
Norio Akagi
12550e7f5f
Fixes #2502 : unset default value of state flag when docs are generated
2017-05-12 02:10:14 -07:00
Laurent Crisci
cf6654e60c
Fixed some typos, s/resrouces/resources/
2017-05-11 17:05:50 +01:00
Justin Santa Barbara
201e6c883b
Merge pull request #2531 from BradErz/fix-issues-2530
...
Added -A flag to ssh connection
2017-05-10 08:48:12 -07:00
Chris Love
101cdcdd8c
Merge pull request #2512 from svozza/update-help-cloudformation-target
...
Mention CloudFormation as target in update cluster help
2017-05-09 22:14:20 -06:00
Chris Love
0ea8f6d239
Merge pull request #2524 from dolftax/state-store-trailing-slash
...
[Fixes #2439 ] Trim trailing slash (if present) in state store value
2017-05-09 22:10:11 -06:00
Bradley
e48684832f
Added warning about the ssh user
2017-05-09 22:20:10 +01:00
Bradley
57bcec2a13
Removed forwarding key when connecting to the master
2017-05-09 13:07:27 +01:00
Stefano Vozza
cb53eb3518
mention cloudformation as target in update cluster help
2017-05-08 22:04:24 +01:00
Bradley
45aa3a72e8
Added -A flag to ssh connection
2017-05-08 21:51:33 +01:00
Jaipradeesh Janarthanan
40ace52c37
[ Fixes #2439 ] Trim trailing slash (if present) in state store value
...
Signed-off-by: Jaipradeesh Janarthanan <jaipradeesh@gmail.com>
2017-05-08 12:57:21 +05:30
chrislovecnm
53848f1f7f
Work on cli documentation
2017-05-07 21:03:29 -06:00
chrislovecnm
7487b0d756
updating docs, adding verify-gendocs and more build tweaks
2017-05-04 18:58:10 -06:00
Roberto J Rojas
4d4dcc7942
#1005 cmd: root, create, delete, edit, update and upgrade use of templates and i18n.
2017-04-26 16:02:03 -04:00