Commit Graph

18 Commits

Author SHA1 Message Date
Westly Wright 4b729ac21d
Fix GKE v2 oauth scopes logic
rancher/rancher#32994
2021-06-09 14:40:00 -07:00
Westly Wright dd09197281
Expose zones for a regional cluster
adds new label in each node pool under node count to show the total nodes in each zone

rancher/rancher#32345
2021-05-24 10:19:44 -07:00
Westly Wright 0667e1e6dd
fix initial labels gke node pool
rancher/rancher#32435
2021-04-29 13:42:41 -07:00
Westly Wright 0682ef0326
fix gke node pools labels ary -> map
rancher/rancher#32435
2021-04-29 09:51:00 -07:00
Westly Wright f60ddd5e91
remove on init wrapper around autoscale observer
was not needed any longer and it caused edited nps to reset the values on init.

rancher/rancher#32359
2021-04-27 10:42:27 -07:00
Westly Wright ea89a726d7
rework showManagementWarning to computed property only imported 2021-04-26 12:00:56 -07:00
Westly Wright 0770ea31a0
Add warning for imported clusters and np managment var
rancher/rancher#32282
2021-04-26 11:40:03 -07:00
Westly Wright 8e95ca821b
more node pool autoscale changes 2021-04-16 16:54:11 -07:00
Westly Wright 25645a90b8
Fix is new node pool check to avoid locking up name field on nodepool
rancher/rancher#32172
2021-04-16 16:52:38 -07:00
Westly Wright 20b2b518e9
change defaults on gke v2 np autoscale config to 1, 3
rancher/rancher#32169
2021-04-16 16:52:38 -07:00
Westly Wright 670f8adcc5
fix duplicate object reference for node pools
the default nodePool object was not being cloned properly when creating a new record so the second np object was just referencing the first one.
renamed model to nodePool because I find it less confusing.

rancher/rancher#32167
2021-04-16 16:52:38 -07:00
Westly Wright 94af9d5700
Add observer to set nodepool version when master version changes on new
rancher/rancher#32143
2021-04-14 16:30:13 -07:00
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 2145a8e743
fix missing node version on a new node pool for gke 2021-04-13 16:00:17 -07:00
Westly Wright 2541240ed9
node version update 2021-04-13 13:51:20 -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 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