Commit Graph

43 Commits

Author SHA1 Message Date
Westly Wright 5018793ce4
set lb sku after config is set so select & config have correct value
rancher/rancher#29908
2020-11-06 15:59:34 -07:00
Westly Wright b4279bcb8b
update load balancer sku to be computed to deal with empty values
for this field anything other than 'standard' is the same as 'basic'
update the ui default to basic, the UI should always send a value not empty string but for clusters created outside the ui we will display basic if not standard

rancher/rancher#29908
2020-11-06 10:14:39 -07:00
Westly Wright e530580341
aks create set default loadBalancerSku
default on the backend was change from `standard` to `""` to alievate issues with upgrading clusters that didn't have a lb sku before

rancher/rancher#29908
2020-11-05 09:30:33 -07:00
Westly Wright a6561bd1d0
Expose loadBalancerSku on Azure AKS cluster driver
rancher/rancher#29908
2020-11-03 14:49:19 -07:00
Westly Wright d3d78e87c8
Upgrade Ember & Dependencies for LTS support >3.12
There are changes required for the ember upgrade but additional changes
for individual libs are also present. Commit has been squashed, see
individual commits if needed.

There are a bunch of HBS changes as well. These are to deal with a
couple new rules and there impact is low. The button one has bitten us a
few time so this seemed great to add IMO.

update ember 3.12.4

ember 3.13

fixes for new eslint rules

ember 3.13->3.14

ember3.14->3.16

ember3.16->3.20

3.20 lint rules

yarn upgrade

update ember-optional-feature

update deps that can go to patch versions

upgrade major versions that are possible

update ansi_up

only reset term var if we're not destroying

prevents new ember 'same computation' error

update async

upgrade dot-object

new-catalog - add set to deal with new warning
marked-down - drop call into next to ensure its called at the correct time

upgrade ember-assign

update ember-cli-clipboard

remove unused & deprecated ember-cli-release

remove unused drag-drop lib

use set on tracked prop

update ember-flatpickr && cli-test-loader

upgrade ember-href-to

update filesaver

update liquid-fire and ipaddr

upgrade jsondiffpatch

upgrade marked

upgrade semver

update xterm

Update ember-basic-dropdown

the library has changed quite a bit and no longer provides an addon for the content-item where we handling the click event to close the dropdown,
thus click events must be added manually to the items being clicked to close the dropdown.

udpate dompurify

fix page header project styles

Bump ember api store, remove npm-run-all

Autofix button types from hbs linting

this change looks large but only adds `type` button to any buttons that dont have a type, which should help to reduce weird side effects

more hbs lint changes for no-negate-condition

turned off a couple rules that could be too much to test right now
2020-10-07 16:52:22 -07:00
Denise Schannon 78d99c73ac AKS only works with lowercase "calico" 2020-09-11 20:34:30 -07:00
Westly Wright c17fc952e2
Remove minimum k8s version range check for Cloud Provider clusters
Adds a new service which parses version from the various cloud provider version
list. I moved this to a new service rather than use form-versions because
form-versions is already fairly complicated with how it has to deal with RKE
Templates and unknown patch versions. It was simpler, cleaner, and faster to
move the CP cluster version parsing to a service and use new select because the
versions coming down do not include unknown patch versions. Addtionally going
this route allows us to not have to test all clusters for regressions, only CP ones.

rancher/rancher#26255
2020-03-25 15:59:22 -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 904985c540
udpate aks default k8s version
rancher/rancher#24239
2019-11-25 15:22:06 -07:00
Cody Jackson c7d26ecbce Add network plugin and supporting param
This adds the Network Plugin param as well as the PodCidr param.

rancher/rancher#22616
2019-10-15 16:06:13 -07:00
Vincent Fiduccia c94b947ed2
Spelling 2019-08-29 09:45:28 -07: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
loganhz a341022d2e Support China AKS
https://github.com/rancher/rancher/issues/21668
2019-08-08 10:45:26 +08:00
Vincent Fiduccia 2b903e37cf
Don't explode if subnets is null 2019-06-27 11:16:14 -07:00
Westly Wright 4eb0b2d1b7
only reset to defaults on a new aks cluster
also use the real defaults not nulls

rancher/rancher#18926
2019-03-14 14:31:35 -07:00
n313893254 2e1124eaf0 UI for Revise AKS kontainer-engine driver and add missing fields https://github.com/rancher/rancher/issues/17262 2019-01-29 16:29:46 +08:00
Westly Wright 786f5182a7
Consolidate version checking cluster logic
rancher/rancher#16113

remove experimental
2018-12-13 15:05:29 -07:00
loganhz 9e61469dc0 Validate AKS required fields
https://github.com/rancher/rancher/issues/17010
2018-12-12 19:43:04 +08:00
Westly Wright 90bb70eb04
patch azure k8s version until after alpha 2018-12-07 12:30:47 -07: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
Sebastiaan van Steenis 8501b36c56 Change default AKS instance size to recommended 2018-09-28 19:31:24 +02:00
Westly Wright f7e02ab8b9
Fix AKS field validation
rancher/rancher#15564
2018-09-14 15:01:47 -07:00
Westly Wright b869310aab
error handling azure aks 2018-09-06 13:08:09 -07:00
Westly Wright c6c7c1767f
Cleanup 2018-09-06 13:08:09 -07:00
Westly Wright d7ea2aa729
More updates for validating new aks fields 2018-09-06 13:08:09 -07:00
Westly Wright 0a5b791289
Added 3 new fields 2018-09-06 13:08:09 -07:00
Westly Wright 255858e7d4
lint 2018-07-27 11:19:51 -07:00
Westly Wright 9c92fcd13d
parse correct error body from azure which is diff from our own
rancher/rancher#14310
2018-07-27 11:19:51 -07:00
Vincent Fiduccia 93f922b92d
eslint --fix 2018-07-20 11:47:19 -07:00
Vincent Fiduccia 0686d4840d
Revert part of eslint fix 2018-07-16 17:50:16 -07:00
Westly Wright 7076c8a8c1
Parse aks error correctly
rancher/rancher#14310
2018-07-13 10:22:13 -07:00
Westly Wright 877ed1f522
More lint files changes (see lib) 2018-07-11 14:06:27 -07:00
Vincent Fiduccia dd117ccf06
Update AKS regions 2018-07-02 16:09:32 -07:00
Vincent Fiduccia f10639a6ff
More meta 2018-06-28 14:14:23 -07:00
Westly Wright a7ec054b0d
lint 2018-06-19 16:39:21 -07:00
Westly Wright 8c4ec8e7fa
Use new azureaks endpoint to fetch valid kub versions
rancher/rancher#13387
2018-06-19 16:31:21 -07:00
Westly Wright 771dd777f2
lint 2018-06-18 14:40:32 -07:00
Westly Wright 2afbcb0114
remove unneeded observer 2018-06-18 14:36:59 -07:00
Westly Wright 934b34bd09
Add networking inputs to azureaks
rancher/rancher#13395
2018-06-18 12:13:17 -07:00
Westly Wright 50b4532323
update kub version for aks 2018-06-14 13:49:12 -07:00
Vincent Fiduccia 8394c5ac0a
Insecure import, AKS size 2018-02-20 17:46:25 -07:00
Vincent Fiduccia 181b350b19
Cluster edit, Packet driver 2018-02-20 02:26:56 -07:00