Commit Graph

11172 Commits

Author SHA1 Message Date
Westly Wright 46589bc644
Fix bug with node upgrage checkbox not showing up when should
Versioned the parseCloudeProviderVersion choices for a more robust and native implmentation.
Discards coerce versions and just passes the raw versions around because semver can handle this.
Adds include prerelease input as well.
2021-04-14 16:30:13 -07:00
Westly Wright e14c28a148
fix a null taints error
also removes so old code that mapped taints from one format to antoher
2021-04-14 16:30:13 -07:00
Westly Wright 99783fda56
Merge pull request #4540 from westlywright/bugs.gke
GKE Bugs
2021-04-14 12:06:29 -07:00
Westly Wright a99a73a598
Merge pull request #4538 from westlywright/bug.eks.selections
EKS Bugs
2021-04-14 12:05:06 -07:00
Westly Wright f1209d5e83
set gke network to default if it exists
rancher/rancher#32136
2021-04-14 12:00:17 -07:00
Westly Wright 11aea27668
Refactor GKE v2 version choices to remove unneeded watcher
which caused the version choices to recompute and add anything less that then selected version to the can't downgrade list before the cluster was saved

rancher/rancher#32135
2021-04-14 11:44:30 -07:00
Westly Wright f50bce60c7
fix undefined check for InstanceTypes in eks node group row
also removed some unneeded else statements that were doing nothing

rancher/rancher#32057
2021-04-14 10:56:51 -07:00
Westly Wright 721eadf430
display correct subnets & security group values on eks edit
rancher/rancher#32004
2021-04-14 10:56:51 -07:00
Westly Wright fc21396abd
Merge pull request #4537 from mantis-toboggan-md/auth-redirect
fix base64 encoding function
2021-04-14 09:03:18 -07:00
Nancy Butler 5bc97a313f fix base64 encoding function 2021-04-14 06:54:42 -07:00
Westly Wright 827e181f99
Merge pull request #4535 from westlywright/bugs.gke
fix missing node version on a new node pool for gke
2021-04-13 16:03:11 -07:00
Westly Wright 2145a8e743
fix missing node version on a new node pool for gke 2021-04-13 16:00:17 -07:00
Westly Wright 88d13bd424
Merge pull request #4533 from westlywright/bug.import.register.cmd
Show Registration Command Bugs
2021-04-13 15:14:47 -07:00
Westly Wright 89d9d943a1
Show registration command regardless of node count
rancher/rancher#31529
rancher/rancher#32031
2021-04-13 14:55:51 -07:00
Westly Wright 12358ebb79
Merge pull request #4531 from westlywright/bugs.gke
node version update bugs
2021-04-13 13:57:40 -07:00
Westly Wright 2541240ed9
node version update 2021-04-13 13:51:20 -07:00
Westly Wright 97de9f45f3
Merge pull request #4529 from westlywright/bugs.gke
GKE V2 Edit Sync Upstream Config
2021-04-13 11:53:09 -07:00
Westly Wright 0b77c0f6e4
change default location type to zone for gke v2 clusters
rancher/rancher#32098
2021-04-13 11:46:27 -07:00
Westly Wright 58a8260d55
fix edit sync upstream config
rancher/rancher#32060
rancher/rancher#32068
2021-04-13 11:12:46 -07:00
Westly Wright cfd4dfa03f
Merge pull request #4527 from westlywright/bugs.gke
GKE Bugs
2021-04-12 17:05:12 -07:00
Westly Wright d6736d7e42
update secondary range dropdowns when subnet updates
this updates the old gke UI (for upgrades going forward) and the new v2 prvisioner UI.

rancher/rancher#27696
2021-04-12 16:47:17 -07:00
Westly Wright 575cf0c897
remove logic that auto-sets secondary range names on gke cluster
rancher/rancher#32046
2021-04-12 16:47:17 -07:00
Westly Wright cb6d89391b
ensure masterIpv4CidrBlock is required when creting priv gke cluster
rancher/rancher#32032
2021-04-12 16:47:17 -07:00
Westly Wright afcfb8fee4
location type observer should only observe locationType
to prevent reseting the region or zone when changing those params and allow users to switch locations

rancher/rancher#32044
2021-04-12 16:47:16 -07:00
Westly Wright 389b5d7e73
prevent error with invalid json
rancher/rancher#32020
2021-04-12 16:47:16 -07:00
Westly Wright 81457b7c1b
Merge pull request #4524 from westlywright/bugs.gke
fix import command for gke v2 private cluster
2021-04-09 16:35:06 -07:00
Westly Wright cc723f7d5d
fix import command for gke v2 private cluster 2021-04-09 16:30:09 -07:00
Westly Wright b2229069fe
Merge pull request #4522 from westlywright/feature.google.v2
GKE V2 Provisioner
2021-04-09 15:43:09 -07:00
Westly Wright 2b33123ade
translation help block 2021-04-09 15:21:03 -07:00
Westly Wright 657737657c
GKE V2 Provisioner
rancher/rancher#31221

