Commit Graph

120 Commits

Author SHA1 Message Date
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