-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document workaround for codefresh-io/terraform-provider-codefresh#20
- Loading branch information
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# cloud-gateway | ||
Infrastructure as Code and configuration for each Relaynet-Internet Gateway run by Relaycorp | ||
# Infrastructure for all Relaycorp-operated Relaynet-Internet Gateways | ||
|
||
This repository contains the code and configuration for all the cloud and Kubernetes resources powering the Relaynet-Internet Gateways operated by Relaycorp. | ||
|
||
# Manual tasks | ||
|
||
Pretty much everything is automated, except for the following due to limitations in third-party software: | ||
|
||
## Connect CodeFresh to the GKE cluster | ||
|
||
[The Terraform provider for CodeFresh doesn't offer a resource for Kubernetes clusters](https://github.com/codefresh-io/terraform-provider-codefresh/issues/20), so we have to set up the authentication manually by copying the different connection arguments and pasting them in the CodeFresh web UI. | ||
|
||
For example, to obtain the connection arguments for the test environment, run: | ||
|
||
``` | ||
terraform output gw_test_cd_connection | ||
``` |