Westly Wright
93d1db387e
Hide mtu input for custom cluster on flannel network provider
...
rancher/rancher#25267
2020-02-05 09:54:19 -07:00
Westly Wright
5f6dfbaf47
Expose nonResourceURLs on global role editor
...
rancher/rancher#25085
2020-01-31 14:59:19 -07:00
Westly Wright
3f14f59133
Fix broken jquery targeting
...
rancher/rancher#24960
2020-01-28 15:56:28 -07:00
Westly Wright
19434d8b2e
Azure aks get the latest satisfying version from versions
2020-01-24 16:54:20 -07:00
Westly Wright
78bd0811d5
Remove default k8s version value from AKS cluster
...
we should let the version picker choose the latest version
rancher/rancher#25100
2020-01-24 14:10:51 -07:00
Westly Wright
0519376220
drop cluster validation into next block
...
This ensures that all changes to the cofig via yaml are applied before
validating the cluster params.
rancher/rancher#24971
2020-01-22 14:59:55 -07:00
Westly Wright
5d589a5bb9
Merge pull request #3705 from shanewxy/yaml-create
...
Fixed edit as yaml in cluster options stuck on "saving"
2020-01-14 09:18:39 -07:00
Westly Wright
e553f7f227
Merge pull request #3703 from shanewxy/trim-secret
...
Fixed trimming blank lines in multiline values of secrets breaks RSA format
2020-01-14 09:17:42 -07:00
Westly Wright
0579c01111
expose kube version upgrade warning on apply cluster template.
...
rancher/rancher#24829
2020-01-13 13:30:07 -07:00
Westly Wright
80ff3f008b
update mtu labels and help text
...
rancher/rancher#24929
2020-01-13 11:22:54 -07:00
shanewxy
dac4aabf43
Fixed edit as yaml in cluster options hang saving
2020-01-06 14:35:12 +08:00
shanewxy
7c15f79154
Added condition for trimming multiline values
...
https://github.com/rancher/rancher/issues/24577
2020-01-06 11:24:48 +08:00
Westly Wright
c3965eebfb
Merge pull request #3694 from westlywright/k8s.version.release.label
...
Add Label to K8s Version Select
2020-01-03 09:18:54 -07:00
Westly Wright
8a519e9143
add help text to form version on edit
...
rancher/rancher#24829
2020-01-02 15:39:58 -07:00
Cody Jackson
a2c2fde89f
Making awsCloudProvider a special case
...
I originally tried to fix rancher/rancher#24704 without completely
special casing. Unfortunately that lead to other issues:
rancher/rancher#24745
rancher/rancher#24794
rancher/rancher#24814
I decided to revert all of the related changes and to just special
case this one instance. Ultimately I think the removeEmpty is the
culprit but it requires backend changes in order to properly fix
and those changes are not happening right now.
2020-01-02 13:46:15 -07:00
Cody Jackson
9c30e3ac15
The great reversion of awsCloudProvider changes
2020-01-02 10:21:08 -07:00
Westly Wright
9af1c5ac04
Merge pull request #3689 from westlywright/custom.cluster.styles
...
Fix Style and Markup Issues - Node Options Custom Cluster
2020-01-02 09:21:20 -07:00
Westly Wright
181c21a2a4
Refactor node options advanced section for custom cluster
...
remove unnecessary labels
refactor markup for advanced section of node options
fix indentation
changed wording on some labels
rancher/rancher#24640
2019-12-31 15:56:51 -07:00
Westly Wright
fb8cefdca7
remove min num check from input integer
...
Having this min num check here is not really incorrect but it makes for a weird
UX. The users typed value is overridden because it never reaches the minimum
since each keystroke causes the change event to fire.
rancher/rancher#24724
2019-12-31 14:14:44 -07:00
Westly Wright
a1657e0c2a
Merge pull request #3684 from westlywright/cloud.config.bug
...
Edit As Yaml Cloud Config Bug
2019-12-31 08:46:59 -07:00
Westly Wright
a80c1b868a
Merge pull request #3682 from westlywright/bug.edit.yaml.button.shown
...
remove display of 'edit yaml' button on step > 1 for custom cluster
2019-12-31 08:46:26 -07:00
Westly Wright
51dea873b8
add extra conditional for cloud config edit as yaml
...
rancher/rancher#24745
2019-12-30 16:18:40 -07:00
Westly Wright
9837f9b67b
remove display of 'edit yaml' button on step > 1 for custom cluster
...
rancher/rancher#24749
2019-12-30 10:50:35 -07:00
Westly Wright
a613cb6c13
pass correct element to watch for paste action
...
for input-paste components
rancher/rancher#23587
2019-12-30 10:33:43 -07:00
Westly Wright
fcb37d5b73
Merge pull request #3676 from shanewxy/yaml-save
...
Fixed stucking at 'saving' while editing yaml
2019-12-30 09:52:01 -07:00
Westly Wright
c878d79d09
Merge pull request #3668 from westlywright/remove.project.member.icons
...
Allow Cluster/Project Members To Be Removed On Edit
2019-12-30 09:46:33 -07:00
Westly Wright
1d934e0cac
On create cpConfig is empty so we need to check that
...
rancher/rancher#24749
2019-12-27 10:45:52 -08:00
shanewxy
25967f6bfa
Fixed stucking at 'saving' while editing yaml
2019-12-26 11:22:50 +08:00
Cody Jackson
fd4f567d09
Remove cloud_provider if it's not intended
...
We were erroneously adding cloud_provider.awsCloudProvider on
digital ocean etc due to rancher/rancher#24515 .
This change assumes that the presence of
onfig.rancher_kubernetes_engine_config.cloud_provider.name
implies that the cloud_provider should be present. If that
nested field isn't present we remove cloud_provider.
rancher/rancher#24745
2019-12-23 15:51:02 -07:00
Westly Wright
d8019e79d2
add isCreatorMember for inital cluster or project create
...
we use this to hide the remove action button on the default row when creating
one fo the two mentioned resources. This is because the backend automatcially
sets up this binding on create. We display this fake member so the user doesnt
feel like they need to add themsevles as a member.
2019-12-23 15:27:22 -07:00
Westly Wright
cc278efa30
remove unneeded owner check on form-members remove
...
rancher/rancher#24428
2019-12-23 15:14:45 -07:00
Cody Jackson
7de530a829
Add support for using input-yaml in modals
...
When adding input-yaml to a modal it required the user to click on
the input before the value would be loaded and the editor resized.
I found a github issue which suggested making use of the isVisible
property to force a refresh so I added the use of it to force refreshing
to happen.
I also made it so the header didn't add a margin if the header wasn't
present.
2019-12-20 10:48:48 -07:00
Westly Wright
ecb8139b94
Merge pull request #3655 from westlywright/bug.pipeline.setup.error
...
Pipeline Setup Error
2019-12-20 09:10:22 -07:00
Westly Wright
00ddd2fd88
add missing min num + replace check to input-integer
2019-12-19 16:46:42 -07:00
Westly Wright
2bd95832cb
expose aks ebsEncryption param
...
rancher/rancher#22633
2019-12-19 15:00:18 -07:00
Westly Wright
9c2a73a261
Prevent downgrade k8s version on edit cluster
...
rancher/rancher#24071
2019-12-17 16:11:14 -07:00
Westly Wright
e00f55e495
Merge pull request #3638 from westlywright/feature.cluster.mtu
...
Expose MTU Param
2019-12-17 09:14:52 -07:00
Vincent Fiduccia
927bebe620
Memeber[s]
2019-12-16 18:04:12 -07:00
Westly Wright
e52c7064e0
Expose mtu on CNI network provider for RKE based clusters
...
rancher/rancher#24460
2019-12-16 17:14:35 -07:00
Westly Wright
b5b646a43d
Merge pull request #3633 from loganhz/local-sc
...
Support creating storage class for local persistent volumes
2019-12-16 09:59:09 -07:00
Westly Wright
ad723dc6a4
Merge pull request #3631 from loganhz/ingress
...
Fix ingress issue
2019-12-16 09:56:22 -07:00
Westly Wright
f0d6854ed9
Merge pull request #3630 from loganhz/fstype
...
Add fsType to Storage Class Amazon EBS Disk
2019-12-16 09:55:07 -07:00
loganhz
8b892ce009
Support creating storage class for local persistent volumes
...
https://github.com/rancher/rancher/issues/24082
2019-12-16 17:36:04 +08:00
loganhz
bff992035b
Fix ingress issue
...
https://github.com/rancher/rancher/issues/23461
2019-12-16 15:55:48 +08:00
loganhz
6f7911cbae
Add fsType to Storage Class Amazon EBS Disk
...
https://github.com/rancher/rancher/issues/19933
2019-12-16 15:07:38 +08:00
Cody Jackson
2bbe8035b0
Ensure awsCloudProvider presense for custom clusterawsCloudProvider was being removed from custom clusters when editingthe YAML. This change ensures that the field is still present. It alsorequired modifying the removeEmpty method as it was removing fields thatwere in the excludedKeys argument.rancher/rancher#24515
2019-12-12 16:21:52 -07:00
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
e839881110
Add pluralization to user count on delete custom global role modal
...
rancher/rancher#24375
2019-12-04 11:54:25 -07:00
Westly Wright
d61fb855dc
Merge pull request #3602 from westlywright/grb-groups-updates
...
Global Role Bugs
2019-12-03 14:52:21 -07:00