Westly Wright
362f9ced32
fix incorrect comparison operator for no worker role check
...
rancher/rancher#28758
2020-09-26 13:13:10 -07:00
Westly Wright
0701ece406
fix external cloud provider options
...
drop empty awsCloudProvider config and empty config answers
rancher/rancher#26118
2020-09-26 12:01:36 -07:00
Westly Wright
742301f7b3
Default new node pools to worker role, set node pool w/o role to worker
...
rancher/rancher#28758
2020-09-26 11:14:33 -07:00
Westly Wright
35eb211d8d
update connecting styles for modal shell
...
rancher/rancher#28569
2020-09-26 09:47:52 -07:00
Westly Wright
bc90e0b936
Sync from clean source
...
rancher/rancher#29170
2020-09-26 09:26:42 -07:00
Westly Wright
1128d2be61
add extra version upgrade logic for eks v2
...
Cluster version can only deviate from node group versions by 1, so if any node group version is more than 1 behind the cluster can not upgrade until the node groups upgrade
New node groups should version set to that of the cluster not the other node groups
rancher/rancher#28968
rancher/rancher#29166
2020-09-25 16:06:19 -07:00
Westly Wright
37fa8e6ef7
Highlight connection message on kubectl shell
...
rancher/rancher#28569
2020-09-25 15:02:10 -07:00
Westly Wright
a80dcefbc3
lint
2020-09-24 17:04:51 -07:00
Westly Wright
e8425ff414
Update editable fields
...
rancher/rancher#29137
2020-09-24 17:01:22 -07:00
Westly Wright
5c9bd91cb4
Rework node group upgrade ux
...
This makes the node group upgrade ux closer to the ux of AWS console.
Removes the node group version select, replaces with a radio.
Adds logic to set the new nodegroup version on edit to the version of other nodegroups
Adds logic to prevent node group version upgrade when cluster version is being upgraded.
rancher/rancher#28965
rancher/rancher#28966
rancher/rancher#28968
2020-09-24 12:06:03 -07:00
Westly Wright
bc3dd780b9
Focus element in form-key-value correctly
...
rancher/rancher#28940
2020-09-23 17:09:13 -07:00
Westly Wright
35767c93d1
Merge pull request #4156 from nikkelma/ui-banners-failsafe
...
Suppress exceptions when parsing JSON settings, default to raw value
2020-09-23 08:52:39 -07:00
Cody Jackson
4a8e45e1ce
Fixing tags
...
- The entire tag collection needs to be sent if it changed
- I noticed that when editing a tag key each letter was added so I resolved that as well
rancher/rancher#28949
2020-09-18 12:49:44 -07:00
Denise
d0597645ba
Merge pull request #4161 from westlywright/feature.eksv2.syncing
...
EKS V2 Clusters Syncing & Save
2020-09-13 21:01:06 -07:00
Denise Schannon
78d99c73ac
AKS only works with lowercase "calico"
2020-09-11 20:34:30 -07:00
Westly Wright
79c00cf7d7
Rework for new requirements that node groups need the entire object.
2020-09-11 16:13:41 -07:00
Westly Wright
42a8ce7cad
EKS cluster new can no longer have null values
2020-09-11 13:46:37 -07:00
Westly Wright
2e3d110ea6
Update cluster save to handle eks v2 sync
...
also makes eks v2 node group names uneditable
rancher/rancher#28541
2020-09-11 09:20:01 -07:00
Westly Wright
0d75d59d31
Generalize error handling for kms keys
...
rancher/rancher#28734
2020-09-04 09:46:29 -07:00
Westly Wright
c34f77ae19
Forward port kms keys in node template fixes
...
rancher/rancher#28719
rancher/rancher#28724
2020-09-03 11:02:49 -07:00
Matt Nikkel
a7c408576f
Suppress exceptions when parsing JSON, default to raw setting value
2020-09-02 16:27:51 -04:00
Westly Wright
eeacedb81a
Update cluster selector markup for new design
...
rancher/rancher#28625
2020-08-31 13:41:36 -07:00
Westly Wright
eb2d758317
Merge pull request #3953 from jrosinsk/populate-with-dynamic-values
...
Populate OKE cluster creation values dynamically
2020-08-31 10:32:51 -07:00
Westly Wright
1d8f3f3ef9
eks v2 set nodeGroup version number on create
...
rancher/rancher#28604
2020-08-28 13:54:37 -07:00
jrosinsk
e90e552ecd
Populating with dynamic values
2020-08-28 11:50:52 -07:00
Vincent Fiduccia
d7436d4059
Ember<->Vue integration & login
2020-08-26 03:47:59 -07:00
Cody Jackson
20f62cda59
Fixing GKE cluster edit
...
A guard was implemented incorrectly, it wasn't appropriately handling
the case where oauthScopes were empty.
rancher/rancher#28555
2020-08-25 16:19:03 -07:00
jesse.millan
d5be675ccb
Update static regions, versions, etc. in OCI and OKE drivers.
2020-08-20 15:43:43 -07:00
Westly Wright
955b1820c2
always set full obj for node group labels and anno
2020-08-17 09:53:51 -07:00
Westly Wright
4925f54ef7
Expose node group versions on eks v2 node groups
...
adds both tooltip warning on cluster row and alert warning on cluster dashboard
version can only be updated on edit when cluster version is different from node group version
all other times we set the node group version to the clusters version
rancher/rancher#28335
2020-08-14 16:38:02 -07:00
Westly Wright
1e28833ac5
Add helper text to public/private access
...
rancher/rancher#28369
2020-08-14 10:46:42 -07:00
Westly Wright
01d591b36f
Add labels for network access to eks v2
...
rancher/rancher#28361
2020-08-14 10:21:00 -07:00
Westly Wright
e14f7302d4
Merge pull request #4120 from westlywright/bug.deployment.scale.0.or.null
...
Allow pod scale to be set 0 or null
2020-08-10 13:38:40 -07:00
Westly Wright
322010d292
Allow pod scale to be set 0 or null
...
Pod scale minimum was incorrectly set to 1. This sets the default back
to 0. Adds a nullible flag to input-int as this is allowed in most cases
where we are using the component. Defaults to false.
Formatting fixes
rancher/rancher#28168
2020-08-10 12:28:17 -07:00
Westly Wright
9b028ff162
eks v2 new mode show sgs from config
...
rancher/rancher#28192
2020-08-10 11:55:30 -07:00
Westly Wright
2db7e67d47
watch cloud creds array for changes
...
rancher/rancher#28174
2020-07-30 15:15:52 -07:00
Westly Wright
010f8a9e74
Always use eksStatus for security groups
...
rancher/rancher#28148
2020-07-30 10:05:05 -07:00
Westly Wright
4886ac772d
Add check for 2 or more subnets eks v2
2020-07-30 09:04:44 -07:00
Westly Wright
b5ff741468
fix eks v2 security groups not showing on edit
2020-07-29 14:43:04 -07:00
Westly Wright
a89310e801
lint
2020-07-29 14:24:30 -07:00
Westly Wright
c81f0ac7b5
update eks v2 node group defaults
...
rancher/rancher#28127
2020-07-29 14:21:39 -07:00
Westly Wright
9cbece82e5
update eks v2 subnets path
...
rancher/rancher#28148
2020-07-29 14:15:48 -07:00
Westly Wright
f21f3097c0
Fix incorrect setTags for node-group-row eks v2
...
rancher/rancher#28124
2020-07-29 10:55:52 -07:00
Westly Wright
9037dba2bf
Ensure publicAccessEndpoint is initialized correctly
...
also fixes a import issue with cloud creds for amazon eks
rancher/rancher#28117
2020-07-29 10:52:21 -07:00
Westly Wright
95406e42d4
Tweak import launch ux
...
rancher/rancher#28007
2020-07-28 11:36:51 -07:00
Cody Jackson
0e1e84daea
Switching from min value to default value for upgradeStrategy timeout
...
Turns out that the min value that the backend accepts won't allow
upgrades to complete. This switches the value to the default value to
mitigate that issue.
rancher/rancher#27333
2020-07-27 17:28:50 -07:00
Westly Wright
fdcf7c839f
small bug fixes for eks v2 kms keys
2020-07-24 16:56:52 -07:00
Westly Wright
2af9fba016
Merge pull request #4093 from codyrancher/timeout-min-value
...
[forwardport] Ensure that the upgradeStrategy.nodeDrainInput.timeout doesn't exceed the min value
2020-07-24 16:21:51 -07:00
Cody Jackson
d5336bc20c
Ensure that the upgradeStrategy.nodeDrainInput.timeout doesn't exceed the min value
...
rancher/rancher#27333
2020-07-24 16:01:21 -07:00
Westly Wright
af16527ff9
Exposes edit for RKE2 imported clusters
2020-07-23 10:24:31 -07:00