Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Issue with ocs script #32

Open
jtaleric opened this issue Aug 14, 2019 · 1 comment
Open

Issue with ocs script #32

jtaleric opened this issue Aug 14, 2019 · 1 comment

Comments

@jtaleric
Copy link
Contributor

https://github.com/openshift-kni/install-scripts/blob/master/OCS/customize-ocs.sh#L28
oc create -f rook-config-override.yaml

Should really be:

oc create -f rook-config-override.yaml

Additionally, we need to restart all the OSD processes.

for pod in `oc get pods | egrep "osd-[0-9]" | awk '{print $1}'`; do oc delete pod/$pod; done
@karmab
Copy link
Contributor

karmab commented Aug 14, 2019

planning to address it as part of #29

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants