https://rancher.com/ logo
Title
p

polite-engineer-55788

01/17/2023, 7:09 AM
I have created a cluster with
apiVersion: <http://k3d.io/v1alpha4|k3d.io/v1alpha4>
kind: Simple
metadata:
  name: gitops-quickstart
servers: 1
agents: 1
image: rancher/k3s:v1.24.4-k3s1
network: gitops-quickstart
ports:
  # Drone CI
  - port: 0.0.0.0:30980:30980
    nodeFilters:
      - loadbalancer
  # Gitea
  - port: 0.0.0.0:30950:30950
    nodeFilters:
      - loadbalancer
  # Argo CD
  - port: 0.0.0.0:30080:30080
    nodeFilters:
     - loadbalancer
I am seeing a logs like
f4c    Created pod: argocd-notifications-controller-579b4f8f4c-c6jbb
93s         Warning   FailedScheduling      pod/argocd-notifications-controller-579b4f8f4c-c6jbb     0/2 nodes are available: 2 node(s) had untolerated taint {<http://node.kubernetes.io/disk-pressure|node.kubernetes.io/disk-pressure>: }. preemption: 0/2 nodes are available: 2 Preemption is not helpful for scheduling.
76s         Warning   Evicted               pod/argocd-redis-57fbd6b455-xp6fh                        The node was low on resource: ephemeral-storage. Container redis was using 28Ki, which exceeds its request of 0.
76s         Normal    Killing               pod/argocd-redis-57fbd6b455-xp6fh                        Stopping container redis
75s         Normal    SuccessfulCreate      replicaset/argocd-redis-57fbd6b455                       Created pod: argocd-redis-57fbd6b455-k88gj
75s         Warning   FailedScheduling      pod/argocd-redis-57fbd6b455-k88gj                        0/2 nodes are available: 2 node(s) had untolerated taint {<http://node.kubernetes.io/disk-pressure|node.kubernetes.io/disk-pressure>: }. preemption: 0/2 nodes are available: 2 Preemption is not helpful for scheduling.
any clue how to fix that?
w

wide-garage-9465

01/17/2023, 7:10 AM
Potentially your docker instance is really running out of disk space though
p

polite-engineer-55788

01/17/2023, 7:12 AM
thanks @wide-garage-9465, let me check my docker thingy
that seem to help. I have also bumped my Docker
Virtual disk limit:
to a higher value