cluster-operator icon indicating copy to clipboard operation
cluster-operator copied to clipboard

cluster-operator creates, configures and helps manage StorageOS cluster on Kubernetes

Results 22 cluster-operator issues
Sort by recently updated
recently updated
newest added

We are testing brand new, vanilla StroageOS deployment on OpenShift 4. 2 - when browsing cluster operator UI status URL: https://cluster-console.app.local/k8s/ns/storageos-namespace/clusterserviceversions/storageosoperator.v1.5.1/storageos.com~v1~StorageOSCluster/example-storageos We are getting the following error: ``` Oh no!...

This runs the e2e operator-sdk tests (non-OLM) with go run, instead of running in a container. Container image is built only for OLM based test setup. Also, uses the new...

Optionally use a stateful with PVCs for the StorageOS cluster. You already mount a local volume to each pod in the StorageOS cluster. Replacing that with another storage class would...

$ kubectl logs -f storageos-cluster-operator-598bbc4d79-k66qj -n storageos-operator 2019-09-07T02:46:03.279Z INFO storageos.job Creating a new DaemonSet {"Request.Namespace": "default", "Request.Name": "storageos-job"} 2019-09-07T02:46:03.342Z DEBUG kubebuilder.controller Successfully Reconciled {"controller": "job-controller", "request": "default/storageos-job"} 2019-09-07T02:46:03.478Z INFO storageos.job...

This adds a new build stage in the CI where the container image is built once and pushed to docker hub. The test and deploy stages pull the same image...

I'm trying to connect a in-cluster client to the StorageOS API but cluster members cannot be found. This is my go code ``` func InitClient() error { cli, err :=...

Hello, i see that storageos-daemonset POD is not being "removed" form the NotReady node. ``` dm103 Ready master 37d v1.13.0 192.168.3.249 Ubuntu 16.04.5 LTS 4.4.0-87-generic docker://17.3.2 dm104 NotReady 37d v1.13.0...

from readme : $GOPATH/bin/operator-sdk build storageos/cluster-operator:test INFO[0000] Building Docker image storageos/cluster-operator:test Sending build context to Docker daemon 281.3 MB Step 1/19 : ARG BUILD_IMAGE=golang:1.11.5 Please provide a source image with...