Sign inSign up

cricketeerone/docker-kelda

By cricketeerone

•Updated over 6 years ago

Image
0

191

cricketeerone/docker-kelda repository overview

⁠docker-kelda

Docker Image Version (latest semver)

Installs kelda and configures kubectl for a k8s cluster that is running the Kelda Minion.

⁠Variables

NameDescription
KELDA_USER_TOKENSets the user.token value for the Kelda account
K8S_SERVERThe k8s API server endpoint
K8S_CA_DATAThe k8s API certificate-authority-data (if cluster uses https, which it definitely should)
K8S_NAMESPACE(optional) Sets a context.namespace value.
KELDA_USERNAMESets the user.name value for the Kelda account (default: kelda-user)
KELDA_NAMESPACEThe namespace to use for kelda dev

⁠Running

Without Sync

docker run --rm cricketeerone/docker-kelda \
  -e K8S_SERVER= ... \
  -e KELDA_NAMESPACE=$(whoami) \
  -v /path/to/workspace.yaml:/workspace.yaml:ro \
  -v /path/to/src:/app:ro dev --no-sync

With Sync⁠ (requires kelda.yaml in your source directory)

docker run --rm cricketeerone/docker-kelda \
  -e K8S_SERVER= ... \
  -e KELDA_NAMESPACE=$(whoami) \
  -v /path/to/workspace.yaml:/workspace.yaml:ro \
  -v /path/to/src:/app:ro dev

Tag summary

Content type

Image

Digest

Size

106.7 MB

Last updated

over 6 years ago

docker pull cricketeerone/docker-kelda