kontainer-engine-driver-ociocne

command module
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2023 License: UPL-1.0 Imports: 9 Imported by: 0

README

kontainer-engine-driver-ociocne

For managing the lifecycle of OCNE clusters on OCI compute.

How to create a new driver release
  1. Run the make shasum target to create a release binary corresponding checksum.
  2. Create a new github release of this repo.
  3. Upload the kontainer driver binary from the dist directory to the github release, adding the checksum.
How to install a dev driver version for testing
  1. Run make build to create a dev build in the dist directory
  2. Upload the dev build to OCI Object Storage, or the file server of your choice
  3. Create a kontainerdriver resource on your cluster that references the dev build location (must be reachable by your cluster)
apiVersion: management.cattle.io/v3
kind: KontainerDriver
metadata:
  name: ociocneengine
spec:
  active: true
  builtIn: false
  checksum: ""
  uiUrl: ""
  url: <DRIVER URI>/kontainer-engine-driver-ociocne-linux

After applying the kontainerdriver to your cluster, it will be downloaded and installed, after which it is ready for use.

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