- Prerequisites
- Create the core node
- Create the worker nodes
- Bring up Kubernetes cluster
- Install Airflow with Helm
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
""" | |
A script to rebuild an Apple Time Machine (TM) drive somewhere sensible | |
The original and best is from here: | |
https://gist.github.com/vjt/5183305 | |
""" | |
import os | |
import sys | |
import pdb |