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

Issue with ocs script #32

@jtaleric

Description

@jtaleric

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions