Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GKE Existing Cluster Loader #66

Closed
2 tasks done
shaneutt opened this issue Jul 29, 2021 · 3 comments · Fixed by #67
Closed
2 tasks done

GKE Existing Cluster Loader #66

shaneutt opened this issue Jul 29, 2021 · 3 comments · Fixed by #67
Assignees
Labels
area/feature New feature or request

Comments

@shaneutt
Copy link
Contributor

shaneutt commented Jul 29, 2021

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
@shaneutt shaneutt added the area/feature New feature or request label Jul 29, 2021
@shaneutt shaneutt added this to the Backlog - General Improvements milestone Jul 29, 2021
@ccfishk
Copy link
Contributor

ccfishk commented Jul 29, 2021

wonder if we can decouple GKE cluster deployment from KIC.
Does KTF deploy GKE using command line ?

@shaneutt
Copy link
Contributor Author

wonder if we can decouple GKE cluster deployment from KIC.
Does KTF deploy GKE using command line ?

No, it using the golang API.

@shaneutt shaneutt linked a pull request Jul 29, 2021 that will close this issue
@shaneutt
Copy link
Contributor Author

Resolved by #67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants