Westly Wright
351fd47823
Fix various master bugs from ember upgrade
...
We fixed a few deprecation for jquery on the cluster page but there were some
errors firing when using so I fixed the targeting.
There was also a intl error because of a missing api.
2019-10-07 12:01:00 -07:00
Westly Wright
2c67c35c28
Exclude local user from principal search
...
rancher/rancher#23247
2019-10-07 09:18:21 -07:00
Westly Wright
94301e5fd4
Merge pull request #3411 from codyrancher/deprecation
...
Addressing a number of ember deprecations
2019-10-04 13:55:01 -07:00
Westly Wright
b26a83c1c0
Merge pull request #3420 from westlywright/forwardport.istio.rbac.fixes
...
[Forwardport] Restrict Istio member access to groups only
2019-10-04 12:16:33 -07:00
Westly Wright
9feea7bbcc
Restrict Istio member access to groups only
...
Due to some oddities in the way that Istio currently allows access to members to
the kiali and jaeger ui's we've decided to restrict the member search to groups
only. I've changed the verbiage on the lables to reflect this. Additionally I've
also exposed the searchOnlyGroups param on the principal search component. I did
not expose the user only param because this is not something we're normally
going to be doing.
rancher/rancher#23215
2019-10-04 12:01:27 -07:00
Westly Wright
bc00ac6a72
Change windows docker version for custom clusters
...
rancher/rancher#23219
2019-10-03 16:46:38 -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
Westly Wright
7004f1e500
Merge pull request #3407 from codyrancher/cloud-credential
...
[2.3.2] Add # Node Templates column to cloud credentials
2019-10-02 14:01:04 -07:00
Westly Wright
a2a0ce1e79
Merge pull request #3404 from westlywright/identicon.icons.fix.21440
...
[2.3.2] Ensure project-member-row uses same identicon as principal model
2019-10-02 14:00:03 -07:00
Cody Jackson
16fc847790
Fix linter warnings
2019-10-02 13:49:17 -07:00
Westly Wright
d145445d25
Upgrade ember-intl to latest version
...
remove prototype extension
Remove translations from engines
The motivation behind this change stems from this issue ember-intl issues/797
and the current implmentation of engine support in ember-intl. The translations
essentially get bundled twice. Until ember-intl removes the second bundle it
makes sense to keep the translations in the main ui file.
2019-10-02 13:46:37 -07:00
Westly Wright
5f572f3674
Upgrade Ember to 3.12
...
Remove ember object and use regular object instead
Found durning upgrade to 3.12, I'm not sure why we'd even need to declare an
ember object for this return anyway.
Get the current cluster's id from scope servervice
Found durning upgrade to 3.12, not sure how this ever worked as I looked on live
and it was failing but the system didn't explode on 3.8. In 3.12
transistion.params is undefined and the whole system explodes. We were never
passing the queryparams so they wouldn't have come through. I changed this so we
fetched the current cluster id from the scope service and everything seems to
work correctly.
Ensure that accordion items only try to expand once during the init
Found durning upgrade to 3.12, expanded was being double rendered.
lint fix
test fixes
lint
2019-10-02 13:33:15 -07:00
Westly Wright
10d148eecb
Ensure project-member-row uses same identicon as principal model
...
project-member-row was using `avatarSrc` on its component which was slightly
different then the same code used in the principal model but really should have
been the same. I got rid of the duplicate code in the component since the model
is the data owner. It really should manage the avatar source building.
I also updated single quotes to doubles in template and refactored the owner
logic since it wasn't doing anything extra that the noUpdate flag was doing.
rancher/rancher#21440
2019-10-01 09:00:07 -07:00
loganhz
02deb50669
Istio Virtual Service feature flag
2019-09-28 12:14:55 +08:00
Cody Jackson
71a7fb8d2d
Include Template/Revision in cluster table
...
We want to make it easier for someone that is managing multiple
clusters to see what template and template revision a cluster
is using. We also want to make it easy for a user to notice
that a cluster isn't using the latest revision.
To achieve this we added the template and revision to a column
in the clusters table to display both. We also indicate add
a warning badge beside a revision when the revision isn't
the latest.
rancher/rancher#22047
2019-09-26 09:20:45 -07:00
Westly Wright
702eb261ff
Fix k8s version dropdown when editing cluster with prohibitied k8s v
...
When a user upgraded there rancher install to >2.3 with clusters on now
unsupported versions of k8s we would show them the label that is used when
launching with a cluster template instead of the unsupported label
rancher/rancher#23085
2019-09-25 14:56:50 -07:00
Westly Wright
521ed6ca09
wireup ovveride row value to form value when cloning rke template
...
When cloning a RKE template revision with overrides the values of the override
in the form were not reflected in the overrides section at the bottom of the
page because the alias on the question was never created.
rancher/rancher#23056
2019-09-25 13:11:51 -07:00
Westly Wright
9bb9f17668
Show 'Latest' version label rather then derived version on temp view
...
When viewing or cloning a template version the form-versions component would
select the derived version rather then the semver version the template was
created with. Now we will display the correct label or select the correct semver
version when in a view or clone of RKE templates.
rancher/rancher#23065
2019-09-25 11:13:25 -07:00
Westly Wright
6005c1969b
Change bulk select pagination label for RKE Templates
...
rancher/rancher#23068
2019-09-25 10:49:35 -07:00
Westly Wright
59f7c37aca
Hide 'Custom Cluster Overrides' section when launching cluster
...
`Custom Cluster Overrides` was originally designed when we allowed users to
create custom overrides for items not in the UI but since that was removed the
template consumer will only ever see overrides for sections we have built in
and when launching we never display the overrides for ones with UI components.
rancher/rancher#23069
2019-09-25 10:17:42 -07:00
loganhz
5be694180d
Update aks text
2019-09-25 10:28:08 +08:00
Westly Wright
36153de61a
Merge pull request #3381 from loganhz/alihub
...
Add Alibaba App Hub in catalog list and disable it by default
2019-09-24 09:56:01 -07:00
loganhz
cc7d1bb477
Add Alibaba App Hub in catalog list
2019-09-24 11:19:07 +08:00
Westly Wright
eba04c5eae
Use the correct variable to check if localClusterAuthEndpoint avail
...
I saw this while fixing another issue, if initialized to false we set the
`enableLocalClusterAuthEndpoint` variable as such but that did not propigate
back up the model when in the init lifecycle. Rather than check the model we
should check the local param so we don't run in to these out of sync issues.
2019-09-23 16:46:32 -07:00
Westly Wright
cd25e2ebd8
check if cluster local auth endpoint from api is string or bool
...
Tweaking a change made in rancher/ui#3376 to account for both cases. the fix
added would allow the case when deploying from a template but would break for
nontemplate launches when the value would be a bool again. Added a type check to
handle both cases.
The real fix should be changing the types in the `listquestions` api
where the data is being pulled from. The root cause exists there where the type
`boolean` is saved as a string.
rancher/rancher#22972
2019-09-23 16:42:36 -07: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
17bc9436d6
Merge pull request #3377 from codyrancher/unsupported-volume-filtering
...
Improve and fix supported storage filtering
2019-09-23 15:10:09 -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
72a60c44ea
Improve and fix supported storage filtering
...
Editing was failing when an existing unsupported storage type had
already been used and the ferature flag unsupported-storage-drivers
was false. Adding a volume as part of a workload was also broken
when attempting to use an unsupported storage type.
To remedy this I decided to refactor the code and make the filtering
happen explicitly only for the dropdowns.
I also decided to make feature checking reusable and either to use
by adding a service to check if a flag is enabled.
rancher/rancher#22895
rancher/rancher#22998
2019-09-20 17:13:47 -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
Vincent Fiduccia
ecf852e21e
Merge pull request #3367 from loganhz/gcp
...
Add missing gce-pd fields
2019-09-19 01:44:24 -07:00
Vincent Fiduccia
3ada863f9c
Merge pull request #3364 from loganhz/max
...
Remove rancherVersion in its requests
2019-09-19 01:42:09 -07:00
loganhz
33cf620675
Fix label missing issue
...
https://github.com/rancher/rancher/issues/22913
2019-09-19 11:46:20 +08:00
loganhz
37a9458a06
Add missing gce-pd fileds
2019-09-19 09:10:20 +08:00
Vincent Fiduccia
df20ca2d5b
Unused var
2019-09-18 17:43:38 -07:00
loganhz
efcc47bd82
Remove rancherVersion in its requests
...
https://github.com/rancher/rancher/issues/22921
2019-09-18 11:56:17 +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
Cody Jackson
df754f6f8f
Display security options when editing GKE cluster
...
We want the user to be able to see the security options that were
selected even if they can't be edited when editing the cluster.
We had to extract and infer the selected options given the oauthScopes.
It would be better if our API could more closely reflect our fields.
rancher/rancher#19070
2019-09-16 16:13:45 -07: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
6a399ed609
Merge pull request #3354 from loganhz/reload
...
Fix current version missing issue
2019-09-13 17:17:07 -07: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
f95c884acb
Fix current version missing issue
...
Show current version even it doesn't match min max Rancher version
2019-09-13 10:11:01 +08:00
loganhz
9f8acf0d39
Show Kubernetes events in UI
2019-09-12 14:44:30 +08:00
Vincent Fiduccia
b625771b61
Search text should always return an object so that it works when subFields is conditonal
2019-09-11 11:20:18 -07: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
5270f680c1
Merge pull request #3345 from vincent99/master
...
Don't overwrite cluster config with answers on edit (rancher/rancher#22085 )
2019-09-11 02:10:51 -07:00
Vincent Fiduccia
9621b09fb0
Don't overwrite cluster config with answers on edit ( rancher/rancher#22085 )
2019-09-11 01:55:41 -07:00
loganhz
b5be539948
Show all available versions for istio and monitoring
...
https://github.com/rancher/rancher/issues/22789
2019-09-11 15:33:54 +08:00
Vincent Fiduccia
b169838925
Merge pull request #3338 from loganhz/bugs
...
[2.3]Bugs
2019-09-09 14:06:03 -07:00
loganhz
0dc78208e1
Fix monitoring issue
2019-09-09 11:42:51 +08: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
Vincent Fiduccia
39b1bd98ce
Merge pull request #3331 from loganhz/label
...
[2.3.0]Hide failure-domain label in node list
2019-09-06 10:26: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
loganhz
5e4a7091ad
Hide failure-domain label in node list
2019-09-05 10:42:57 +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
Vincent Fiduccia
f5c850c8ab
Merge pull request #3328 from loganhz/setting
...
Show setting `rke-metadata-config` under settings
2019-09-04 10:03:41 -07:00
张浩
dd679885b6
Show setting `rke-metadata-config` under settings
...
https://github.com/rancher/rancher/issues/22573
2019-09-04 08:56:03 +08:00
Gábor Lipták
75822c58ff
Default to m5.large for EKS
2019-09-03 14:47:55 -04:00
Vincent Fiduccia
102f44be4f
Merge pull request #3323 from loganhz/taints
...
Show k8s role taints and remove unschedule label
2019-09-03 10:00:52 -07:00
Vincent Fiduccia
01b07bdd9a
Fix azure required fields, rke templates option location
2019-08-30 17:49:20 -07:00
loganhz
67ca2a4e0f
Show k8s role taints and remove unschedule label
2019-08-31 08:25:07 +08: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
37dd827c04
Sort display taints
2019-08-30 17:49:02 +08:00
loganhz
bae8f1cca8
Make k8s taints readonly
2019-08-30 17:45:57 +08:00
loganhz
e7c8d8f900
Hide k8s role taints
2019-08-30 17:35:41 +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
Vincent Fiduccia
38b37adeb9
Spelling
2019-08-27 13:21:34 -07:00
Vincent Fiduccia
71f9c44c4d
Merge branch 'master' into labels
2019-08-27 13:20:04 -07:00
Vincent Fiduccia
44a34702b0
Merge pull request #3289 from n313893254/22137
...
[TKE] Add diskConfigSet and fix subnetId
2019-08-27 13:12:33 -07:00
loganhz
86096ee6bc
Windows
2019-08-27 18:21:40 +08:00
loganhz
d3f73b74bd
Make standard labels and annotations readonly
2019-08-26 14:31:15 +08:00
n313893254
05758d273b
Template Lint
2019-08-23 16:58:25 +08:00
n313893254
4b451a2f0f
Fix TKE alert and get max and min disk size from TKE
2019-08-23 16:56:11 +08:00
n313893254
12f8822119
TKE support k8s version 1.12.4
2019-08-23 15:15:47 +08:00
n313893254
295258fa30
Add diskConfigSet and fix subnetId
...
https://github.com/rancher/rancher/issues/22137
2019-08-23 12:28:39 +08:00
n313893254
ef6ac0189a
Fix [Windows] Unable to set windows node advanced options
...
https://github.com/rancher/rancher/issues/22059
2019-08-22 13:45:31 +08:00
Vincent Fiduccia
0a1c335024
Merge pull request #3284 from n313893254/22294
...
Fix CCE availableZones doesn't change when using custom region
2019-08-21 15:25:07 -07:00
n313893254
ddc81ec51b
Fix CCE availableZones doesn't change when using custom region
...
https://github.com/rancher/rancher/issues/22294
2019-08-21 18:13:12 +08:00
loganhz
3881f5809a
Do not pass hiden fields in catalog answers
...
https://github.com/rancher/rancher/issues/22265
2019-08-21 09:58:47 +08:00
Vincent Fiduccia
4f4e7f83f0
Merge pull request #3278 from loganhz/bugs
...
Support annotations and labels for project
2019-08-20 14:47:27 -07:00
loganhz
11b4e49955
Fix typo
2019-08-20 23:34:31 +08:00
loganhz
dfa9b37f35
Fix the issue for a tag inside accordion
...
https://github.com/rancher/rancher/issues/22273
2019-08-20 13:53:06 +08:00
Vincent Fiduccia
749e39a3d3
Cache translated states
2019-08-19 17:18:00 -07:00
Vincent Fiduccia
ea90cefa27
Merge pull request #3273 from vincent99/master
...
Cluster template bugs
2019-08-19 16:29:05 -07:00
loganhz
78fe52569e
Remove access type Member for cluster template
...
https://github.com/rancher/rancher/issues/22280
2019-08-20 07:04:55 +08:00
Vincent Fiduccia
7fb0520d93
RKE driver label
2019-08-19 15:57:52 -07:00
Vincent Fiduccia
4596201292
Lint
2019-08-19 15:46:58 -07:00
Tani Fiduccia
70bb9c85e6
Add cluster Cert & Force delete text improvements
2019-08-19 13:00:38 -07:00
Vincent Fiduccia
cf1195575b
Clear errors on click ( rancher/rancher#22228 )
2019-08-19 12:14:16 -07:00
loganhz
c4dd1bea09
Fix hosted k8s cluster k8s version issue
...
https://github.com/rancher/rancher/issues/22216
2019-08-17 09:03:22 +08:00
loganhz
123e6e05d2
Support search cluster template by name
...
https://github.com/rancher/rancher/issues/22237
2019-08-17 09:01:09 +08:00
loganhz
697893918a
Fix cluster template table style issue
2019-08-17 08:55:23 +08:00
loganhz
eeea7ce159
Fix cluster tempalte table text issue
...
https://github.com/rancher/rancher/issues/22250
2019-08-17 08:50:06 +08:00
Vincent Fiduccia
2636b77d27
Merge pull request #3262 from loganhz/tips
...
Warning messages
2019-08-16 13:53:16 -07:00
Vincent Fiduccia
b209d16efc
Unsupported vs not allowed
2019-08-16 13:48:42 -07:00
loganhz
bcd4d00afd
Show confirm popup when deactivating driver
...
https://github.com/rancher/rancher/issues/19876
2019-08-16 10:22:36 +08:00
loganhz
ce391ce6b5
Show an information tip for sharing template
...
https://github.com/rancher/rancher/issues/22201
2019-08-16 09:31:41 +08:00
loganhz
b553a6a919
Update access type text for sharing template
...
https://github.com/rancher/rancher/issues/22200
2019-08-16 09:22:58 +08:00
Vincent Fiduccia
b14c6501a6
Don't submit if there are errors
2019-08-15 17:24:39 -07:00
Vincent Fiduccia
c581af99a2
Merge pull request #3208 from loganhz/force-delete
...
Force delete pod
2019-08-15 13:27:04 -07:00
Vincent Fiduccia
49c1229928
Merge pull request #3258 from vincent99/master
...
First revision, azure cloud provider
2019-08-15 13:26:39 -07:00
Vincent Fiduccia
a45e2f71e9
Merge pull request #3255 from loganhz/ct
...
2.3 issues
2019-08-15 13:25:57 -07:00
Vincent Fiduccia
27a0b85870
Fix azure field check
2019-08-15 11:22:30 -07:00
Vincent Fiduccia
a69cb5ec6e
Merge pull request #3256 from n313893254/22092
...
Fix can't select existing secret in the catalog ui
2019-08-15 10:54:57 -07:00
Vincent Fiduccia
c5da3062cd
Merge pull request #3252 from lvuch/lh-0814
...
22017, 21767
2019-08-15 10:14:35 -07:00
Vincent Fiduccia
184991de28
Merge pull request #3249 from loganhz/gke
...
Support GKE regional or zonal clusters
2019-08-15 10:12:17 -07:00
n313893254
c99be54299
Fix can't select existing secret in the catalog ui
...
https://github.com/rancher/rancher/issues/22092
2019-08-15 14:56:53 +08:00
loganhz
822ee6de53
Support annotations & labels for cluster and nodes
...
https://github.com/rancher/rancher/issues/21700
2019-08-15 13:54:29 +08:00
loganhz
109f92e715
Add setting to edit user session TTL
...
https://github.com/rancher/rancher/issues/22136
2019-08-15 13:31:46 +08:00
lvuch
86d3582688
22163
2019-08-14 13:17:29 -07:00
loganhz
72d594d5c9
Support GKE regional or zonal clusters
...
https://github.com/rancher/rancher/issues/22045
2019-08-14 16:54:34 +08:00
Vincent Fiduccia
440c9d1627
Missing RKE config error
2019-08-14 00:03:30 -07:00
Vincent Fiduccia
ec8ef0c690
Merge pull request #3247 from loganhz/win-ct
...
Fix typo
2019-08-14 00:01:29 -07:00
Vincent Fiduccia
941d91fa58
Merge pull request #3244 from loganhz/gke-description
...
Fix gke style issue
2019-08-13 23:51:39 -07:00
loganhz
3cba7a1ba0
Fix typo
...
https://github.com/rancher/rancher/issues/22161
2019-08-14 14:48:23 +08:00
loganhz
d5f5d4a55d
Fix tooltip issue
...
https://github.com/rancher/rancher/issues/22154
2019-08-14 13:59:32 +08:00
loganhz
d15b643f8a
Fix gke style issue
...
https://github.com/rancher/rancher/issues/22151
2019-08-14 12:55:24 +08:00
Vincent Fiduccia
6bdabde12c
Merge pull request #3241 from vincent99/master
...
Cluster template
2019-08-13 17:33:32 -07:00
Vincent Fiduccia
7141a36c09
Merge pull request #3238 from lvuch/lh-0812
...
22078
2019-08-13 17:32:10 -07:00
Vincent Fiduccia
d39b00ee22
Cluster template bugs
2019-08-13 17:28:17 -07:00
Vincent Fiduccia
1d135d0f73
Cleanup cluster template rows
2019-08-13 16:36:47 -07:00
Vincent Fiduccia
8f22791e9d
Support disabling rows
2019-08-13 16:36:47 -07:00
Vincent Fiduccia
90a14705ab
Azure fields are required in template ( rancher/rancher#22041 )
2019-08-13 13:35:27 -07:00
lvuch
c351f832ea
help icons
2019-08-13 12:40:46 -07:00
lvuch
86337cbccb
22078
2019-08-13 12:38:42 -07:00
Vincent Fiduccia
1084cd9029
Merge pull request #3236 from loganhz/win
...
Windows cluster template
2019-08-13 10:33:01 -07:00
Vincent Fiduccia
5c4e05fb56
Merge pull request #3235 from loganhz/azure-node
...
Show azure node template location for region
2019-08-13 10:32:28 -07:00
Vincent Fiduccia
cae354094b
Merge pull request #3233 from n313893254/istio
...
Fix Istio error handle
2019-08-13 10:28:43 -07:00
Vincent Fiduccia
108fec74ab
Merge pull request #3232 from n313893254/19478
...
Fix form-version error
2019-08-13 10:28:11 -07:00
loganhz
a215d70a71
Windows cluster template
...
https://github.com/rancher/rancher/issues/21557
2019-08-13 15:38:39 +08:00
loganhz
f4681b12c9
Show azure node template location for region
...
https://github.com/rancher/rancher/issues/19565
2019-08-13 15:00:25 +08:00
n313893254
5f4d3fc308
Fix Istio error handle
...
https://github.com/rancherlabs/rancher-security/issues/182
2019-08-13 14:47:30 +08:00
n313893254
54958afa25
UI Cloud Providers Should Add Kubernetes Version to Dropdown If Not Present
...
https://github.com/rancher/rancher/issues/19478
2019-08-13 12:13:11 +08:00
lvuch
e2c696bf78
20009, 21472, 21633 plus login pic fix
2019-08-12 14:54:57 -07:00
Vincent Fiduccia
dbcd16159d
Merge pull request #3228 from loganhz/g-oauth
...
Fix google auth issue
2019-08-12 11:32:59 -07:00
Vincent Fiduccia
075becbc3d
Merge pull request #3226 from loganhz/gke-version
...
Fix gke k8s version issue
2019-08-12 11:31:21 -07:00
Vincent Fiduccia
8e2b242686
Merge pull request #3223 from loganhz/enter
...
Fix enter key issue
2019-08-12 11:08:22 -07:00
Vincent Fiduccia
0c91f8a591
Merge pull request #3221 from loganhz/asg
...
Refactor EKS node ASG-size fields
2019-08-12 11:05:53 -07:00
Vincent Fiduccia
6e6edbe07d
Merge pull request #3220 from loganhz/gke-cp
...
Fix cluster yaml issue
2019-08-12 11:04:53 -07:00
Vincent Fiduccia
87a2a846ca
Merge pull request #3200 from n313893254/21790
...
Support exist condition for metric alert
2019-08-12 10:07:23 -07:00
loganhz
537767c535
Fix google auth issue
...
https://github.com/rancher/rancher/issues/21430
2019-08-12 19:35:19 +08:00
loganhz
8b62d5e625
Fix gke k8s version issue
...
https://github.com/rancher/rancher/issues/22117
2019-08-12 18:53:56 +08:00
loganhz
765ba02c88
Fix enter key issue
...
https://github.com/rancher/rancher/issues/18445
2019-08-12 17:29:13 +08: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
9da4836eda
Fix cluster yaml issue
...
https://github.com/rancher/rancher/issues/22119
2019-08-12 16:29:57 +08:00
n313893254
ba711d4936
Support exist condition for metric alert
...
https://github.com/rancher/rancher/issues/21790
2019-08-12 16:04:51 +08:00
Westly Wright
92c40f667d
Merge pull request #3216 from westlywright/cluster.templates.bugs
...
Cluster Templates
2019-08-09 16:16:50 -07:00
Westly Wright
8001f80119
lint
2019-08-09 16:12:04 -07:00
Westly Wright
989be5923e
Add check for rke config in yaml editor and error if it nil
...
rancher/rancher#22076
2019-08-09 16:03:00 -07:00
Westly Wright
3162124079
Merge pull request #3215 from phillc/linode-ui-fix
...
[UI] Linode ui fix
2019-08-09 15:56:05 -07:00
phillc
8449b7f115
Add instanceType as size in Node Templates
2019-08-09 14:28:38 -04:00
Westly Wright
632df4bd84
remove log
2019-08-09 11:24:08 -07:00
ellisbenjamin
28a9f5b31e
Linode uses cloud credentials and meta proxy
...
https://github.com/rancher/rancher/issues/21838
Co-authored-by: phillc <15082+phillc@users.noreply.github.com>
2019-08-09 14:18:18 -04:00
Westly Wright
b9e44dbd39
Disable cluster template selection change on edit cluster
...
rancher/rancher#22043
2019-08-09 10:36:57 -07:00
Westly Wright
8601d8d617
fix bug where private reg params were not populating
...
rancher/rancher#22072
2019-08-09 10:10:14 -07:00
Westly Wright
36c8102f79
remove the ability to add arbitrary overrides
...
rancher/rancher#22084
2019-08-09 09:14:25 -07:00
Westly Wright
9c81011e0b
fix edit bug when saving from yaml
2019-08-09 09:12:07 -07:00
Westly Wright
636aee8d1a
add back yaml view but make readOnly if view
2019-08-09 09:12:07 -07:00
Westly Wright
107e86ad12
Cluster template revision detail page
...
rancher/rancher#23734
2019-08-09 09:11:53 -07:00
Westly Wright
f42929105f
Merge pull request #3209 from loganhz/selector
...
Fix node selector issue
2019-08-08 09:22:45 -07:00
loganhz
a80558b22b
Fix node selector issue
2019-08-08 15:37:18 +08:00
loganhz
ac5d20dd7f
Force delete pod
2019-08-08 15:09:17 +08:00
loganhz
a341022d2e
Support China AKS
...
https://github.com/rancher/rancher/issues/21668
2019-08-08 10:45:26 +08:00
Tani Fiduccia
9ea0fd30b0
minor text issues
2019-08-07 15:27:42 -07:00
Westly Wright
721e793503
lint
2019-08-07 14:49:54 -07:00
Westly Wright
705a863c58
Fix private registry display and default issues
...
rancher/rancher#21567
2019-08-07 14:48:06 -07:00
Westly Wright
775856f027
Remove search from form-share-member
...
rancher/rancher#22039
2019-08-07 13:38:33 -07:00
Westly Wright
2bc2981321
Fix .x version being pushed into list on edit cluster
...
rancher/rancher#22021
2019-08-07 12:07:53 -07:00
Westly Wright
8449a6f5b1
Prevent selecting ct with lower kube version than current cluster
...
rancher/rancher#21756
rancher/rancher#22018
2019-08-07 10:57:51 -07:00
Westly Wright
814a04bdce
allow k8s version to check if editing only when using cluster templ
2019-08-07 09:29:43 -07:00