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
3c711f7518
Merge pull request #4155 from codyrancher/ttl-forwardport
...
[forwardport] api keys ttl
2020-09-10 08:57:02 -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
Cody Jackson
8fbd86a081
Implementing max token ttl for api keys
...
- added 'auth-token-max-ttl-minutes' setting
- modified api-key modal to better handle the max-ttl when it is set
rancherlabs/rancher-security#466
2020-09-02 11:53:45 -07:00
Westly Wright
eeacedb81a
Update cluster selector markup for new design
...
rancher/rancher#28625
2020-08-31 13:41:36 -07:00
Westly Wright
085459f32d
Merge pull request #3952 from jlamillan/jlamillan/oci_dynamic_values
...
Verify OCI cloud credentials and fetch values dynamically from OCI.
2020-08-31 10:36:08 -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
Vincent Fiduccia
2ed359e694
Fix redirecting to dashboard
2020-08-28 18:15:03 -07:00
Vincent Fiduccia
46610de6f5
Logging, Monitoring, CIS banners
2020-08-28 17:57:54 -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
jesse.millan
473551b9cf
Verify OCI cloud credentials and fetch values dynamically from OCI.
2020-08-28 09:28:10 -07:00
Vincent Fiduccia
d7436d4059
Ember<->Vue integration & login
2020-08-26 03:47:59 -07:00
Vincent Fiduccia
bf156aff68
Merge pull request #3720 from hypnotortoise/master
...
Add Switzerland region to Azure cluster provider
2020-08-25 22:15:38 -07:00
Vincent Fiduccia
76bd5c82fc
Merge pull request #4095 from adaliszk/master
...
Add Azure German Public locations to the provider choices
2020-08-25 22:13:16 -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
Westly Wright
0b1051e5ac
Merge pull request #4136 from nikkelma/ui-banners-failsafe
...
Ensure no exceptions are thrown when handling UI banners
2020-08-25 10:34:03 -07:00
Matt Nikkel
4286630fb0
Ensure no exceptions are thrown when handling UI banners
...
Any exceptions during JSON parsing are now handled; fields are checked
for being a string; logic was slightly consolidated.
2020-08-21 12:47:42 -04: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
hypnotortoise
a57f0922cf
fix: missed { after rebasing
2020-08-15 00:21:22 +02:00
hypnotortoise
533a9aa331
Merge remote-tracking branch 'upstream/master'
2020-08-15 00:14:25 +02: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
Cody Jackson
a482fada9d
Ignoring appliedSpec before validating
...
Unfortunately the backend is sometimes saving invalid models
which causes the validation of appliedSpec to fail. To avoid
this validation we're not ignoring the appliedSpec where this
can go wrong.
https://github.com/rancher/rancher/issues/27333#issuecomment-665244361
2020-08-05 09:36:18 -07:00
Ádám Liszkai
b4404039a7
Fix Typo
2020-08-04 00:31:03 +02: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
rmweir
802b3abca6
Update EKS version choices
2020-07-28 14:38:38 -07:00
Westly Wright
2c1fac8c64
Merge pull request #4102 from westlywright/enhancement.select.cluster.type
...
Rework Cluster Import/Register Experience
2020-07-28 12:02:31 -07:00
Westly Wright
95406e42d4
Tweak import launch ux
...
rancher/rancher#28007
2020-07-28 11:36:51 -07:00
Westly Wright
902587d20a
Replace URL regex with linkifystr
2020-07-28 10:02: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
Ádám Liszkai
455ad8b8d7
add Germany Public locations
2020-07-25 15:24:13 +02: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
Westly Wright
3d13864e53
Amazon EKS V2
...
error handler
wip - dev for aws cloud creds
wip - refactor aws login
wip - kms key
wip - encrypt secrets
wip - private access & vpcs
wip - translations and formatting
wip - more cleanup
remove unneeded code
wip - node groups
add ability to disable value label
fix double import, fix double negative disable add button and expose
addbuttonenabled
clean up public access and node groups
cleanup variable names and default config
eks regions
wip - eks v2 select
differentiate v1/2 amazon eks providers
clean up node groups, translations
unionize top errors
Consolidate aws util statics
WIP - Import/Cloud Creds
tweak cloud cred events for eks driver
WIP new import selector
drop unneeded variables eks import
kms keys cleanup
allow user to enter if the kms keys call fails
firefox styles
drop vpc selection and group subnets by vpcs
import cluster name input if allClusters fails to load from eks
make eks import a bit more dynamic
fix bug in driver eks for default subnet
more imported cleanup
eks v2 edit
eks v2 vendors
remove use cloud creds temp branchs
push current version to version choices if it doesnt exist
eks v2 rename cloudcred param
fix eks v2 versions
clean up for pr
2020-07-22 16:09:14 -07:00
Cody Jackson
418e074b27
Adding requestId and responseType to saml logins
...
I mistakenly didn't add these two fields when replacing socketId with
publicKey.
rancherlabs/rancher-security#444
2020-07-21 17:48:54 -07:00
Vincent Fiduccia
0d1a02666f
Add in-progress state
2020-07-21 12:41:58 -07:00
Westly Wright
24a9e406d5
Merge pull request #4083 from codyrancher/cis-upgrade-fix
...
Adding a selected cis profile to the profile options if it's not present
2020-07-21 09:03:08 -07:00
Cody Jackson
23da8e8b17
Adding a selected cis profile to the profile options if it's not present
...
When upgrading rancher the old 1.4 cis profiles were removed which prevented
the currently selected profile for scheduled scans to be selected.
This adds a selected profile to the options if it's not present allowing the
profile to be selected by default. If a different profile is selected and saved
the option will no longer be present. This option will also not be present in
the manual run scan modal.
rancher/rancher#27867
rancher/rancher#27866
rancher/rancher#27374
2020-07-20 15:25:56 -07:00
Cody Jackson
36d4dd7afd
Replacing SAML socketId with publicKey
...
The backend changes for socketId weren't working with HA clusters so
it was decided to replace socketId with publicKey.
rancher/rancher#444
2020-07-20 09:53:16 -07:00
Westly Wright
c7eb2815d5
fetch nested custom answers correctly
...
add some error checking incase custom answer is missing
rancher/rancher#27416
2020-06-25 17:01:06 -07:00
Westly Wright
141cf7f924
Merge pull request #4058 from westlywright/orphan.ctrs
...
Edit Cluster with Missing RKE Template
2020-06-25 09:46:36 -07:00
Westly Wright
e4540cedf0
Merge pull request #4055 from westlywright/bug.dynamic.import
...
Component Destroyed Error
2020-06-25 09:41:47 -07:00
Westly Wright
ba89866c1d
delete network.options only if they exist
...
network.options does not have to exist
rancher/rancher#26865
2020-06-24 16:22:21 -07:00
Westly Wright
102da8cf0d
check for missing cluster template
...
rancher/rancher#26865
2020-06-24 14:22:22 -07:00
Westly Wright
d1f5061ac1
lint
2020-06-24 14:22:22 -07:00
Westly Wright
d450334cb4
Don't try to notifiy the prop change if component is destroyed
2020-06-24 11:48:06 -07:00
Westly Wright
8699c8adf3
Merge pull request #4052 from westlywright/bug.nonascii.secret.data
...
Do Not Decode/Encode Non-Asciilike Values
2020-06-24 08:46:42 -07:00
Westly Wright
9a99077895
do not decode/encode non-asciilike values
...
rancher/rancher#27439
2020-06-23 16:39:34 -07:00
Westly Wright
a986c84bc5
update excluded children keys
...
adds `extraArgs` cameled string to list since they can come back from the api
this way
rancher/rancher#26469
2020-06-23 09:56:34 -07:00
Westly Wright
9f277d7534
Allow edit of ascii like secret data
...
rancher/rancher#27439
2020-06-16 14:59:40 -07:00
Jesse Millan
acd682cf88
A tenancy should be a valid compartment since it is technically the root compartment. Resolves kontainer-engine-driver-oke/issues/13.
2020-06-11 11:14:37 -07:00
Ian Moroney
d6942baf30
Fixed formatting
2020-06-01 17:37:25 +01:00
Ian Moroney
f850502838
Added UAE regions
2020-06-01 17:16:57 +01:00
Cody Jackson
cb66e8f289
Revert "Removing the scope parameter from github oauth"
...
This reverts commit 413e1cd021 .
2020-05-29 09:59:48 -07:00
Cody Jackson
5bc8d3c41e
Revert "Only adding the scope param in oath logins for google"
...
This reverts commit 2975442140 .
2020-05-29 09:58:36 -07:00
Westly Wright
86882b5390
Merge pull request #4020 from codyrancher/saml-socket
...
Updating SAML logins to include a socketId
2020-05-28 13:42:38 -07:00
Westly Wright
2146ef0130
Merge pull request #4003 from bashofmann/fix-app-search
...
Fix JS failure when searching through apps without description
2020-05-28 10:44:10 -07:00
Westly Wright
9c729e701a
Merge pull request #3997 from codyrancher/drainage
...
Splitting up aggressive drain parameters
2020-05-28 10:31:33 -07:00
Westly Wright
e0f78e0932
Merge pull request #4017 from loganhz/ack-master
...
[Master] Use external UI for Aliyun ACK cluster
2020-05-28 08:39:33 -07:00
Cody Jackson
c4cc06f26c
Updating SAML logins to include a socketId
...
https://github.com/rancherlabs/rancher-security/issues/444
2020-05-27 15:37:29 -07:00
loganhz
a859b0547d
Use external UI for Aliyun ACK cluster
2020-05-27 22:49:26 +08:00
Cody Jackson
2975442140
Only adding the scope param in oath logins for google
...
Looks like the undefined scope was getting added to the query
params for the redirect url. This change prevents the scope
param from being present for anything but google.
rancher/rancher#27175
2020-05-26 17:29:25 -07:00
Vincent Fiduccia
7a6c5c7a91
Merge pull request #4004 from codyrancher/feature.file.issue.email
...
Expose new ui setting for issues email link
2020-05-26 16:33:53 -07:00
Cody Jackson
77b61391f3
Changing Longhorn storage class parameters
...
The parameters are shown with the known keys but it's
no longer limited to only the known keys. New keys can
be added and they will be sent to the backend as long as
they have values.
rancher/rancher#27220
2020-05-26 15:51:18 -07:00
Cody Jackson
27c3ace324
Splitting up agressive drain parameters
...
We no longer have safe and aggressive nodes we now
have two properties 'force' and 'deleteLocalData'.
rancher/rancher#27111
2020-05-26 13:11:22 -07:00
Vincent Fiduccia
22db0ef542
Merge pull request #4006 from codyrancher/github-scopes
...
Removing the scope parameter from github oauth
2020-05-23 16:51:09 -07:00
Cody Jackson
413e1cd021
Removing the scope parameter from github oauth
...
rancher/rancher#27175
2020-05-22 16:54:48 -07:00
Westly Wright
a427b345af
Expose new ui setting for issues email link
...
rancher/rancher#27047
2020-05-22 15:08:45 -07:00
Bastian Hofmann
1a17118e19
Fix JS failure when searching through catalog apps if an app is missing the optional description metadata field
2020-05-22 16:45:53 +02:00
GGGitBoy
882bbe12bc
Add k8s version for TKE
2020-05-22 13:13:36 +08:00
Cody Jackson
4be1b9c1c8
Make the default scheduledClusterScan.enabled to be a boolean
...
Enabled was being set to 'false' instead of false but this was being
masked by the execution of initScheduledClusterScan. When the
KDM values werent present initScheduledClusterScan was doing
an early exit and no longer masking the poor 'false' default value.
This will further improve the earlier solution for rancher/rancher#26996 .
2020-05-20 14:03:13 -07:00
Cody Jackson
5ab4d108b4
Improving how we handle a failure to get a scanConfig
...
It appears that sometimes the cisscanconfig schema isn't present (I haven't
been able to consistently reproduce) which causes the UI to prevent the user
from saving changes to their cluster. Though I think this could be fixed
by the backend I'd like to stop the bleeding and have the UI handle this
better.
So there's two things that are here to help out.
1. I added a default value to the initial empty object just in case it never gets set
elsewhere.
2. If an exception is thrown while creating the scanConfig
we now just prevent the schedule from being set since it wouldn't work
anyway.
Either of these should allow saving to proceed.
rancher/rancher#26996
2020-05-20 09:16:12 -07:00
Westly Wright
7683fe057a
fix incorrectly cased import
...
rancher/rancher#26908
2020-05-19 09:21:54 -07:00
Westly Wright
8413366ca3
Merge pull request #3964 from westlywright/feature.limit.eks.upgrades
...
Prevent EKS K8s version upgrades > 1 minor version
2020-05-18 14:47:07 -07:00
Westly Wright
a3f933ed27
Prevent EKS K8s version upgrades > 1 minor version
...
rancher/rancher#26908
2020-05-18 11:04:45 -07:00
Rich Edelman
0926d578e1
Add Cape Town (af-south-1) as a supported AWS region.
2020-05-12 16:05:30 +00:00
吴远翔
04ff5d4ae1
fix(MTU form): can not set to 0 after blur
2020-05-11 13:11:35 +08:00
Westly Wright
881b197281
rollback upgrade btn changes
...
rancher/rancher#26810
2020-04-27 09:46:22 -07:00
Westly Wright
f830812d7e
Merge pull request #3931 from jlamillan/jlamillan/oke_driver_builtin
...
Add Oracle Container Engine (OKE) as a builtin custom cluster driver.
2020-04-22 17:38:55 -07:00
Jesse Millan
de9d024dce
Add support for OCI cloud credentials and node template.
2020-04-22 12:30:25 -07:00
jesse.millan
84410805f2
Add Oracle Container Engine (OKE) as a builtin cluster driver.
2020-04-22 12:17:49 -07:00
Westly Wright
1abb4bd203
escape any html links that may have been placed in banner text
2020-04-21 14:47:06 -07:00
Westly Wright
2509327067
Add new classifier banner component
...
rancher/rancher#25694
add ui-banners to allowed settings
move banners to settings
refactor names on settings component
update ui-banners translation text
2020-04-21 14:34:24 -07:00
Westly Wright
a66879ca47
disable upgrade btn if the app is up to date
2020-04-17 13:56:24 -07:00
Westly Wright
3e61dabb9f
Longhorn storage class params are not editable
...
rancher/rancher#26617
2020-04-16 11:27:52 -07:00
Westly Wright
f98e8763ae
change done button to cancel when user can't edit cluster
...
rancher/rancher#26491
2020-04-15 11:26:27 -07:00
Westly Wright
e963cddb45
lint
2020-04-15 11:19:52 -07:00
Westly Wright
3f3715f3e3
make catalog app for longhorn use consistent name
...
so users can only launch one longhorn catalog app per cluster
rancher/rancher#26627
2020-04-15 11:02:31 -07:00
Westly Wright
900e899267
refactor longhorn provisioner params
...
rancher/rancher#26617
2020-04-14 16:31:43 -07:00
Westly Wright
aabf5976cd
Change volume expansion for longhorn storage class
...
rancher/rancher#26617
2020-04-14 14:18:41 -07:00
Westly Wright
0cbdcd2cc2
Update longhorn storage class to use correct provisioner
...
rancher/rancher#26617
2020-04-14 13:49:15 -07:00
Westly Wright
c704e706e3
template error
2020-04-13 10:32:30 -07:00
Westly Wright
8bf48fa308
Add case to handle cluster temp enf on and no clust temp
...
rancher/rancher#26491
2020-04-13 09:59:17 -07:00
Westly Wright
87204118e2
Add additional helm3 id to catalog constants and update checks
...
rancher/rancher#26560
2020-04-10 11:57:46 -07:00
Westly Wright
9400ca31e7
If etcd component status unavailable, grey out
...
rancher/rancher#26402
2020-04-09 10:37:25 -07:00
Westly Wright
e8eee13c37
Merge pull request #3772 from loganhz/eks-china
...
[Master] Support EKS cn-northwest-1 and cn-north-1
2020-04-07 10:27:23 -07:00
loganhz
fa42674a8f
Support EKS cn-northwest-1 and cn-north-1
...
https://github.com/rancher/rancher/issues/25613
2020-03-31 00:15:23 +08:00
phantasia15
35527db812
Remove unnesscary permission request for g suite
2020-03-27 15:16:28 +07:00
Westly Wright
50ad47f34b
Remove sort versions for EKS since we control versions array
...
rancher/rancher#26296
2020-03-26 15:48:09 -07:00
Westly Wright
f1770c2046
Merge pull request #3880 from westlywright/eks.null.subnets
...
EKS Empty Subnets
2020-03-26 12:34:14 -07:00
Westly Wright
5654907ae6
Merge pull request #3878 from westlywright/eks.changes
...
Drop EKS k8s 1.12 from versions list
2020-03-26 12:33:29 -07:00
Westly Wright
b16e7a9565
set subnets to empty array if it's null until backend fix
...
rancher/rancher#26231
rancher/rancher#24652
2020-03-26 12:21:35 -07:00
Westly Wright
7c703e2240
Drop EKS k8s 1.12 from versions list
...
rancher/rancher#26281
2020-03-26 11:06:07 -07:00
Cody Jackson
db586813fc
Removed another case of 'true'
...
rancher/rancher#26245
2020-03-26 09:47:13 -07:00
Westly Wright
96e1431804
Merge pull request #3874 from westlywright/hosted.k8s.versions
...
Remove min k8s version check for hosted cloud provider clusters
2020-03-26 09:06:39 -07:00
Westly Wright
0b0afdcbbd
eks versions not always reversed
2020-03-25 16:55:50 -07:00
Westly Wright
550d5244ff
Coerce the versions for amazon eks which doesn't use a patch
2020-03-25 16:26:17 -07:00
Westly Wright
c17fc952e2
Remove minimum k8s version range check for Cloud Provider clusters
...
Adds a new service which parses version from the various cloud provider version
list. I moved this to a new service rather than use form-versions because
form-versions is already fairly complicated with how it has to deal with RKE
Templates and unknown patch versions. It was simpler, cleaner, and faster to
move the CP cluster version parsing to a service and use new select because the
versions coming down do not include unknown patch versions. Addtionally going
this route allows us to not have to test all clusters for regressions, only CP ones.
rancher/rancher#26255
2020-03-25 15:59:22 -07:00
Cody Jackson
b7c75acb4f
Correcting disable field for scheduledClusterScan in RKE
...
I converted the enabled value back to a boolean instead of it being a string
but I forgot to switch the three disabled fields to expect a boolean.
@rancher/rancher#26245
2020-03-25 14:25:26 -07:00
Westly Wright
7774a33193
set inital version correctly
2020-03-25 12:55:50 -07:00
Cody Jackson
b231b34a23
Making the CIS scan enabled radio buttons function on edit
...
When editing a cluster the value of scheduledClusterScan.enabled comes
back as a string rather than a boolean. I just ensure the value will be a
boolean to make sure the value is displayed on the radio buttons as
expected.
rancher/rancher#26245
2020-03-25 09:32:26 -07:00
Westly Wright
15e30282fd
Merge pull request #3870 from loganhz/fix-scan
...
[2.4.0] Fix run scan issue with invalid skip config
2020-03-25 09:15:32 -07:00
Westly Wright
b0a3788e78
Merge pull request #3871 from westlywright/updating.events.map
...
updating state map and transitions map for rke workers
2020-03-25 09:13:40 -07:00
Westly Wright
66e663fd87
Merge pull request #3868 from westlywright/helm3.catalog.delete.consistency
...
Add helm 3 to the list of fake catalogs we show as "disabled" if deleted
2020-03-25 09:03:56 -07:00
Westly Wright
32cb1393ba
updating state map and transitions map for rke workers
...
rancher/rancher#25917
2020-03-25 09:00:49 -07:00
loganhz
bbaad1a469
Fix run scan issue with invalid skip config
...
https://github.com/rancher/rancher/issues/26248
2020-03-25 19:51:41 +08:00
Westly Wright
606b5ee93b
Add helm 3 to the list of fake catalogs we show as "disabled" if deleted
...
rancher/rancher#26213
2020-03-24 16:11:54 -07:00