Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.
/ k8s-operator Public archive

Kubernetes operator to install, upgrade and maintain Quobyte clients and server services

Notifications You must be signed in to change notification settings

quobyte/k8s-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-operator

Build

  1. Clone the repository.
git clone git@github.com:quobyte/k8s-operator.git github.com/quobyte/k8s-operator
  1. Compile and build binary from source.
cd github.com/quobyte/k8s-operator
export GOPATH=$(pwd)
./build #build the operator binary

If you're building for the first time after clone run glide install --strip-vendor to get the dependencies.

  1. To run operator outside cluster (skip to 4 to run operator inside cluster)
./operator --kubeconfig <kuberenetes-admin-conf>

Follow Deploy clients, and you can skip step 3 of deploy clients.

  1. Build the container and push it to repository ./build <repository-url> # push the built image to the container repository-url

About

Kubernetes operator to install, upgrade and maintain Quobyte clients and server services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages