rsct-operator

command module
v0.0.0-...-3adcd48 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

README

RSCT Operator

The RSCT Operator enables RSCT on a cluster.

Installing the RSCT Operator

Run the following command to deploy the RSCT Operator:

make deploy
Create RSCT resource
  1. Switch to the rsct-operator-system namespace

    oc project rsct-operator-system
    
  2. Create the cluster role binding and RSCT resources

    oc apply -f config/samples/rsct_v1alpha1_rsct.yaml
    
Check that the Operator is Running

Check that the pods have been created and are running

oc get pods

A readiness probe will check that each pod is running, which can take up to 10 minutes.

Output should be similar to the following

NAME                                              READY   STATUS    RESTARTS   AGE
rsct-operator-controller-manager-b8495fb5-kznsw   2/2     Running   0          10m
rsct-test-9qstd                                   1/1     Running   0          6m49s
rsct-test-gclb2                                   1/1     Running   0          6m49s
rsct-test-gcqjh                                   1/1     Running   0          6m49s
rsct-test-tbvdx                                   1/1     Running   0          6m49s
rsct-test-wt8x9                                   1/1     Running   0          6m49s
Removing the RSCT Operator

Run the following command to remove the RSCT Operator:

make undeploy

Documentation

The Go Gopher

There is no documentation for this package.

Directories

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

Jump to

Keyboard shortcuts

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