Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Nov 1, 2020
1 parent c32c10c commit 94d5ef2
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
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
```

0 comments on commit 94d5ef2

Please sign in to comment.