instance-customisation-plugin

command
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2023 License: MIT Imports: 8 Imported by: 0

README

Instance Customisation Plugin Example

From inside this directory, run the following to build the instance customisation plugin binary:

go run ../../../build.go --release

Then to build the docker image using the supplied Dockerfile:

docker build -t YOUR_REGISTRY/YOUR_REPO/instance-customisation-plugin:latest .

To push your image to a registry of your choice:

docker push YOUR_REGISTRY/YOUR_REPO/instance-customisation-plugin:latest

You can then use the above image tag to install the example helm chart supplied at /charts/instance-customisation-plugin

For example

helm install instance-customisation-plugin charts/instance-customisation-plugin --set image=your_registry/your_repo/image:tag

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