You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Environments can have a cluster of one of several types, but only a single cluster and the GKE cluster implementation (in particular) doesn't have an option to use an existing cluster. The purpose of this task is to add functionality which would support loading a testing Environment with an existing GKE cluster.
Acceptance Criteria:
a clusters.Cluster can be created from an existing GKE cluster
GKE based Clusters can be loaded and used in Environments
The text was updated successfully, but these errors were encountered:
Currently Environments can have a cluster of one of several types, but only a single cluster and the GKE cluster implementation (in particular) doesn't have an option to use an existing cluster. The purpose of this task is to add functionality which would support loading a testing
Environment
with an existing GKE cluster.Acceptance Criteria:
clusters.Cluster
can be created from an existing GKE clusterClusters
can be loaded and used inEnvironments
The text was updated successfully, but these errors were encountered: