Created
May 4, 2021 06:48
-
-
Save ikurni/e3e227fd1b6085368949d83f2d156c03 to your computer and use it in GitHub Desktop.
Pods Error ImagePullBackOff - Authentication Required
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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