Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

diego-cell pod does not start completely #1297

Closed
dheerajinganti opened this issue Sep 5, 2020 · 5 comments
Closed

diego-cell pod does not start completely #1297

dheerajinganti opened this issue Sep 5, 2020 · 5 comments
Labels
Status: Not Implemented This issue will not be implemented due to reasons that should be listed on issue conversation thread Type: Bug Something isn't working

Comments

@dheerajinganti
Copy link

I took the latest 2.4.0 release and tried to deploy from scratch. However, diego-cell doesn’t start fully with rep-rep container going into crashloop with below error

image

k8s version: 1.17.7
node os version: CentOS Linux release 7.8.2003 (Core)

@jandubois
Copy link
Member

I think this is a kernel issue; a recent change to garden-runc-release means it now requires Kernel version 4.5 or later:

concourse/concourse#5711 (comment)

I suspect that means you will need to move to CentOS 8 to get kubecf working.

@fargozhu fargozhu added Status: Not Implemented This issue will not be implemented due to reasons that should be listed on issue conversation thread Type: Bug Something isn't working labels Sep 7, 2020
@jandubois
Copy link
Member

I suspect that means you will need to move to CentOS 8 to get kubecf working.

Forgot to mention: garden-runc-release is only used by Diego, so if switching to a current Linux kernel is an issue, then maybe you could try switching to Eirini instead.

@dheerajinganti
Copy link
Author

dheerajinganti commented Sep 8, 2020

Thank you. Yes, I am able to run Eirini with current centos 7.8 version. However strangely, I am unable to pull images from any docker registry. I am able to push apps though with buildpcks. Should I open a new issue for the same?

@jandubois
Copy link
Member

I am unable to pull images from any docker registry. [...] Should I open a new issue for the same?

Yes, please!

I can't remember testing docker apps from private repos, but it worked for apps hosted on Docker Hub as long as they used port 8080 to communicate: cloudfoundry/eirini-release#147

@dheerajinganti
Copy link
Author

Thank you for the confirmation. This explains why pushing docker images from my private registry is not working with 2.3.0. I am using different port than 8080
For 2.4.0 docker push doesn't work at all. Created an issue #1304 .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Status: Not Implemented This issue will not be implemented due to reasons that should be listed on issue conversation thread Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants