Question

Installing k10 on EKS cluster


Userlevel 2
Badge

Hi Team,

When I try to install k10 on EKS cluster I get the below error. I need some help in resolving this.

Error from server (InternalError): error when creating "STDIN": Internal error occurred: {"message":"Unable to get or add manifest artifact","function":"kasten.io/k10/kio/manifest.(*Submitter).Submit","linenumber":57,"file":"kasten.io/k10/kio/manifest/manifest.go:57","cause":{"message":"Failed to get or add artifact","function":"kasten.io/k10/kio/rest/clients.getOrAddArtifact","linenumber":352,"file":"kasten.io/k10/kio/rest/clients/catalogclient.go:352","cause":{"message":"Post \"http://10.100.219.39:8000/v0/artifacts:getOrAdd\": dial tcp 10.100.219.39:8000: connect: connection refused"}}}

Thanks,

Prasanna


5 comments

Userlevel 7
Badge +20

Paging @Geoff Burke @Yongkang 

Userlevel 7
Badge +3

Hi Team,

When I try to install k10 on EKS cluster I get the below error. I need some help in resolving this.

Error from server (InternalError): error when creating "STDIN": Internal error occurred: {"message":"Unable to get or add manifest artifact","function":"kasten.io/k10/kio/manifest.(*Submitter).Submit","linenumber":57,"file":"kasten.io/k10/kio/manifest/manifest.go:57","cause":{"message":"Failed to get or add artifact","function":"kasten.io/k10/kio/rest/clients.getOrAddArtifact","linenumber":352,"file":"kasten.io/k10/kio/rest/clients/catalogclient.go:352","cause":{"message":"Post \"http://10.100.219.39:8000/v0/artifacts:getOrAdd\": dial tcp 10.100.219.39:8000: connect: connection refused"}}}

Thanks,

Prasanna

What are you trying to do, my friend? You can easily spin up a test lab following my Automation or YouTube. 

EKS Automation https://github.com/yongkanghe/eks-k10

EKS Playlist http://aws.yongkang.cloud

Please let me know if you can make it working. @Prasanna Keshava 

Userlevel 6
Badge +2

@Prasanna Keshava When are you seeing this error message ? I can’t think of a scenario where you will see this error message when installing K10.

I presume it is not from the helm installation command.

Do you see it while you are trying to run a backup ?

From the above error message, I understand that there is a service that is trying to add or get artifact from catalog-svc and it is getting connection refused while doing this.

Would you be able confirm if your catalog-svc is running or reachable from other K10 pods ?

Userlevel 2
Badge

@Yongkang I have used your scripts for installation. K8 installation goes successful but K10 fails with the above mentioned error. 

@jaiganeshjk The above error I get during k10 installation on eks cluster

Thanks,

Prasanna

Userlevel 7
Badge +3

@Yongkang I have used your scripts for installation. K8 installation goes successful but K10 fails with the above mentioned error. 

@jaiganeshjk The above error I get during k10 installation on eks cluster

Thanks,

Prasanna

I just tried this afternoon and has no issues. Very importantly, remove all your old cloned repo and do a fresh git Clone as I'm keeping enhanced it if I found any issues from either AWS or Kasten.

Comment