Sebastiaan van Steenis
d2b19066f3
Add Sao Paulo/Canada Central to EKS regions
2019-12-12 09:46:31 -08:00
Westly Wright
77dd844660
Ensure that correct subnet/vpc's selected on Edit
...
Subnets and VPC weren't being initialized correctly when editing an EKS
cluster. Also fixes some formatting issues.
rancher/rancher#23879
rancher/rancher#24481
2019-12-09 16:07:36 -07:00
Westly Wright
1ea956ee07
update vpc & subnet observers to watch steps to init correctly
...
rancher/rancher#23879
2019-11-06 12:18:37 -07:00
Cody Jackson
7902a0fd62
Fix EKS cluster creation transition
...
After pressing the 'create' button of the EKS driver the user was being
transitioned back to step 3 (Vpc & Subnet) rather than waiting on the
final page until the save is complete and returning to the cluster page.
An observer was being triggered by the save process which subsequently
set the step back to 3. To resolve this we will only enter the branch if
there are initialized values that need to be set back to default.
rancher/rancher#23493
2019-10-22 14:16:01 -07:00
Cody Jackson
6718c4886e
Addressing a number of ember deprecations
...
- Moved from Ember.$() to importing jquery.
- Moved from fn().on() to on(fn())
- Moved from fn().observes() to observer(fn())
This got /g/clusters from 27 warnings to 5 warnings for me.
2019-10-03 10:53:36 -07:00
Vincent Fiduccia
31d51cbb37
Merge pull request #3337 from gliptak/patch-1
...
Add Amazon EKS 1.14
2019-09-06 12:34:43 -07:00
Gábor Lipták
bb28a7aa7f
Add Amazon EKS 1.14
2019-09-06 07:45:10 -04:00
Gábor Lipták
2536b39d47
Add Bahrain/me-south-1 to EKS regions
...
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2019-09-04 14:20:11 -04:00
Gábor Lipták
75822c58ff
Default to m5.large for EKS
2019-09-03 14:47:55 -04:00
rmweir
6c7e40477a
Add ap-east-1 to eks region dropdown
2019-08-29 18:04:36 -07:00
loganhz
be627792f9
Refactor EKS node ASG-size fields
...
https://github.com/rancher/rancher/issues/22097
2019-08-12 16:57:07 +08:00
loganhz
b547b8f0e7
Set 1.13 as default Kubernetes version for EKS
2019-07-22 08:37:43 +08:00
Sebastiaan van Steenis
c1cbb50c46
Add EKS regions and k8s 1.13
2019-06-26 00:49:36 +02:00
Westly Wright
325845ab52
Load ssh keys and add ssh key selection to amazon eks
...
rancher/rancher#17875
2019-04-22 10:36:14 -07:00
rmweir
d5f8f19aef
Disable non-editable EKS fields
...
Disabled and hid edit input for EKS fields that
cannot be changed. Prior, users could change these
fields and cluster would go to updating and a request
would be sent, but EKS would not respect their new
values.
2019-04-17 12:36:00 -07:00
Westly Wright
b83fb547f7
Update eks k8s to 1.12
...
rancher/rancher#19414
2019-04-05 09:58:03 -07:00
n313893254
6ec0377992
EKS k8 version UI issues
...
https://github.com/rancher/rancher/issues/17762
2019-02-03 17:18:39 +08:00
n313893254
a5e83f6dc4
Update for review
2019-01-23 15:19:56 +08:00
n313893254
3b245589c4
UI - Update EKS regions/AMIs/templates
...
https://github.com/rancher/rancher/issues/17082
2019-01-16 16:13:09 +08:00
Vincent Fiduccia
9d9fc34285
Tiered cluster dropdown
2018-11-15 16:21:37 -07:00
Westly Wright
a7dae85c2f
EKS cluster with session token now clears ak on edit
...
rancher/rancher#16576
2018-11-15 11:58:11 -07:00
Westly Wright
d75ebc9a63
Missing keys cause error eks session token
...
rancher/rancher#16470
2018-11-07 14:24:52 -07:00
Westly Wright
ab192c9ffe
Amazon EKS session token bugs
...
rancher/rancher#16420
rancher/rancher#16421
rancher/rancher#16423
rancher/rancher#16425
2018-11-05 10:38:24 -07:00
Westly Wright
c04e5061ef
Add optional session token to eks config
...
rancher/rancher#16087
rancher/rancher#16091
add delete placeholder
Add delete logic for eks clusters and optional key
clean up can bulk remove logic for cluster
bug fix
update translations
2018-10-18 17:02:42 -07:00
Westly Wright
1485b837ea
Add associateWorkerNodePublicIp to amazon eks cluster creation
...
rancher/rancher#16090
rancher/rancher#16092
2018-10-12 12:18:41 -07:00
Westly Wright
2197daf1a5
EKS - send custom role name instead of role id
...
rancher/rancher#16080
rancher/rancher#16082
2018-10-11 10:42:07 -07:00
Westly Wright
f7584871d1
Add eu-west-1 option for EKS cluster location
...
rancher/rancher#15546
2018-09-12 11:33:10 -07:00
loganhz
d5d68316d7
Fix EKS custom vpc issue
...
https://github.com/rancher/rancher/issues/15008
2018-08-23 14:21:38 +08:00
Westly Wright
dfb90c4796
move node drivers to engine
2018-08-15 14:05:19 -07:00
Westly Wright
d33fff67e7
Sort EKS filterd options
...
rancher/rancher#14918
2018-08-02 15:58:34 -07:00
Westly Wright
0df16123ad
Recompute steps on eks
...
rancher/rancher#14920
2018-08-02 15:53:43 -07:00
Westly Wright
4acfa150d0
Allow user to select/deselect eks option before committing
...
rancher/rancher#14876
rancher/rancher#14622
2018-08-02 11:12:59 -07:00
Westly Wright
06a0cdf142
Fix undefined error breaking edit ping/adfs pages
...
rancher/rancher#14850
also fix a few lint errors
and yarn lock
2018-07-30 14:58:01 -07:00
Westly Wright
15471ae90b
Clean up eks fields
...
rancher/rancher#14622
2018-07-30 13:58:00 -07:00
Westly Wright
05408648c3
New EKS fields
2018-07-30 13:58:00 -07:00
Vincent Fiduccia
93f922b92d
eslint --fix
2018-07-20 11:47:19 -07:00
Vincent Fiduccia
0686d4840d
Revert part of eslint fix
2018-07-16 17:50:16 -07:00
Westly Wright
877ed1f522
More lint files changes (see lib)
2018-07-11 14:06:27 -07:00
n313893254
d8cac803af
EKS Form Needs to Validate Min/Max ASG Size
...
https://github.com/rancher/rancher/issues/14238
2018-07-02 11:16:02 +08:00
Westly Wright
a3b9f519b8
add new eks options
...
rancher/ranacher#14064
2018-06-19 22:27:18 -07:00
Westly Wright
33d659a478
EKS Bugs
...
rancher/rancher#14064
2018-06-19 10:40:29 -07:00
Vincent Fiduccia
ef4cf85d5b
Amazon EKS
2018-04-09 17:23:24 -07:00
Vincent Fiduccia
24e17000df
EKS, cluster mem
2018-02-20 17:46:25 -07:00