Closed prabhdev closed 3 years ago
That mean that you have not probably create the secret to pull the image.
This is explain here: https://github.com/ODMDev/odm-docker-kubernetes/tree/master/eks#b-create-a-pull-secret-by-running-a-kubectl-create-secret-command
Concerning the documentation, eksctl seems interesting. We will see when we will have time to write this documentation. Thanks for the feedbacks.
Hi Laurent, I did follow the steps to the T. Problem was with my IBM ID. Got it sorted out with the help of IBM support. I am now able to pull images without any issues. Rest of the setup was pretty smooth and was able to install and verify the image. During the installation process, I observed 2 interesting features:
Thanks again for publishing such a detailed article. Hope to see more interesting features to try out and recommend clients.
Hi @lgrateau, Hope you are having a good day ! I am trying to setup ODM on Amazon EKS and have couple of observations:
Followed the steps required to deploy ODM on EKS. I am receiving the below error message when executing kubectl describe pod:
Warning Failed 36s (x3 over 85s) kubelet Failed to pull image "cp.icr.io/cp/cp4a/odm/odm-decisionserverconsole:8.10.5.0-amd64": rpc error: code = Unknown desc = Error response from daemon: pull access denied for cp.icr.io/cp/cp4a/odm/odm-decisionserverconsole, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Also, documentation on EC2 instance used such as family, storage, memory etc would greatly benefit in spinning up an EKS using eksctl.