> From: Praveen Kumar <kumarpraveen.nitdgp@gmail.com>

> > $ sudo yum install -y python-rhsm-certificates
> > Package python-rhsm-certificates-1.19.10-1.el7_4.x86_64 is obsoleted
> > by subscription-manager-rhsm-certificates-1.20.11-1.el7.centos.x86_64
> > which is already installed
> > Nothing to do
> > ```
>
>
> This is still broken, any workaround atm for this issue? Minishift
> users are having an issue with this since it is not able to pull the
> images from access.registry.redhat.com :(


It is broken for me as well.  One work around would be:

yumdownloader python-rhsm-certificates; sudo yum erase -y subscription-manager-rhsm-certificates; sudo rpm -i python-rhsm-certificates-1.19.10-1.el7_4.x86_64.rpm