Skip to content

Instantly share code, notes, and snippets.

@casidiablo
Last active April 22, 2020 23:37
Show Gist options
  • Save casidiablo/bafcb5c97e5bc5e3389ee0ebf0b672d8 to your computer and use it in GitHub Desktop.
Save casidiablo/bafcb5c97e5bc5e3389ee0ebf0b672d8 to your computer and use it in GitHub Desktop.
commands:
- description: Updates the commands to their latest version
group: Meta
name: update
registry: 168995956934.dkr.ecr.us-west-2.amazonaws.com/macondo:update-${version}
requires_vpn: false
version: 0.1.0
volumes:
- ~:/workspace
- description: Builds/publishes a command to ECR
group: Meta
name: publish
registry: 168995956934.dkr.ecr.us-west-2.amazonaws.com/macondo:publish-${version}
requires_vpn: false
version: 0.1.0
volumes:
- ~/.aws:/.aws
- PWD:/wks
- /var/run/docker.sock:/var/run/docker.sock
- description: Takes a savepoint from the specified Flink job
group: Flink
name: flink-savepoint
registry: 168995956934.dkr.ecr.us-west-2.amazonaws.com/macondo:flink-savepoint-${version}
requires_vpn: true
version: 0.1.0
- description: Lists all jobs currently running on a particular Kubernetes cluster
group: Flink
name: flink-list
registry: 168995956934.dkr.ecr.us-west-2.amazonaws.com/macondo:flink-list-${version}
requires_vpn: false
version: 0.3.8
volumes:
- ~/.aws:/.aws
- description: Scrapes information from a job running on the provided job manager's
url(s)
group: Flink
name: flink-inspect
registry: 168995956934.dkr.ecr.us-west-2.amazonaws.com/macondo:flink-inspect-${version}
requires_vpn: true
version: 0.1.2
- description: Deploys a Flink job to any environment
group: Flink
name: flink-deploy
registry: 168995956934.dkr.ecr.us-west-2.amazonaws.com/macondo:flink-deploy-${version}
requires_vpn: false
version: 0.1.0
volumes:
- ~/src/bird-monorepo:/monorepo
- /tmp/ubuntu-bazel-cache:/root/.cache
- ~/.aws:/root/.aws
- ~/.vault-token:/root/.vault-token
- ~/.kube:/root/.kube
commands:
- description: Updates the commands to their latest version
group: Meta
name: update
registry: 168995956934.dkr.ecr.us-west-2.amazonaws.com/macondo:update-${version}
requires_vpn: false
version: 0.1.0
volumes:
- ~:/workspace
- description: Builds/publishes a command to ECR
group: Meta
name: publish
registry: 168995956934.dkr.ecr.us-west-2.amazonaws.com/macondo:publish-${version}
requires_vpn: false
version: 0.1.0
volumes:
- ~/.aws:/.aws
- PWD:/wks
- /var/run/docker.sock:/var/run/docker.sock
- description: Takes a savepoint from the specified Flink job
group: Flink
name: flink-savepoint
registry: 168995956934.dkr.ecr.us-west-2.amazonaws.com/macondo:flink-savepoint-${version}
requires_vpn: true
version: 0.1.0
- description: Lists all jobs currently running on a particular Kubernetes cluster
group: Flink
name: flink-list
registry: 168995956934.dkr.ecr.us-west-2.amazonaws.com/macondo:flink-list-${version}
requires_vpn: false
version: 0.3.8
volumes:
- ~/.aws:/.aws
- description: Scrapes information from a job running on the provided job manager's
url(s)
group: Flink
name: flink-inspect
registry: 168995956934.dkr.ecr.us-west-2.amazonaws.com/macondo:flink-inspect-${version}
requires_vpn: true
version: 0.1.2
- description: Deploys a Flink job to any environment (requires access to the monorepo)
group: Flink
name: flink-deploy
registry: 168995956934.dkr.ecr.us-west-2.amazonaws.com/macondo:flink-deploy-${version}
requires_vpn: false
version: 0.1.0
volumes:
- ~/src/bird-monorepo:/monorepo
- /tmp/ubuntu-bazel-cache:/root/.cache
- ~/.aws:/root/.aws
- ~/.vault-token:/root/.vault-token
- ~/.kube:/root/.kube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment