operator

command
v0.0.0-...-6bdf688 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2020 License: Apache-2.0 Imports: 28 Imported by: 0

README

Hacking on the operator

Set up a place shared with the dind containers:

mkdir /dotmesh-test-pools/operator
chmod a+rwx /dotmesh-test-pools/operator

Compile it:

CGO_ENABLED=0 go build -a -ldflags '-extldflags "-static"' -o /dotmesh-test-pools/operator/operator .

Configure it:

kubectl create configmap -n dotmesh configuration --from-literal=flexvolumeDriverDir=/usr/libexec/kubernetes/kubelet-plugins/volume/exec

Run it:

dex 0 0 /dotmesh-test-pools/operator/operator --kubeconfig=/root/.kube/config -v 2

-v 3 gives messier logging. No -v at all makes it only log when it actually does something interesting.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL