Michael Adam
Michael Adam
**description of changes:** This change adds a new network provider "host-strict" to the cephCluster that behaves as a superset of the known "host" provider. in that it lets rook configure...
Previously, we were grep-ing through the output of gluster volume info for the value of the cluster.brick-multiplex setting. But it is highly inefficient to use `gluster volume list` to obtain...
The centos and fedora containers are pretty much out of sync. ## How the Dockerfile does things Several things done differently in the container, like how to add files into...
Currently, the code makes the assumption that the host from which gluster-ansible is run to set up the gluster cluster is connected to the gluster nodes with the same network...
The docs of this project doo not feature a guide how to build and test the plugin locally, including instructions how to use a locally built plugin with kubectl.
**Is this a bug report or feature request?** * Bug Report **Deviation from expected behavior:** a clean master branch checkoutcurrently locally fails building for me with this error: ```console verifying...
This PR is a substitute for the closed #13651 The purpose is to introduce a way to force rook to create all pods with host network. Instead of introducing a...
**Is this a bug report or feature request?** * Bug Report **Deviation from expected behavior:** `make test`fails with an include error on MacOS for current and plain master: ```console $...
***Description of changes:*** Continuing the work started in #14672 and #14674 and discussed in #14686 , this PR extracts two more make targets from the github CI workflows: `check.crds`and `check.godegen`...