Commit Graph

9 Commits

Author SHA1 Message Date
Neil MacDougall ff4f3d2508
Merge pull request #4775 from rawis/master
Add GCP asia-southeast2 (Jakarta) region
2021-12-16 09:55:33 +00:00
Catherine Luse 227e890e4d Fix ESLint formatting problem 2021-12-15 11:02:22 -07:00
Catherine Luse 5bfd228bda Shared subnets are shown in dropdwon when provisioning GKE clusters 2021-12-14 17:31:14 -07:00
rawis 445928ef6d
Add asia-southeast2 (Jakarta) region
Needed to register / import GKE Cluster located in asia-southeast2 Regional
2021-10-10 18:02:11 +07:00
Cody Jackson 2bcb47c564 Making use of region instead of zone while querying meta/gkeVersion when available
https://github.com/rancher/rancher/issues/33527
2021-07-07 18:55:52 -07:00
Westly Wright 27618e8e67
change defaults for clusterIpv4Cidr & maintenanceWindow GKEv2
rancher/rancher#32770
2021-05-25 15:01:46 -07:00
Westly Wright 727b160b13
update gke proxy calls to send cluster id if editing 2021-05-03 16:58:25 -07:00
Westly Wright bab2d5dc31
Lookup imported gke cluster object on edit to find release channels
If the imported cluster is on a release channel we can then limit the versions available to the user for upgrade scenarios to those that exist in the release channel.

rancher/rancher#32360
2021-04-28 17:07:53 -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