Commit Graph

1795 Commits

Author SHA1 Message Date
loganhz cc7d1bb477 Add Alibaba App Hub in catalog list 2019-09-24 11:19:07 +08:00
Westly Wright 804ace7031
Merge pull request #3379 from westlywright/rke.templates
Cluster Template Revision Select Bug
2019-09-23 15:15:02 -07:00
Westly Wright 0f3f0daf67
Merge pull request #3376 from codyrancher/auth-endpoint
Use template value for localClusterAuthEndpoint
2019-09-23 14:48:49 -07:00
Westly Wright 63aef3fa30
change other occurrences of model.cluster.clusterTemplateRevisionId 2019-09-23 14:45:28 -07:00
Westly Wright 290a1f51f6
Attach correct value to be modified to cluster template id select
When consuming a cluster template selection of the template id from the drop
down didn't change the cluster template revision becuase the UI component was
using the readOnly value. Attached the selection to the correct value so the
action floats up (DDAU).

rancher/rancher#22977
2019-09-23 14:19:01 -07:00
Cody Jackson b8293d7546 Use template value for localClusterAuthEndpoint
When creating a cluster using a template localClusterAuthEndpoint was not
using the value provided by the template.  The component assumed that
localClusterAuthEndpoint was a boolean when it was in fact a string that
represented a boolean. To resolve this a string comparison needed to
be made.

rancher/rancher#22972
2019-09-20 14:59:56 -07:00
Cody Jackson 9c9b2160ab Make groups visible when editing cluster template
While editing a cluster template when the template was shared with a
group the group was not visible under the Share Template section. We
needed to ensure that the group was visible.

The reason that this was occuring was because we weren't fetching the
principal for the group because we were only fetching when the
userPrincipalId was present and not when the groupPrincipalId was
present.

rancher/rancher#22971
2019-09-20 13:45:02 -07:00
Vincent Fiduccia 9e0216a299
Merge pull request #3371 from loganhz/labels
Fix label missing issue
2019-09-19 11:52:05 -07:00
Vincent Fiduccia 5a96cda3fe
Merge pull request #3370 from codyrancher/editing-cluster-template
Making the cluster template revisionId saveable.
2019-09-19 11:51:28 -07:00
Cody Jackson 3370aa9ca0 Making the cluster template revisionId saveable.
When editing a cluster that was created with cluster template
the cluster template revision couldn't be saved.

The revisionId was stored as a component member variable instead
of as a part of the model. It needed to be stored as part of the
model in order for the NewOrEdit to see the changes and save
them. I went ahead and referenced the model directly everywhere
in the component and removed the component member variable.

rancher/rancher#22920
2019-09-19 11:47:48 -07:00
Vincent Fiduccia 5dac97299a
Only show disabled global catalogs on global level, gray out 2019-09-19 10:13:21 -07:00
loganhz 43e22b8fc8 Fix label missing issue 2019-09-20 00:23:09 +08:00
Vincent Fiduccia 466f699c9b
Regular rows for special catalogs 2019-09-19 04:31:50 -07:00
loganhz 37a9458a06 Add missing gce-pd fileds 2019-09-19 09:10:20 +08:00
n313893254 9226c5e983 Fix cannot edit v1.14 k8s EKS cluster
https://github.com/rancher/rancher/issues/22894
2019-09-17 11:06:10 +08:00
loganhz 9d2c9536a4 Support paging for events list
https://github.com/rancher/rancher/issues/22858
2019-09-14 23:26:28 +08:00
Vincent Fiduccia a7f8eabc1a
Merge pull request #3352 from codyrancher/master
Add more context to the title of deletion modals
2019-09-13 17:13:33 -07:00
Cody Jackson 2f990ced40 Add more context to the title of deletion modals
Adds the resource types "namespace", "cluster", "project" as
additional context to the titles of the respective deletion modals
in order to reduce the likelyhood of a user accidentally deleting
an unintented resource.

We changed the title from "Are you sure you want to delete" to
"Are you sure you want to delete the namespace:" with namespace
being bold. The same is true for cluster and project as well.

