Skip to content

Instantly share code, notes, and snippets.

@tonykhbo
tonykhbo / tf-ci.yaml
Created June 27, 2023 18:14
Github Actions Workflow for Running Databricks Terraform Exporter
name: Running Exporter on Existing Workspace and Source Control
on:
push:
branches:
- '**'
tags-ignore:
- 'v*' # this tag type is used for release pipelines
schedule:
- cron: '30 5 * * 1'
@tonykhbo
tonykhbo / remote_crc.md
Last active June 19, 2020 03:01 — forked from tmckayus/remote_crc.md
Running 'crc' on a remote server

Overview: running crc on a remote server

This original document shows how to deploy an OpenShift instance on a server using CodeReady Containers (crc) that can be accessed remotely from one or more client machines (sometimes called a "headless" instance). This provides a low-cost test and development platform that can be shared by developers. Deploying this way also allows a user to create an instance that uses more cpu and memory resources than may be available on his or her laptop.

While there are benefits to this type of deployment, please note that the primary use case for crc is to deploy a local OpenShift instance on a workstation or laptop and access it directly from the same machine. The headless setup is configured completely outside of crc itself, and supporting a headless setup is beyond the mission of the crc development team. Please do not ask for changes to crc to support this type of deployment, it will only cost the team time as they politely decline :)

The original gist by Roberto ha