dynamic-operator

command module
v0.0.0-...-4df37e3 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2022 License: Apache-2.0 Imports: 24 Imported by: 0

README

How to install

# install crds
make install
# next command mainly needs for the webhook configuration, rbac install
make deploy

How to run locally

# no need deployments for the local run
kubectl delete deploy kls-controller-manager
# ability to work webhook for local run
make generate-local-webhook-certs patch-webhook-endpoint
cd /modules/dynamic-operator
# need to build plugin before running operator
make build-docker-compose-plugin
# export variable for the plugin enabling1
export PLUGINS="{postgresql,$(pwd)/bin/docker-compose-plugin}"
make run # or go run main.go 

How to run tests

cd /modules/dynamic-operator
make build-docker-compose-plugin
export PLUGINS="{postgresql,$(pwd)/bin/docker-compose-plugin}"
make test

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1alpha1
Package v1alpha1 contains API Schema definitions for the kuberlogic.com v1alpha1 API group +kubebuilder:object:generate=true +groupName=kuberlogic.com
Package v1alpha1 contains API Schema definitions for the kuberlogic.com v1alpha1 API group +kubebuilder:object:generate=true +groupName=kuberlogic.com
plugin
plugins

Jump to

Keyboard shortcuts

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