Hello All,
I had build an image of a sample application from github [https://github.com/cppforlife/simple-app] with knctl command.
Image is successfully build and I had stored this image of AWS ECR.
Now when I try to deploy the image on EKS cluster, it gets fails with below messages:
root@jenkins-5749546fc5-xq82z:/# knctl deploy --service deploy --image 631963551282.dkr.ecr.us-east-2.amazonaws.com/nginx:latest
Name deploy
Waiting for new revision to be created...
Tagging new revision 'deploy-00001' as 'latest'
Tagging new revision 'deploy-00001' as 'previous'
Annotating new revision 'deploy-00001'
Waiting for new revision 'deploy-00001' to be ready for up to 5m0s (logs below)...
Revision 'deploy-00001' did not became ready ----->>>>> ISSUE
Continuing to watch logs for 5s before exiting
Succeeded
root@jenkins-5749546fc5-xq82z:/#
Can you help me on this?
Hello All,
I had build an image of a sample application from github [https://github.com/cppforlife/simple-app] with knctl command.
Image is successfully build and I had stored this image of AWS ECR.
Now when I try to deploy the image on EKS cluster, it gets fails with below messages:
root@jenkins-5749546fc5-xq82z:/# knctl deploy --service deploy --image 631963551282.dkr.ecr.us-east-2.amazonaws.com/nginx:latest
Name deploy
Waiting for new revision to be created...
Tagging new revision 'deploy-00001' as 'latest'
Tagging new revision 'deploy-00001' as 'previous'
Annotating new revision 'deploy-00001'
Waiting for new revision 'deploy-00001' to be ready for up to 5m0s (logs below)...
Revision 'deploy-00001' did not became ready ----->>>>> ISSUE
Continuing to watch logs for 5s before exiting
Succeeded
root@jenkins-5749546fc5-xq82z:/#
Can you help me on this?