pachyderm / config-pod

A pod to configure cluster state using k8s secrets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

config-pod

config-pod is a Docker image which takes YAML configuration at a specified path, and applies it to a Pachyderm cluster. It can be used to store cluster configuration in a k8s secret.

See the examples directory for a sample Job which runs the configuration pod, and two sample Secrets:

  • basic-secret.yaml provides a simplified case which activates enterprise features and authentication
  • full-secret.yaml provides an example of all the configuration keys`

About

A pod to configure cluster state using k8s secrets


Languages

Language:Go 84.5%Language:Shell 14.9%Language:Dockerfile 0.6%