Configuration

Command Line Parameters

This operator accepts the following command line parameters:

watch-namespace

Default value: All namespaces

Required: false

Multiple values: false

The operator will only watch for resources in the provided namespace test:

stackable-spark-k8s-operator run --watch-namespace test

Environment variables

This operator accepts the following environment variables:

WATCH_NAMESPACE

Default value: All namespaces

Required: false

Multiple values: false

The operator will only watch for resources in the provided namespace test:

export WATCH_NAMESPACE=test
stackable-spark-k8s-operator run

or via docker:

docker run \
--name spark-k8s-operator \
--network host \
--env KUBECONFIG=/home/stackable/.kube/config \
--env WATCH_NAMESPACE=test \
--mount type=bind,source="$HOME/.kube/config",target="/home/stackable/.kube/config" \
docker.stackable.tech/stackable/spark-k8s-operator:latest