1.2.2 • Published 5 years ago
@wellplayed/bureaucrat v1.2.2
Bureaucrat is a tool for making parametric Kubernetes deployments.
Installation
Prerequisites:
To install (or update) bureaucrat, run npm install -g @wellplayed/bureaucrat@latest.
Usage
Apply changes to a deployment (including deploying a fresh deployment)
bureaucrat apply --namespace=my-namespace ./my-package deployment-name -f extra-config.yaml
-f(--config-file) merges the contents of a YAML file into the config.-n(--namespace) specifies which Kubernetes namespace to deploy into.
Compile a deployment (to see what resources it would deploy)
bureaucrat compile ./my-package deployment-name -f extra-config.yaml
List a deployment
bureaucrat list delpoyment-name
Delete a deployment
Delete all resources associated with a deployment - make sure to use bureaucrat list deployment first to check what will get removed.
bureaucrat delete deployment-name
1.2.2
5 years ago
1.2.1
5 years ago
1.2.0
6 years ago
1.1.0
6 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago
0.11.1
7 years ago
0.11.0
7 years ago
0.10.0
8 years ago
0.9.0
8 years ago
0.8.0
8 years ago
0.7.0
8 years ago
0.6.0
8 years ago
0.5.0
8 years ago
0.4.0
8 years ago
0.3.0
8 years ago
0.2.0
8 years ago
0.1.0
8 years ago