Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: etcd pod fails to start on OpenShift (#321)
#### Motivation Addressing file access permission issues on OpenShift reported in issues #210 and #215 for the `etcd` deployment. #### Modifications Adding `data-dir` parameter to the container `args`: ``` - --data-dir - /tmp/etcd.data ``` #### Result The `etcd` pod comes up fine and spot-testing a few basic use cases went fine. I tested on IBM Cloud Kubernetes 1.24 and OCP 4.10 --- Resolves #210 Resolves #215 Signed-off-by: Christian Kadner <[email protected]> (cherry picked from commit f2a4a30)
- Loading branch information