initial creation of gke driver

create shared google service for v1/v2 driver

wip

all fetch methods for google to shared service

cluster/kubernetes options

ippolicy conditionals

private nodes observer so can force ipaliases true

subnetwork logic

cru-private-cluster for gke

initial values

gke node pools

default configs and service cleanup

node group changes

subnet work

hide private nodes config if not enabled

useIpAliases work

 master authorized network component

loggings

no initial master version

gke node pool fixups

input-cidr component and validation

wip - new np logic

node pool updates

fix ups from launching

edit mode changes

more edit updates

more fix ups

node pool edits

import gke

reset auto-scale

implment cloud credentials in gke v2

Cloud cred changes for gke nice to haves

imp fetch clusters

Implement Shared Subnets

cleanup

Import private cluster work and other fixes

private cluster changes

More import/register changes

Null values and node pool version changes

gke private networks warning

fixups
2021-04-09 15:03:26 -07:00
Westly Wright 7070a61bae
Merge pull request #4520 from westlywright/bug.edit.local.cluster
Edit Local Cluster Bugs
2021-04-07 13:19:33 -07:00
Westly Wright e40b36af68
Merge pull request #4518 from mantis-toboggan-md/auth-redirect
fix base64 url-safe regex
2021-04-07 10:30:37 -07:00
Westly Wright 075a6f49f9
Added extra logic for excluding docker cluster from edit/upgrade
k3s clusters that do not have a config should not allow editing of items on the config.
A null k3s config indicates a docker installed cluster so I've added extra logic
to check if the config exists and if it does not we don't show the manage import cluster info component.

I also added logic to the final save method in cru cluster to only show the registration step if the cluster is pending
and not a null k3s config.

rancher/rancher#30977
2021-04-07 08:50:17 -07:00
Nancy Butler e487c74a3a fix base64 url-safe regex 2021-04-06 07:32:12 -07:00
Westly Wright d0aa82857b
Merge pull request #4517 from westlywright/translation.aliyun
Change all refs Aliyun to Alicloud
2021-04-05 11:37:01 -07:00
Westly Wright 18fea8c156
Merge pull request #4514 from westlywright/bug.eks.v2.spot.instances
EKS V2 LT Spot Instances Bug
2021-04-05 11:32:45 -07:00
Westly Wright 21374850bf
Change all Aliyun to Alicloud
rancher/rancher#31845
2021-04-05 11:28:30 -07:00
Westly Wright 31e65617c2
ensure spot instance types and instance type are set correctly eksv2
rancher/rancher#31908
2021-04-05 11:13:22 -07:00
Westly Wright 0d0c9b296f
Merge pull request #4511 from westlywright/bug.lexical.access.login
Redirect Login Bug
2021-03-30 14:33:31 -07:00
Westly Wright a27ac8ae01
attempting to access const before decleration 2021-03-30 13:52:32 -07:00
Westly Wright 5375998684
Merge pull request #4510 from rancher/dependabot/npm_and_yarn/y18n-4.0.1
Bump y18n from 4.0.0 to 4.0.1
2021-03-30 08:45:04 -07:00
dependabot[bot] 5a45acb39f
Bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-30 14:51:28 +00:00
Westly Wright 6a8782a2c0
Merge pull request #4508 from westlywright/deps.security.updates
Dependency Updates
2021-03-26 15:00:06 -07:00
Westly Wright 173d18e6d2
dep updates 2021-03-26 14:51:56 -07:00
Westly Wright 9f61d4435d
update ember api store for some security vuln 2021-03-26 13:23:32 -07:00
Westly Wright 8e07c49267
Merge pull request #4507 from mantis-toboggan-md/auth-redirect
use verify-auth-azure instead of verify-auth
2021-03-18 09:09:34 -07:00
Nancy Butler 23b2c35ed1 use verify-auth-azure instead of verify-auth 2021-03-18 07:12:05 -07:00
Westly Wright a2b1b7b619
Merge pull request #4506 from jlamillan/jlamillan/revert-ol8-filter
Revert "Filter out OL-8.x images until it is supported by OCI machine…
2021-03-17 16:02:53 -07:00
Westly Wright 2effea7bbf
Merge pull request #4504 from westlywright/feature.gce.cloudcreds
Google Cloud Credentials
2021-03-17 16:02:01 -07:00
jesse.millan 3d8bc4c89d
Revert "Filter out OL-8.x images until it is supported by OCI machine driver."
This reverts commit 3671bc2c38 as it's no longer necessary.
2021-03-17 11:33:51 -07:00