Create a Nooba Object Bucket Claim

noobaa obc create myobc
  oc get obc
  oc get obc myobc -o yaml
  oc get -n openshift-storage secret myobc -o yaml
  oc get -n openshift-storage cm myobc -o yaml
  • The ConfigMap and the Secret have the same name as the OBC.
  • The ConfigMap contains the S3 endpoint information for your application, and the Secret provides you with the S3 access credentials.
Next