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

Netflix/titus-kube-common

Repository files navigation

titus-kube-common: shared Kubernetes components

CircleCI

Shared kubernetes code and constants to avoid copying and pasting.

Releasing

git tag -a v0.1.0 -m "Add feature foo"
git push --follow-tags