Deploy using Kubernetes Method #197
-
Im trying to deploy AnsibleForms using the Kubernetes install method. The mysql node deploys ok, but the server node get the following error. "Warning Evicted kubelet The node was low on resource: ephemeral-storage. Threshold quantity: 496815316, available: 443936Ki" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
a pod is limited in storage. you are going over the limit. that's what google tells me. apiVersion: v1
|
Beta Was this translation helpful? Give feedback.
-
I ended up figuring it out, my /var mount point was filling up, you need at least 5GB available. Now I have another problem with the mysql tables being created.... |
Beta Was this translation helpful? Give feedback.
I ended up figuring it out, my /var mount point was filling up, you need at least 5GB available. Now I have another problem with the mysql tables being created....