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
When the KTF was first built it was being used only in KIC and only on Linux systems, and so it relied on Kubernetes in Docker (KIND) as the only available cluster provisioner.
The purpose of this task is to add support for Google Kubernetes Engine (GKE) as an available Cluster implementation to provide more support for users not used to kind.
Acceptance Criteria
Cluster interface needs to be feature complete to support multiple backend implementations
A GKE based Cluster implementation needs to be created
Integration tests proving the GKE implementation needs to be added for CI
The text was updated successfully, but these errors were encountered:
When the KTF was first built it was being used only in KIC and only on Linux systems, and so it relied on Kubernetes in Docker (KIND) as the only available cluster provisioner.
The purpose of this task is to add support for Google Kubernetes Engine (GKE) as an available
Cluster
implementation to provide more support for users not used tokind
.Acceptance Criteria
Cluster
interface needs to be feature complete to support multiple backend implementationsCluster
implementation needs to be createdThe text was updated successfully, but these errors were encountered: