🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

tkestack.io/csi-operator

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tkestack.io/csi-operator

v1.0.2
Go
Version published
Created
Source

csi-operator

Operator that deploys and updates CSI driver and external components in Kubernetes cluster.

Build

Please install revive before building:

go get -u github.com/mgechev/revive

To make the binary, just run:

make csi-operator

The binary will be located at output/bin/csi-operator.

To release the image, just run:

make docker-build

Then a image with name csi-operator:latest will be created.

Usage

csi-operator can be deployed inside the kubernetes cluster:

  • Create the RBAC objects needed by csi-operator:

    kubectl -f deploy/kubernetes/rbac.yaml
    
  • Create a deployment to run the csi-operator:

    kubectl -f deploy/kubernetes/deployment.yaml
    

Examples

There are a large number of examples in examples.

FAQs

Package last updated on 15 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts