ibm-cloud-docs / openshift

openshift prod
5 stars 41 forks source link

Fix invalid image pull secret type #177

Closed molepigeon closed 2 months ago

molepigeon commented 2 months ago

Thanks for taking the time to contribute to the IBM Cloud docs! After you open your pull request, a maintainer should review it soon.

We don't merge changes directly in this repository because content is not published from here. However, we'll incorporate any changes in our upstream repository so that they're reflected in the docs.

Description

oc create secret image-registry isn't a valid command. The correct command to create an image pull secret is oc create secret docker-registry.

Any other comments?

There are other secret create commands in this topic that correctly use the docker-registry type.

See https://docs.openshift.com/container-platform/4.16/cli_reference/openshift_cli/developer-cli-commands.html#oc-create-secret-docker-registry


For reviewers (This section is only for IBMers)

You can't merge pull requests here.

If you don't have permission to close the request, ask for help in the IBM Cloud #docs Slack channel.

derekpoindexter commented 2 months ago

Hi, thanks for the feedback! I've updated the steps.