Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Kubernetes pod never leaves pending state when running mariadb app. #273

Closed
ggallen opened this issue Sep 16, 2015 · 4 comments
Closed

Kubernetes pod never leaves pending state when running mariadb app. #273

ggallen opened this issue Sep 16, 2015 · 4 comments

Comments

@ggallen
Copy link

ggallen commented Sep 16, 2015

This should be easy to reproduce.

  1. Start kubernetes services.
  2. Run "atomic run projectatomic/mariadb-centos7-atomicapp"

After the run the kuberetes pod never leaves the pending state:

[root@dhcp-41-217 atomic-test]# kubectl get pods
NAME      READY     STATUS    RESTARTS   AGE
mariadb   0/1       Pending   0          14m
[root@dhcp-41-217 atomic-test]# 

There may have been an issue opened about this already, but I have been unable to find it.

You can also reproduce this using the jenkins job https://ci.centos.org/view/AtomicApp/job/mariadb-kubernetes.

@dustymabe
Copy link
Contributor

This is most likely the resource issue. The number in this line
https://github.com/projectatomic/nulecule/blob/master/examples/mariadb-centos7-atomicapp/artifacts/kubernetes/mariadb-pod.yaml#L7 should not be 100 but something like 100m.

@ggallen
Copy link
Author

ggallen commented Sep 16, 2015

Changing it to 100m did work.

Now how can this get fixed and packaged so I can pick it up?

@ggallen ggallen changed the title Kubenetes pod never leaves pending state when running mariadb app. Kubernetes pod never leaves pending state when running mariadb app. Sep 17, 2015
@goern goern added this to the CDK 2 beta-3 milestone Sep 17, 2015
@ggallen
Copy link
Author

ggallen commented Sep 17, 2015

Any idea when this fix will be generally available?

@goern
Copy link
Contributor

goern commented Sep 18, 2015

I'll prepare a Atomic App 0.1.10 release on Monday, therefor hold any further merging of pull requests.

@vpavlin @aweiteka

@goern goern closed this as completed Sep 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants