Skip to content

Instantly share code, notes, and snippets.

@ikurni
Created May 4, 2021 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikurni/e3e227fd1b6085368949d83f2d156c03 to your computer and use it in GitHub Desktop.
Save ikurni/e3e227fd1b6085368949d83f2d156c03 to your computer and use it in GitHub Desktop.
Pods Error ImagePullBackOff - Authentication Required
### Most probably is caused by different pull secret that is being used by serviceaccount to pull the images ###
### Edit imagePullSecret which is used by serviceaccount ###
oc edit sa <serviceaccountname>
# Edit below section
apiVersion: v1
imagePullSecrets:
- name: jenkins-dockercfg-8nln8 #change to available pullsecrets which can be used to pull from image-registry#
# Save the config #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment