Simon Croome

Results 12 comments of Simon Croome

Hi @robinbraemer, can you try appending the port (`:5705`) to `STORAGEOS_HOST`? Just had a quick look at the api code and it only seems to set the default port if...

Hi, we're replacing this project with https://github.com/storageos/operator which is compatible with v1.22. We should be releasing it soon.

Hi @camilamacedo86, we are very close to releasing StorageOS `v2.5.0` which is based on the new operator at https://github.com/storageos/operator. It is currently in beta. How long do we have to...

@camilamacedo86 we'd planned to push the new operator (https://github.com/storageos/operator) to the `operator2` package rather than creating a new project. We should be able to do this by the end of...

Hi @nktl, thanks for raising this. We're going to try and reproduce this - it looks like an Openshift error but we might be passing it data in the wrong...

I'm not sure I like having separate DaemonSets for compute and storage nodes. We should be able to pass selectors and determine dynamically? This may be ok for now, but...

Now that k8s node labels are passed to StorageOS, we should be able to set `storageos.com/deployment=computeonly` on the k8s nodes to enable compute only. This lets us have a single...

Hi, this is a really interesting idea. Would it work for you if the nodes that provided storage ran as a StatefulSet, and the remaining nodes were provisioned as clients...

Any reason (beside resolving conflicts) not to merge?