Commit Graph

303 Commits

Author SHA1 Message Date
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 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
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 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 9621b09fb0
Don't overwrite cluster config with answers on edit (rancher/rancher#22085) 2019-09-11 01:55:41 -07:00
Vincent Fiduccia 01b07bdd9a
Fix azure required fields, rke templates option location 2019-08-30 17:49:20 -07:00
lvuch 59d3ffb8d4 cluster template to rke template 2019-08-29 21:31:20 -07:00
loganhz 86096ee6bc Windows 2019-08-27 18:21:40 +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 cf1195575b
Clear errors on click (rancher/rancher#22228) 2019-08-19 12:14:16 -07:00
Vincent Fiduccia b209d16efc
Unsupported vs not allowed 2019-08-16 13:48:42 -07:00
Vincent Fiduccia b14c6501a6
Don't submit if there are errors 2019-08-15 17:24:39 -07:00
Vincent Fiduccia 440c9d1627
Missing RKE config error 2019-08-14 00:03:30 -07:00
Vincent Fiduccia d39b00ee22
Cluster template bugs 2019-08-13 17:28:17 -07:00
loganhz a215d70a71 Windows cluster template
https://github.com/rancher/rancher/issues/21557
2019-08-13 15:38:39 +08: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 b9e44dbd39
Disable cluster template selection change on edit cluster
rancher/rancher#22043
2019-08-09 10:36:57 -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 705a863c58
Fix private registry display and default issues
rancher/rancher#21567
2019-08-07 14:48:06 -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
Westly Wright c44e9ca6e6
Add date created & default label to the cluster temp revision select 2019-08-07 09:29:43 -07:00
Westly Wright 62e7865568
mark cloud provider fields that are required as required in override
which can't be unchecked because the config will require an entry

rancher/rancher#21616
2019-08-07 09:29:43 -07:00
Westly Wright 80fc4b6efb
Fix issue when edit cluster and no access to cluster template
rancher/rancher#21473
2019-08-07 09:29:43 -07:00
Westly Wright 464acc4648
refactor new required error check into own function 2019-08-02 14:41:34 -07:00
Westly Wright 4b9fa17425
split cluster template/revisions into sep dropdowns cluster create
rancher/rancher#21891
2019-08-02 13:48:14 -07:00
Westly Wright c4392a5ef9
allow users to create cluster template with azure fields empty
rancher/rancher#21759
2019-08-02 11:53:52 -07:00
Westly Wright 461700a2a9
fix cluster/cluster template validation
rancher/rancher#21616
2019-08-02 11:53:52 -07:00
loganhz 73336b817f Use windowsPreferedCluster for windows cluster 2019-08-02 06:20:26 +08:00
Westly Wright d688b427ff
hide edit yaml when a cluster template revision is selected 2019-07-31 15:11:58 -07:00
Westly Wright 5f73492b33
edit as yaml on cluster edit
rancher/rancher#21866
rancher/rancher#23576
2019-07-31 15:11:58 -07:00
Westly Wright 53a31f7a3d
fix bug applying default values of cluster template kube version
rancher/rancher#21721
2019-07-31 15:11:58 -07:00
Westly Wright 9fa2f1d116
backup strategy default values when applying cluster template
rancher/rancher#21724
2019-07-31 09:42:00 -07:00
Westly Wright cba95c6470
cluster template revision enabled/disabled error handler
rancher/rancher#21699
2019-07-31 09:42:00 -07:00
Westly Wright e6a80707b4
fix bug in template enforcement and standard user template selct
rancher/rancher#21747
2019-07-31 09:41:59 -07:00
Westly Wright ce42f8c0c2
Fix bug where uiOverride questions were showing up on new revision
rancher/rancher#21758
2019-07-30 09:26:21 -07:00
Westly Wright e99ddbe731
hide cluster template radio select on step 2 of custom create 2019-07-30 09:26:21 -07:00
Westly Wright a412a835be
Hide yaml editor on custom cluster past step 1
rancher/rancher#18879
2019-07-30 09:26:21 -07:00
Westly Wright 654d125b17
fix incorrect version selection bug with patch version selection
rancher/rancher#21715
rancher/rancher#21721
2019-07-30 09:26:21 -07:00
Westly Wright 507a5b21fb
Remove patched kube version display on cluster create
rancher/rancher#21615
2019-07-30 09:26:21 -07:00
Westly Wright 72153bda97
lint 2019-07-29 09:58:13 -07:00
Westly Wright 97992bbc36
edit yaml working 2019-07-29 09:49:02 -07:00
Westly Wright 04a0eaf783
more refactoring to get switch between yml/form 2019-07-29 09:49:02 -07:00
Westly Wright bb2c2af9c2
First itteration of cluster template yaml
rancher/rancher#21579
2019-07-29 09:49:02 -07:00
loganhz 5be5abfded Support taints 2019-07-26 19:49:31 +08:00
Vincent Fiduccia 33d957d5bb
S3 backup folder 2019-07-24 11:58:58 -07:00
Westly Wright c2350593f2
Fix some bugs in enforcementChanged and showing cluster template
rancher/rancher#21717
2019-07-23 15:56:09 -07:00
Westly Wright 17bf0e2b38
fix bug with template enforcement not reseting correctly
rancher/rancher#21694
2019-07-23 10:56:08 -07:00
Westly Wright f2b42a8346
lint 2019-07-22 09:50:01 -07:00
Westly Wright b3a324bfb9
Enforce global cluster templates except for global admin 2019-07-22 09:50:01 -07:00
Westly Wright aaa63fc787
lint 2019-07-19 09:35:17 -07:00
Westly Wright 923dec8c5c
if user switches to using template expand all in expandos 2019-07-19 09:23:48 -07:00
Westly Wright 1073f77b9c
Private registry override working 2019-07-19 09:23:48 -07:00
Westly Wright 8ede0b7fdf
Fix backup config target with ui defined override question
rancher/rancher#21510
2019-07-19 09:23:48 -07:00
Tani Fiduccia a37f6aa400 Text fixes and alignment for Add Cluster 2019-07-18 17:24:31 -07:00
Westly Wright 531c112539
Add edit action to cluster template 2019-07-17 16:51:10 -07:00
Westly Wright 4e9b36ae45
edit cluster launched with cluster template 2019-07-17 10:26:58 -07:00
Westly Wright 1b89c54bc9
fix consuming cluster template with localClusterAuthEndpoint 2019-07-16 12:23:33 -07:00
Westly Wright afc4acdeeb
rearrange input sections for rke based clusters 2019-07-16 10:15:38 -07:00
Westly Wright 912bacc369
Remove select template page when launching clusters
move cluster template selection to cluster launch page
2019-07-16 10:15:38 -07:00
Westly Wright 00b2e2a8f3
Kubernetes versions with patch support for cluster templates
First itteration of new kube versions w patch support

fix alias issue

satisfies working with no override, hide questions, uniq questions

add templates service, add additional satisfies logic

cluster template translation

add setdefault action to cluster template revisions

Add cluster template link to clusters index page

apply cluster templates satisifies logic
2019-07-16 10:15:38 -07:00
Westly Wright 2a66489f83
New cluster launch page
Refactor and decouple launch cluster

adds new routes for selecting cluster, selecting cluter template, and launching
cluster

Add first version of cluster template selection logic

WIP - First version of cluter-template resource pages & components

cluster template index

adds cru-cluster-template

save cluster template and cluster template revision

refactor rke cluster driver and add rke cluster driver to clust temp

add cluster template revision page

template revision changes

more questions

refactor cluster networking into component

cluster template questions components

first itteration of working add question

fixups for ct and ctr's

general fixes

quick revision select on new revision page

Move name, expose ctr name, move ctr source

Refactor ct/ctr table to use grouped form

share member added

single template no revisions rows

translations

translation changes

css toggle

css toggle on all elements

inline override

initial apply cluster template

initial show or lock when applying a cluster template

validation bug

first run at windows support overrides

abstract check override with component that yields

add check for override to most sections

bulk remove cluster template revision

more check override

handle errors better for ctrs

translations

bugs

add toggle to azure cloud provider

auth endpoint fix

computed override check and refactor

fixup question override inputs

remove cluster launch route

review fixups

cluster edit

fixup alias properties for overrides
2019-07-08 14:45:44 -07:00
Westly Wright fb96810f51
Add custom CA option to s3 backup config for rke clusters
rancher/rancher#20829
2019-06-26 15:43:02 -07:00
Westly Wright d9b4b71e90
Dont check aadClientSecret on edit, not required to edit
rancher/rancher#20044
2019-05-15 10:09:53 -07:00
Westly Wright ac0a9981e7
DDAU for cru-cloud-provider 2019-05-13 11:17:24 -07:00
Westly Wright 86f672f0e6
lint 2019-05-13 11:04:16 -07:00
Westly Wright 26c7e29479
Ensure that password cp fields are present on edit for azure
rancher/rancher#20044

ensure that required fields are always present in azure cp yaml edit
2019-05-13 11:04:16 -07:00
loganhz 74b2fa735a Fix the issue that cannot enable Windows
https://github.com/rancher/rancher/issues/20039
2019-05-08 08:34:28 +08:00
loganhz 66e32df5fb Fix flannel backend param issue 2019-05-05 16:23:03 +08:00
Westly Wright 34bb345164
rke private registry push new into correct config object
rancher/rancher#19871
2019-05-01 15:13:30 -07:00
loganhz 6f2651e153 Windows 1809 support
https://github.com/rancher/rancher/issues/19173
2019-04-30 17:31:02 +08:00
loganhz 4ea92a1f34 FIx show advanced issue in add cluster page
https://github.com/rancher/rancher/issues/18880
2019-04-26 18:43:09 +08:00
Westly Wright 9a9af61a59
remove incorrectly defined alias
rancher/rancher#19325
2019-04-17 13:51:44 -07:00
Westly Wright 4f798348a3
Refactor cru-private-registry
remove always set first item to default system reg
remove cluster create check for 1 system default
change header label for clarity

rancher/rancher#19325
2019-04-02 11:33:34 -07:00
Westly Wright 46e96c801a
Fix send action deprecations
send action deprecation warnings for form-key-value component

update all cancel actions

deprecations for ns quota component and action menu item

deprecations and formatting

sendAction deprecation form-node-selctor & formatting

sendAction deprecations for cru-persistent-volume & formatting

sendAction deprecations for form-scoped-roles & formatting

sendAction deprecations for telemetry-opt & formatting

sendAction deprecations for table-rows & formatting

sendAction deprecations for server-url & formatting

sendAction deprecations for cru-config-map & formatting

sendAction deprecations for workload-row & formatting

sendAction deprecations for cru-volume & formatting

sendAction deprecations for cru-persistent-volume-claim & formatting

fix issue with declaring dynmic keys on component.

sendAction deprecations for form-healthcheck & formatting

sendAction deprecations for node-selector-row & formatting

sendAction deprecations for new-edit-ingress & formatting

sendAction deprecations for form-node-affinity & formatting

sendAction deprecations for form-key-to-path & formatting

sendAction deprecations for new-catalog & formatting

sendAction deprecations for cru-storage-class & formatting

sendAction deprecations for project-resource-quota & formatting

sendAction deprecations for input-files & formatting

sendAction deprecations for node-row & formatting

sendAction deprecations for input-command & formatting

sendAction deprecations for form-ports

sendAction deprecations for new-edit & formatting

sendAction deprecations for form-image

sendAction deprecations for form-volume-row & formatting

sendAction deprecations for form-volumes & formatting

sendAction deprecations for form-scale & formatting

sendAction deprecations for container-logs & formatting

sendAction deprecations for cru-volume-claim-template

sendAction deprecations for pod-row & formatting

sendAction deprecations for source-custom-log-path & formatting

sendAction deprecations for step mixin & formatting

sendAction deprecations for pipeline-codemirror & formatting

sendAction deprecations for build-step & formatting

sendAction deprecations for build-stage & formatting

sendAction deprecations for pipeline-env-from & formatting

sendAction deprecations for log-view & formatting

sendAction deprecations for bitbucketserver-setting & formatting

sendAction deprecations for bitbucketcloud-setting & formatting

sendAction deprecations for form-recipient-item & formatting

sendAction deprecations for pipeline-selector-row & formatting

sendAction deprecations for policy-row & formatting

sendAction deprecations for other-role-row & formatting

sendAction deprecations for role-rule-row & formatting

sendAction deprecations for new-multi-cluster-app & formatting

sendAction deprecations for driver-digitalocean & formatting

sendAction deprecations for project-alert-row & formatting

sendAction deprecations for form-recipient-item & formatting

sendAction deprecations for cluster-alert-row & formatting

sendAction deprecations for alert-select & formatting

sendAction deprecations for storage-class-provisioner & formatting

sendAction deprecations for cluster-driver mixin

sendAction deprecations for node-driver mixin

sendAction deprecations for view-new-edit mixin

sendAction deprecations for host-registration & formatting

sendAction deprecations for form-labels-annotations & formatting

sendAction deprecations for huawei-user-labels & formatting

sendAction deprecations for form-user-labels & formatting

sendAction deprecations for principal-search & formatting

sendAction deprecations for form-namespace & formatting

sendAction deprecations for input-paste & formatting

sendAction deprecations for catalog-index & formatting

sendAction deprecations for searchable-select & formatting

sendAction deprecations for hover-dropdown & formatting

sendAction deprecations for container-shell & formatting

sendAction deprecations for input-yaml & formatting

sendAction deprecations for input-text-file & formatting

sendAction deprecations for sortable-thead & formatting

sendAction deprecations for form-ingress-rows & formatting

sendAction deprecations for input-password & formatting

sendAction deprecations for input-identity & formatting

sendAction deprecations for form-count & formatting

sendAction deprecations for form-members & formatting

sendAction deprecations for outside-click & formatting

sendAction deprecations for input-slider & formatting

sendAction deprecations for metrics-action & formatting

sendAction deprecations for banner-message & formatting

sendAction deprecations for driver-rke & formatting

sendAction deprecations for driver-import & formatting

sendAction deprecations for form-value-array & formatting

sendAction deprecations for cru-node-pools & formatting

sendAction deprecations for cru-cluster & formatting

sendAction deprecations for logging/new-edit & formatting

sendAction deprecations for login-x components & formatting
2019-03-29 10:58:08 -07:00
n313893254 efea1320b3 Fix backupConfig is undefined when upgrade form 2.1.7
https://github.com/rancher/rancher/issues/19122
2019-03-24 17:03:50 +08:00
n313893254 764aaef47e Fix backupConfig is undefined when upgrade form 2.1.7
https://github.com/rancher/rancher/issues/19122
2019-03-23 13:07:49 +08:00
Westly Wright 51dfc0c0e5
clean up backup translations
rancher/rancher#18999
2019-03-18 15:39:12 -07:00
Westly Wright 5ad4e49a63
Round the legacy snapshot duration to the nearest whole hour
rancher/rancher#18760
2019-03-11 16:07:59 -07:00
Westly Wright f93879ab84
refactor etcd snapshots section 2019-03-11 11:53:13 -07:00
Westly Wright a6b4b44acb
Add logic to handle new backupConfig enabled flag
handles if it exists or not
2019-03-08 11:14:15 -07:00
Westly Wright a5ec671240
Check for undefined when migrating snapshot settings
rancher/rancher#18635
2019-03-06 11:30:50 -07:00
Westly Wright 679b4de4d2
Move location of legacy etcd backup settings
rancher/rancher#18316
2019-03-04 09:05:55 -07:00
n313893254 71fd61eb3c Fix Windows - host-gw network cannot setup
https://github.com/rancher/rancher/issues/18542
2019-03-04 18:57:10 +08:00
loganhz 1dbc9293cd Fix the issue that users can see the readonly field in cluster yaml
https://github.com/rancher/rancher/issues/15396
2019-02-16 10:26:03 +08:00
Westly Wright c2ce463ac2
check for cluster created without backup config
rancher/rancher#17940
2019-02-13 16:43:09 -07:00
Westly Wright 37c099f3e3
fix error check on un-required field
rancher/rancher#17927
2019-02-08 12:04:21 -07:00
Westly Wright 919eb83352
Fix cert validation for authorized cluster endpoint on rke clusters
rancher/rancher#16486
rancher/rancher#17793
2019-02-05 10:22:02 -07:00
Westly Wright 1c6f9bda15
Ensure backup strategy is initialized correctly
rancher/rancher#17772
2019-02-01 14:08:26 -07:00
Westly Wright 11dfa60fd8
remove old code 2019-01-31 17:55:52 -07:00
Westly Wright 37ec800b9e
Fix backup settings being destroyed on edit of cluster
rancher/rancher#17772
2019-01-31 17:55:04 -07:00
Westly Wright 7370401da2
Add authorized cluster endpoint to rke clusters
rancher/rancher#16486

default auth endpoint to true for NEW clusters

Add clusterId to token creation

add scope to api keys table
refactor modal-edit-apikey
2019-01-22 16:28:18 -07:00
Westly Wright 663c13ccc9
Add S3 Etcd Backup & Restore API to UI
refector legacy local etcd backup & restore api to use new api

rancher/rancher#16797

Add s3backup config to rke clusters advanced options

Add 'restore from backup' action on RKE clusters

add backups list page

add cluster switching handling for backups

WIP

cleaup for review
2019-01-21 13:48:46 -07:00
n313893254 447f5838f4 Cluster options in Edit as a Form are not all configurable in current Edit as YAML option
https://github.com/rancher/rancher/issues/15396
2019-01-16 19:14:20 +08:00
Vincent Fiduccia 691ffc38e5
Switch to @rancher/ember-api-store 2019-01-10 16:44:35 -07:00
Westly Wright bd311cec21
Fix incorrect styling of labels for rke windows support
rancher/rancher#16397
2019-01-02 16:45:07 -07:00
Westly Wright 7188a4f730
Add weave network support to RKE clusters
rancher/rancher#12909
2018-12-19 15:37:24 -07:00
Westly Wright 786f5182a7
Consolidate version checking cluster logic
rancher/rancher#16113

remove experimental
2018-12-13 15:05:29 -07:00
Westly Wright 67cf755eac
remove unneeded code that prevented us from removing a single registry
rancher/rancher#16767
2018-12-11 16:03:11 -07:00
loganhz 6edbb6377b Fix windows option issue
https://github.com/rancher/rancher/issues/16863
2018-12-10 17:44:25 +08:00
Westly Wright 422f9d61d8
Merge pull request #2442 from loganhz/azure
Add check on mandatory fields for Azure cloud provider
2018-11-26 10:48:18 -07:00
loganhz 5694353de4 Add check on mandatory fields for Azure cloud provider
https://github.com/rancher/rancher/issues/16334
2018-11-23 18:59:18 +08:00
loganhz 7cb144769a Expand the cluster options by default for RKE cluster
https://github.com/rancher/rancher/issues/16108
2018-11-23 18:13:25 +08:00
Westly Wright 1ca430c14e
Dont use aliased feild to watch
rancher/rancher#16397
2018-11-15 12:48:48 -07:00
loganhz 07b12da338 Show param with empty value in extra_args
https://github.com/rancher/rancher/issues/16149
2018-11-15 11:39:44 +08:00
Westly Wright b5fda7192d
match patterns exactly
rancher/rancher#16578
2018-11-13 17:43:53 -07:00
Westly Wright 4d127d41d6
Clarify error message and pass correct params
rancher/rancher#16578
2018-11-13 15:42:34 -07:00
Westly Wright b5a784c22d
Rework validation logic for etcd services on rke config
rancher/rancher#16509
2018-11-12 12:22:20 -07:00
Westly Wright 658b91bdef
Add help text to rke snapshot inputs
rancher/rancher#16509
2018-11-08 14:52:46 -07:00
Westly Wright 9efde24c9f
Merge pull request #2373 from westlywright/new-etcd-types
Expose etcd snapshot params on rke clusters
2018-11-05 10:36:14 -07:00
Westly Wright b4a7b95ef8
Expose etcd snapshot params on rke clusters
rancher/rancher#16414
2018-11-02 14:56:38 -07:00
Westly Wright 3a534d9965
Tweak RKE Cluster Options based on feedback
also addresses the windows support buttons not being enabled

rancher/rancher#16396
rancher/rancher#16397
2018-11-01 17:08:45 -07:00
Westly Wright 260a4ac5f9
Sets the first added private reg as default 2018-10-30 15:07:14 -07:00
Westly Wright e4e082a64f
Add cluster capabilites ui
rancher/rancher#15105

Add ingress capability limitations to ui

Node port range for clusterCapabilities

Cluster Capabilities for nodePoolsCanScale

move ingress capabilities to service

lint

cleanup

move vars
2018-10-30 14:52:43 -07:00
Westly Wright 34664b235b
Add private registry to cluster create
rancher/rancher#15554
2018-10-22 16:33:08 -07:00
n313893254 1537dcf494 Cluster Options ordering is putting Windows Support option as first option
https://github.com/rancher/rancher/issues/15925
2018-10-17 10:18:42 +08:00
Westly Wright 4ace4f0411
Flip the lazy loading switch for all engines and remove browserify
loading overlay would stick on login sometimes

first update for auto importer

add required unsafe eval

remove project level xterm loading

ansi up

lazy-load dot-object

lazy load marked

Move logger models out of logging engine, it prevents lazy loading

add auto-importer config to logging

semver & json2yaml

lazy load pretty cron

lazy load shell quote

bug - typo in function name

remove debugger

lint and bugs

add shellquote constant to deal with undef error

Remove async from global and load module properly

add ignore file for silver-searcher

auto-import d3 lib

auto-import Identicon

auto-import jquery growl

update jsondiffpatch and auto-import

Remove unneeded voids

ember-auto-load jszip

pipeline bug

Refactor verify-auth route for lazy engines

auto-import to all engines/addons

auto-import momentjs

auto-import yaml

auto-import file-saver

update globals

bugs

review changes

yarn lock

move bable option back into the right place

bug fixes

decouple dependencies for nodes engine

decouple dependencies for global-admin

decouple dependencies for login engine

decouple dependencies for alerts engine

decouple dependencies for logging engine

decouple dependencies for pipeline engine

Lint sync and fix

review bugs

updates for rebase
2018-10-11 12:03:44 -07:00
Westly Wright e13de820e9
Set default backend type for Linux RKE hosts with flannel network
rancher/rancher#15936
2018-10-04 10:24:53 -07:00
Westly Wright c46b92de6e
Add experimental k8s version to rke cluster options
rancher/rancher#15919
2018-10-02 16:07:50 -07:00
Westly Wright bf7d259aa2
Role back rke cluster defaults changes
rancher/rancher#15577
2018-09-13 14:44:48 -07:00
loganhz e79fab4e09 Convert node name to lowercase in registration command 2018-09-13 16:24:55 +08:00
Westly Wright 42023a312c
Stop ingress, metric server and pod policy from clobbering others
This also fixes the default to canal and project network isolation issues

     rancher/rancher#15543
2018-09-12 12:20:36 -07:00
n313893254 fe11bb1d54 Fix request did not carry network when windows enabled 2018-09-12 18:34:38 +08:00
n313893254 03b86f6148 Fix Network Provider cannot display in UI when cluster is edited 2018-09-12 15:37:37 +08:00
Westly Wright 3a5ce925df
lint 2018-09-10 13:00:04 -07:00
Westly Wright bf00674e6a
tweak rke cluster creation to handle the new cluster-defaults
rancher/rancher#15111
2018-09-10 12:55:15 -07:00
loganhz d6c52bff4a Remove unused label section when adding custom node
https://github.com/rancher/rancher/issues/15382
2018-09-10 16:00:20 +08:00
n313893254 1d6b71d3e3 Hide nodeName and nodeLabels in windows command 2018-08-28 17:46:32 +08:00
n313893254 0006cff289 Update for review 2018-08-28 17:46:32 +08:00
n313893254 9bab66bb77 Update for review 2018-08-28 17:46:32 +08:00
n313893254 64be404fbb Windows support 2018-08-28 17:46:32 +08:00
loganhz fb9df04652 Support service node port range in cluster options
https://github.com/rancher/rancher/issues/11732
2018-08-22 11:11:54 +08:00
loganhz afe276a186 Add node name in advacned options when adding custom cluster
https://github.com/rancher/rancher/issues/13999
2018-08-08 12:20:05 +08:00
Vincent Fiduccia 8668d397c9
Show existing k8s version on edit (rancher/rancher#14941) 2018-08-03 12:00:13 -07:00
Vincent Fiduccia b76e1f0a4e
Merge pull request #2107 from loganhz/c-fix
Fix add cluster issue
2018-07-30 10:47:48 -07:00
loganhz 675f14d8b1 Support enable network policies
https://github.com/rancher/rancher/issues/14787
2018-07-29 19:25:21 +08:00
loganhz 1d43526193 Fix cluster yaml issue to keep consistent with RKE
https://github.com/rancher/rancher/issues/14750
2018-07-29 17:49:04 +08:00
loganhz d5fd538bdf Make enable option as first opotion 2018-07-29 01:46:47 +08:00
loganhz a631fe1962 Support turn off monitoring
https://github.com/rancher/rancher/issues/14625
2018-07-29 01:46:47 +08:00
loganhz fffec0a261 Support disable ingress in cluster options
https://github.com/rancher/rancher/issues/14626
2018-07-29 01:46:47 +08:00
loganhz c336f45fc1 Fix add cluster issue
https://github.com/rancher/rancher/issues/14775
2018-07-29 01:43:36 +08:00
n313893254 1b46c9fe54 Fix defaultDockerRootDir can not save in model 2018-07-26 10:08:10 +08:00
n313893254 ea20b4f083 Rancher Logging does not take custom Docker root dir into account
https://github.com/rancher/rancher/issues/13304
2018-07-24 15:44:59 +08:00
Vincent Fiduccia 93f922b92d
eslint --fix 2018-07-20 11:47:19 -07:00
loganhz 07070f2307 Support kube-api and kube-controller in cluster options 2018-07-19 15:39:45 +08:00