Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #100 from dippynark/66-fix-multi-cluster-envs
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

66 fix multi cluster envs

**What this PR does / why we need it**: Multi cluster environements currently do not work with Tarmak. This PR fixes this by tagging subnets and instances appropriately so that clusters can function properly

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #66 

**Special notes for your reviewer**:

**Release note**:


```release-note
Fix multi cluster environments by supporting multiple clusters in a single VPC
```
  • Loading branch information
jetstack-ci-bot committed Feb 20, 2018
2 parents aac1ad6 + 94ae025 commit 2f6bf32
Show file tree
Hide file tree
Showing 4,589 changed files with 863,302 additions and 113,248 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -3,6 +3,8 @@
/tarmak_linux_amd64
/tarmak_darwin_amd64
/wing_linux_amd64
/terraform-provider-awstag_linux_amd64
/dist/
/bin/
.DS_Store
/.kube/
10 changes: 10 additions & 0 deletions .goreleaser.yml
Expand Up @@ -19,6 +19,16 @@ builds:
goarch:
- amd64
flags: -tags netgo
- main: ./cmd/terraform-provider-awstag
binary: terraform-provider-awstag
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
flags: -tags netgo
archive:
format: binary
release:
Expand Down

0 comments on commit 2f6bf32

Please sign in to comment.