rancher/rancher#17619
2019-09-13 12:47:38 -07:00
loganhz 9f8acf0d39 Show Kubernetes events in UI 2019-09-12 14:44:30 +08:00
Vincent Fiduccia f935046709
No read-only role for clusters 2019-09-11 11:02:01 -07:00
loganhz 8a825860a1 Support search in apps and multi-cluster apps list page 2019-09-11 20:32:43 +08:00
Vincent Fiduccia 9621b09fb0
Don't overwrite cluster config with answers on edit (rancher/rancher#22085) 2019-09-11 01:55:41 -07:00
Vincent Fiduccia b169838925
Merge pull request #3338 from loganhz/bugs
[2.3]Bugs
2019-09-09 14:06:03 -07:00
loganhz d942a02495 Remove the tooltip when sharing template 2019-09-07 09:51:23 +08:00
Vincent Fiduccia 4820137ac2
Merge pull request #3334 from loganhz/registry
Strip off https:// for private registry
2019-09-06 18:46:22 -07:00
loganhz 326db19a55 Strip off https:// for private registry 2019-09-07 09:43:52 +08: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
Vincent Fiduccia 3d1851e45c
Merge pull request #3336 from n313893254/22671
Cannot edit taints when taintSupport is not true on edit rke cluster
2019-09-06 11:56:04 -07:00
Vincent Fiduccia 4db1eb8a39
Merge pull request #3333 from loganhz/cc
[2.3.0]Fix cloud credential issue
2019-09-06 11:21:02 -07:00
Gábor Lipták bb28a7aa7f
Add Amazon EKS 1.14 2019-09-06 07:45:10 -04:00
n313893254 5844b1949d Template Lint 2019-09-06 17:57:57 +08:00
n313893254 738c8e8f37 Cannot edit taints when taintSupport is not true on edit rke cluster
https://github.com/rancher/rancher/issues/22671
2019-09-06 17:56:23 +08:00
loganhz e641c18913 Fix cloud credential issue
https://github.com/rancher/rancher/issues/22662
2019-09-06 09:13:40 +08: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
Vincent Fiduccia 01b07bdd9a
Fix azure required fields, rke templates option location 2019-08-30 17:49:20 -07:00
Vincent Fiduccia ce07edfd98
Edit clusters using node templates you can't see (rancher/rancher#22080) 2019-08-30 14:15:24 -07:00
Vincent Fiduccia 9d2e657a5f
Merge pull request #3319 from loganhz/taints
[2.3.0] Taints
2019-08-30 12:24:44 -07:00
Vincent Fiduccia e5be3775ba
Merge pull request #3318 from lvuch/lh-22529
cluster template to rke template
2019-08-30 12:22:29 -07:00
loganhz bae8f1cca8 Make k8s taints readonly 2019-08-30 17:45:57 +08:00
lvuch 59d3ffb8d4 cluster template to rke template 2019-08-29 21:31:20 -07:00
rmweir 6c7e40477a Add ap-east-1 to eks region dropdown 2019-08-29 18:04:36 -07:00
Vincent Fiduccia 0f09c79023
Merge pull request #3312 from n313893254/22490
Hide system-library from Catalogs page
2019-08-29 09:52:17 -07:00
Vincent Fiduccia 89b6bb8918
Watch each 2019-08-29 09:48:18 -07:00
Vincent Fiduccia 17737e4ac8
Merge pull request #3311 from n313893254/22500
[AKS] Fix network mode display wrong when editing
2019-08-29 09:46:25 -07:00
Vincent Fiduccia e779e3e662
Spelling 2019-08-29 09:45:55 -07:00
Vincent Fiduccia c94b947ed2
Spelling 2019-08-29 09:45:28 -07:00
Vincent Fiduccia eeb6fd8a34
Merge pull request #3303 from loganhz/win
[2.3.0]Disable Windows in k8s 1.14
2019-08-29 09:16:54 -07:00
n313893254 a22c41f47f Hide system-library from Catalogs page
https://github.com/rancher/rancher/issues/22490
2019-08-29 16:48:29 +08:00
n313893254 daf848e82c [AKS] Fix network mode display wrong when edit
https://github.com/rancher/rancher/issues/22500
2019-08-29 15:42:58 +08:00