
------------------------------
1) Describe 'Pods' resources
------------------------------

Name:                 csi-nfs-node-6lh2d
Namespace:            kube-system
Priority:             2000001000
Priority Class Name:  system-node-critical
Service Account:      csi-nfs-node-sa
Node:                 ix-truenas/192.168.1.100
Start Time:           Fri, 22 Dec 2023 00:59:16 +0100
Labels:               app=csi-nfs-node
                      controller-revision-hash=598688b946
                      pod-template-generation=1
Annotations:          <none>
Status:               Running
IP:                   192.168.1.100
IPs:
  IP:           192.168.1.100
Controlled By:  DaemonSet/csi-nfs-node
Containers:
  liveness-probe:
    Container ID:  containerd://96945d19a5897f941636b16cc4c5f3bfcf8166c901f30e9e8c772d3d717dbbd5
    Image:         registry.k8s.io/sig-storage/livenessprobe:v2.10.0
    Image ID:      registry.k8s.io/sig-storage/livenessprobe@sha256:4dc0b87ccd69f9865b89234d8555d3a614ab0a16ed94a3016ffd27f8106132ce
    Port:          <none>
    Host Port:     <none>
    Args:
      --csi-address=/csi/csi.sock
      --probe-timeout=3s
      --health-port=29653
      --v=2
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:34 +0100
    Last State:     Terminated
      Reason:       Error
      Exit Code:    2
      Started:      Fri, 22 Dec 2023 03:03:28 +0100
      Finished:     Fri, 22 Dec 2023 16:20:05 +0100
    Ready:          True
    Restart Count:  4
    Limits:
      memory:  100Mi
    Requests:
      cpu:        10m
      memory:     20Mi
    Environment:  <none>
    Mounts:
      /csi from socket-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-t27mq (ro)
  node-driver-registrar:
    Container ID:  containerd://0dcfa3b2f80d4e22621a306ed7291a8a45b4d817de6c3f6f2da0f91aaacb2dae
    Image:         registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0
    Image ID:      registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:f6717ce72a2615c7fbc746b4068f788e78579c54c43b8716e5ce650d97af2df1
    Port:          <none>
    Host Port:     <none>
    Args:
      --v=2
      --csi-address=/csi/csi.sock
      --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:36 +0100
    Last State:     Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 22 Dec 2023 03:03:30 +0100
      Finished:     Fri, 22 Dec 2023 16:20:05 +0100
    Ready:          True
    Restart Count:  4
    Limits:
      memory:  100Mi
    Requests:
      cpu:     10m
      memory:  20Mi
    Liveness:  exec [/csi-node-driver-registrar --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH) --mode=kubelet-registration-probe] delay=30s timeout=15s period=10s #success=1 #failure=3
    Environment:
      DRIVER_REG_SOCK_PATH:  /var/lib/kubelet/plugins/csi-nfsplugin/csi.sock
      KUBE_NODE_NAME:         (v1:spec.nodeName)
    Mounts:
      /csi from socket-dir (rw)
      /registration from registration-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-t27mq (ro)
  nfs:
    Container ID:  containerd://ce299c45fd85bafcdf98f463f1a74d6131195574c3596d16c1e56cc741c46f02
    Image:         registry.k8s.io/sig-storage/nfsplugin:v4.4.0
    Image ID:      registry.k8s.io/sig-storage/nfsplugin@sha256:971cb526bc0108cca7d8efda32102629cb362f99bbd4879fd381bea1b2014ab4
    Port:          29653/TCP
    Host Port:     29653/TCP
    Args:
      -v=5
      --nodeid=$(NODE_ID)
      --endpoint=$(CSI_ENDPOINT)
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:37 +0100
    Last State:     Terminated
      Reason:       Error
      Exit Code:    2
      Started:      Fri, 22 Dec 2023 03:03:31 +0100
      Finished:     Fri, 22 Dec 2023 16:20:05 +0100
    Ready:          True
    Restart Count:  4
    Limits:
      memory:  300Mi
    Requests:
      cpu:     10m
      memory:  20Mi
    Liveness:  http-get http://:healthz/healthz delay=30s timeout=10s period=30s #success=1 #failure=5
    Environment:
      NODE_ID:        (v1:spec.nodeName)
      CSI_ENDPOINT:  unix:///csi/csi.sock
    Mounts:
      /csi from socket-dir (rw)
      /var/lib/kubelet/pods from pods-mount-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-t27mq (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  socket-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /var/lib/kubelet/plugins/csi-nfsplugin
    HostPathType:  DirectoryOrCreate
  pods-mount-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /var/lib/kubelet/pods
    HostPathType:  Directory
  registration-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /var/lib/kubelet/plugins_registry
    HostPathType:  Directory
  kube-api-access-t27mq:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   Burstable
Node-Selectors:              kubernetes.io/os=linux
Tolerations:                 op=Exists
                             node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                             node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                             node.kubernetes.io/network-unavailable:NoSchedule op=Exists
                             node.kubernetes.io/not-ready:NoExecute op=Exists
                             node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                             node.kubernetes.io/unreachable:NoExecute op=Exists
                             node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From     Message
  ----    ------          ----   ----     -------
  Normal  Killing         85m    kubelet  Stopping container liveness-probe
  Normal  Killing         85m    kubelet  Stopping container node-driver-registrar
  Normal  Killing         85m    kubelet  Stopping container nfs
  Normal  SandboxChanged  2m43s  kubelet  Pod sandbox changed, it will be killed and re-created.
  Normal  Pulled          2m43s  kubelet  Container image "registry.k8s.io/sig-storage/livenessprobe:v2.10.0" already present on machine
  Normal  Created         2m43s  kubelet  Created container liveness-probe
  Normal  Started         2m42s  kubelet  Started container liveness-probe
  Normal  Pulled          2m42s  kubelet  Container image "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0" already present on machine
  Normal  Created         2m40s  kubelet  Created container node-driver-registrar
  Normal  Started         2m40s  kubelet  Started container node-driver-registrar
  Normal  Pulled          2m40s  kubelet  Container image "registry.k8s.io/sig-storage/nfsplugin:v4.4.0" already present on machine
  Normal  Created         2m39s  kubelet  Created container nfs
  Normal  Started         2m39s  kubelet  Started container nfs


Name:             nextcloud-nextcloud-cron-28387640-p6nqk
Namespace:        ix-nextcloud
Priority:         0
Service Account:  default
Node:             ix-truenas/
Start Time:       Fri, 22 Dec 2023 16:20:00 +0100
Labels:           app=nextcloud-25.0.9
                  app.kubernetes.io/instance=nextcloud
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=nextcloud
                  app.kubernetes.io/version=28.0.0
                  controller-uid=aea74c46-63b1-49d4-b963-221fc79bdee9
                  helm-revision=39
                  helm.sh/chart=nextcloud-25.0.9
                  job-name=nextcloud-nextcloud-cron-28387640
                  pod.name=nextcloud-cron
                  release=nextcloud
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.53"
                        ],
                        "mac": "6a:fe:49:f4:87:0e",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  rollme: Z8QzC
Status:           Failed
Reason:           TaintToleration
Message:          Pod was rejected: Predicate TaintToleration failed
IP:               
IPs:              <none>
Controlled By:    Job/nextcloud-nextcloud-cron-28387640
Containers:
  nextcloud:
    Image:      tccr.io/truecharts/nextcloud-fpm:v28.0.0@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a
    Port:       <none>
    Host Port:  <none>
    Command:
      /bin/bash
      -c
      echo "Running [php -f /var/www/html/cron.php] ..."
      php -f /var/www/html/cron.php
      echo "Finished [php -f /var/www/html/cron.php]"
      
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
      /var/www/html from html (rw)
      /var/www/html/config from config (rw)
      /var/www/html/data from data (rw)
Volumes:
  config:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-config
    ReadOnly:   false
  data:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz1/Nextcloud-Truecharts-Data
    HostPathType:  
  devshm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  html:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-html
    ReadOnly:   false
  shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varlogs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varrun:
    Type:        EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:      Memory
    SizeLimit:   8Gi
QoS Class:       Burstable
Node-Selectors:  kubernetes.io/arch=amd64
Tolerations:     node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                 node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type     Reason               Age    From               Message
  ----     ------               ----   ----               -------
  Normal   Scheduled            85m    default-scheduler  Successfully assigned ix-nextcloud/nextcloud-nextcloud-cron-28387640-p6nqk to ix-truenas
  Normal   AddedInterface       85m    multus             Add eth0 [172.16.3.53/16] from ix-net
  Normal   Pulled               85m    kubelet            Container image "tccr.io/truecharts/nextcloud-fpm:v28.0.0@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a" already present on machine
  Normal   Created              85m    kubelet            Created container nextcloud
  Normal   Started              85m    kubelet            Started container nextcloud
  Normal   Killing              85m    kubelet            Stopping container nextcloud
  Warning  ExceededGracePeriod  85m    kubelet            Container runtime did not kill the pod within specified grace period.
  Warning  TaintToleration      2m47s  kubelet            Predicate TaintToleration failed


Name:                 csi-smb-node-vbvkx
Namespace:            kube-system
Priority:             2000001000
Priority Class Name:  system-node-critical
Service Account:      csi-smb-node-sa
Node:                 ix-truenas/192.168.1.100
Start Time:           Fri, 22 Dec 2023 00:40:38 +0100
Labels:               app=csi-smb-node
                      controller-revision-hash=754c5545b6
                      pod-template-generation=1
Annotations:          <none>
Status:               Running
IP:                   192.168.1.100
IPs:
  IP:           192.168.1.100
Controlled By:  DaemonSet/csi-smb-node
Containers:
  liveness-probe:
    Container ID:  containerd://8836951fd355b0d4e8b031d7ff2f56f7e00ea908e8cefecccfa9a21db11495ed
    Image:         registry.k8s.io/sig-storage/livenessprobe:v2.10.0
    Image ID:      registry.k8s.io/sig-storage/livenessprobe@sha256:4dc0b87ccd69f9865b89234d8555d3a614ab0a16ed94a3016ffd27f8106132ce
    Port:          <none>
    Host Port:     <none>
    Args:
      --csi-address=/csi/csi.sock
      --probe-timeout=3s
      --health-port=29643
      --v=2
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:34 +0100
    Last State:     Terminated
      Reason:       Error
      Exit Code:    2
      Started:      Fri, 22 Dec 2023 03:03:30 +0100
      Finished:     Fri, 22 Dec 2023 16:20:05 +0100
    Ready:          True
    Restart Count:  5
    Limits:
      memory:  100Mi
    Requests:
      cpu:        10m
      memory:     20Mi
    Environment:  <none>
    Mounts:
      /csi from socket-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-lv6rr (ro)
  node-driver-registrar:
    Container ID:  containerd://71b94fdc64c1552ae7b675d8a5da7659bd0d91f86fd0d0bea817e475cb8539d0
    Image:         registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0
    Image ID:      registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:f6717ce72a2615c7fbc746b4068f788e78579c54c43b8716e5ce650d97af2df1
    Port:          <none>
    Host Port:     <none>
    Args:
      --csi-address=$(ADDRESS)
      --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
      --v=2
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:36 +0100
    Last State:     Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 22 Dec 2023 03:03:31 +0100
      Finished:     Fri, 22 Dec 2023 16:20:05 +0100
    Ready:          True
    Restart Count:  5
    Limits:
      memory:  100Mi
    Requests:
      cpu:     10m
      memory:  20Mi
    Liveness:  exec [/csi-node-driver-registrar --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH) --mode=kubelet-registration-probe] delay=30s timeout=15s period=10s #success=1 #failure=3
    Environment:
      ADDRESS:               /csi/csi.sock
      DRIVER_REG_SOCK_PATH:  /var/lib/kubelet/plugins/smb.csi.k8s.io/csi.sock
    Mounts:
      /csi from socket-dir (rw)
      /registration from registration-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-lv6rr (ro)
  smb:
    Container ID:  containerd://05fad4ca082e38dd78b26a2014b6c821b0bd3bf4bb2e077091ee1596dab2017d
    Image:         registry.k8s.io/sig-storage/smbplugin:v1.11.0
    Image ID:      registry.k8s.io/sig-storage/smbplugin@sha256:65f664c6e9cce565805b13fb82b40018d56e39f41616134f572c52f3964c6ee4
    Port:          29643/TCP
    Host Port:     29643/TCP
    Args:
      --v=5
      --endpoint=$(CSI_ENDPOINT)
      --nodeid=$(KUBE_NODE_NAME)
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:37 +0100
    Last State:     Terminated
      Reason:       Error
      Exit Code:    2
      Started:      Fri, 22 Dec 2023 03:03:31 +0100
      Finished:     Fri, 22 Dec 2023 16:20:05 +0100
    Ready:          True
    Restart Count:  5
    Limits:
      memory:  200Mi
    Requests:
      cpu:     10m
      memory:  20Mi
    Liveness:  http-get http://:healthz/healthz delay=30s timeout=10s period=30s #success=1 #failure=5
    Environment:
      CSI_ENDPOINT:    unix:///csi/csi.sock
      KUBE_NODE_NAME:   (v1:spec.nodeName)
    Mounts:
      /csi from socket-dir (rw)
      /var/lib/kubelet/ from mountpoint-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-lv6rr (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  socket-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /var/lib/kubelet/plugins/smb.csi.k8s.io
    HostPathType:  DirectoryOrCreate
  mountpoint-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /var/lib/kubelet/
    HostPathType:  DirectoryOrCreate
  registration-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /var/lib/kubelet/plugins_registry/
    HostPathType:  DirectoryOrCreate
  kube-api-access-lv6rr:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   Burstable
Node-Selectors:              kubernetes.io/os=linux
Tolerations:                 op=Exists
                             node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                             node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                             node.kubernetes.io/network-unavailable:NoSchedule op=Exists
                             node.kubernetes.io/not-ready:NoExecute op=Exists
                             node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                             node.kubernetes.io/unreachable:NoExecute op=Exists
                             node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From     Message
  ----    ------          ----   ----     -------
  Normal  Killing         85m    kubelet  Stopping container liveness-probe
  Normal  Killing         85m    kubelet  Stopping container smb
  Normal  Killing         85m    kubelet  Stopping container node-driver-registrar
  Normal  SandboxChanged  2m43s  kubelet  Pod sandbox changed, it will be killed and re-created.
  Normal  Pulled          2m43s  kubelet  Container image "registry.k8s.io/sig-storage/livenessprobe:v2.10.0" already present on machine
  Normal  Created         2m42s  kubelet  Created container liveness-probe
  Normal  Started         2m42s  kubelet  Started container liveness-probe
  Normal  Pulled          2m42s  kubelet  Container image "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0" already present on machine
  Normal  Created         2m41s  kubelet  Created container node-driver-registrar
  Normal  Started         2m40s  kubelet  Started container node-driver-registrar
  Normal  Pulled          2m40s  kubelet  Container image "registry.k8s.io/sig-storage/smbplugin:v1.11.0" already present on machine
  Normal  Created         2m39s  kubelet  Created container smb
  Normal  Started         2m39s  kubelet  Started container smb


Name:             nextcloud-nginx-b674d44dd-fxpp4
Namespace:        ix-nextcloud
Priority:         0
Service Account:  default
Node:             ix-truenas/
Start Time:       Fri, 22 Dec 2023 14:10:57 +0100
Labels:           app=nextcloud-25.0.9
                  app.kubernetes.io/instance=nextcloud
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=nextcloud
                  app.kubernetes.io/version=28.0.0
                  helm-revision=39
                  helm.sh/chart=nextcloud-25.0.9
                  pod-template-hash=b674d44dd
                  pod.name=nginx
                  release=nextcloud
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.18"
                        ],
                        "mac": "96:49:71:f7:a9:37",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  rollme: zVnUc
Status:           Failed
Reason:           TaintToleration
Message:          Pod was rejected: Predicate TaintToleration failed
IP:               
IPs:              <none>
Controlled By:    ReplicaSet/nextcloud-nginx-b674d44dd
Init Containers:
  nextcloud-system-cnpg-wait:
    Image:      tccr.io/truecharts/db-wait-postgres:1.1.0@sha256:a163c7836d7bb436a428f5d55bbba0eb73bcdb9bc202047e2523bbb539c113e6
    Port:       <none>
    Host Port:  <none>
    Command:
      /bin/sh
      -c
      /bin/sh <<'EOF'
      
      
      echo "Executing DB waits..."
      
      
      echo "Detected RW pooler, testing RW pooler availability..."
      until
        echo "Testing database on url:  nextcloud-cnpg-main-rw"
        pg_isready -U nextcloud -d nextcloud -h nextcloud-cnpg-main-rw
        do sleep 5
      done
      
      
      
      sleep 5
      EOF
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
  nextcloud-system-redis-wait:
    Image:      tccr.io/truecharts/db-wait-redis:1.1.0@sha256:8affa086d097b948f62b0433d70f4219a22ec29843ebd5479391869341bdb638
    Port:       <none>
    Host Port:  <none>
    Command:
      /bin/sh
      -c
      /bin/bash <<'EOF'
      echo "Executing DB waits..."
      [[ -n "$REDIS_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_PASSWORD";
      export LIVE=false;
      until "$LIVE";
      do
        response=$(
            timeout -s 3 2 \
            redis-cli \
              -h "$REDIS_HOST" \
              -p "$REDIS_PORT" \
              ping
          )
        if [ "$response" == "PONG" ] || [ "$response" == "LOADING Redis is loading the dataset in memory" ]; then
          LIVE=true
          echo "$response"
          echo "Redis Responded, ending initcontainer and starting main container(s)..."
        else
          echo "$response"
          echo "Redis not responding... Sleeping for 10 sec..."
          sleep 10
        fi;
      done
      EOF
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
      REDIS_HOST:              <set to the key 'plainhost' in secret 'nextcloud-rediscreds'>       Optional: false
      REDIS_PASSWORD:          <set to the key 'redis-password' in secret 'nextcloud-rediscreds'>  Optional: false
      REDIS_PORT:              6379
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
  nextcloud-init-wait-nextcloud:
    Image:      tccr.io/truecharts/nextcloud-fpm:v28.0.0@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a
    Port:       <none>
    Host Port:  <none>
    Command:
      /bin/sh
    Args:
      -c
      echo "Waiting Nextcloud [nextcloud-nextcloud:9000] to be ready and installed..."
      until \
            REQUEST_METHOD="GET" \
            SCRIPT_NAME="status.php" \
            SCRIPT_FILENAME="status.php" \
            cgi-fcgi -bind -connect "nextcloud-nextcloud:9000" | grep -q '"installed":true';
      do
        echo "Waiting Nextcloud [nextcloud-nextcloud:9000] to be ready and installed..."
        sleep 3
      done
      
      echo "Nextcloud is ready and installed..."
      echo "Starting Nginx..."
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
Containers:
  nextcloud:
    Image:      nginxinc/nginx-unprivileged:1.25.3@sha256:1d026ae92e50e76c77ca776f234f154d4a1d39e33e8f813115e53c2a9b893bc9
    Port:       12000/TCP
    Host Port:  0/TCP
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get http://:12000/robots.txt delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get http://:12000/robots.txt delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    tcp-socket :12000 delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /etc/nginx/nginx.conf from nginx (ro,path="nginx.conf")
      /shared from shared (rw)
      /tmp from tmp (rw)
      /tmp/nginx from nginx-temp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
      /var/www/html from html (ro)
      /var/www/html/config from config (ro)
      /var/www/html/data from data (ro)
Conditions:
  Type               Status
  DisruptionTarget   True 
Volumes:
  config:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-config
    ReadOnly:   false
  data:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz1/Nextcloud-Truecharts-Data
    HostPathType:  
  devshm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  html:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-html
    ReadOnly:   false
  nginx:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      nextcloud-nginx-config
    Optional:  false
  nginx-temp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varlogs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varrun:
    Type:                     EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:                   Memory
    SizeLimit:                8Gi
QoS Class:                    Burstable
Node-Selectors:               kubernetes.io/arch=amd64
Tolerations:                  node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                              node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Topology Spread Constraints:  kubernetes.io/hostname:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=nextcloud,app.kubernetes.io/name=nextcloud,pod.name=nextcloud-nginx
                              truecharts.org/rack:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=nextcloud,app.kubernetes.io/name=nextcloud,pod.name=nextcloud-nginx
Events:
  Type     Reason           Age    From     Message
  ----     ------           ----   ----     -------
  Normal   Killing          85m    kubelet  Stopping container nextcloud
  Warning  TaintToleration  2m47s  kubelet  Predicate TaintToleration failed


Name:             svclb-scrutiny-1973f61e-r29pw
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:37 +0100
Labels:           app=svclb-scrutiny-1973f61e
                  controller-revision-hash=c5fcb849
                  pod-template-generation=1
                  svccontroller.k3s.cattle.io/svcname=scrutiny
                  svccontroller.k3s.cattle.io/svcnamespace=ix-scrutiny
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.55"
                        ],
                        "mac": "72:45:fa:7d:0f:d3",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.55
IPs:
  IP:           172.16.3.55
Controlled By:  DaemonSet/svclb-scrutiny-1973f61e
Containers:
  lb-tcp-10151:
    Container ID:   containerd://25c7ea4d60639f35418b6dd2d29eaf8148d5b331799e568afba268738c053af7
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           10151/TCP
    Host Port:      10151/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:43 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    10151
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  TCP
      DEST_PORT:   10151
      DEST_IPS:    172.17.41.115
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m38s  default-scheduler  Successfully assigned kube-system/svclb-scrutiny-1973f61e-r29pw to ix-truenas
  Normal  AddedInterface  2m36s  multus             Add eth0 [172.16.3.55/16] from ix-net
  Normal  Pulled          2m36s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m33s  kubelet            Created container lb-tcp-10151
  Normal  Started         2m33s  kubelet            Started container lb-tcp-10151


Name:             svclb-adguard-home-dns-crypt-72069a50-5gs2r
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:38 +0100
Labels:           app=svclb-adguard-home-dns-crypt-72069a50
                  controller-revision-hash=cf445b5cd
                  pod-template-generation=1
                  svccontroller.k3s.cattle.io/svcname=adguard-home-dns-crypt
                  svccontroller.k3s.cattle.io/svcnamespace=ix-adguard-home
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.63"
                        ],
                        "mac": "7a:44:e8:23:5e:47",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.63
IPs:
  IP:           172.16.3.63
Controlled By:  DaemonSet/svclb-adguard-home-dns-crypt-72069a50
Containers:
  lb-tcp-5443:
    Container ID:   containerd://2625846b18482d23d147491cdc418e36f10fc1c6552b12950e37d587755bf9c7
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           5443/TCP
    Host Port:      5443/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:43 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    5443
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  TCP
      DEST_PORT:   5443
      DEST_IPS:    172.17.225.146
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m38s  default-scheduler  Successfully assigned kube-system/svclb-adguard-home-dns-crypt-72069a50-5gs2r to ix-truenas
  Normal  AddedInterface  2m36s  multus             Add eth0 [172.16.3.63/16] from ix-net
  Normal  Pulled          2m35s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m33s  kubelet            Created container lb-tcp-5443
  Normal  Started         2m33s  kubelet            Started container lb-tcp-5443


Name:             svclb-steam-headless-30ea5efc-v7vq7
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:38 +0100
Labels:           app=svclb-steam-headless-30ea5efc
                  controller-revision-hash=6f75c5f9c4
                  pod-template-generation=1
                  svccontroller.k3s.cattle.io/svcname=steam-headless
                  svccontroller.k3s.cattle.io/svcnamespace=ix-steam-headless
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.66"
                        ],
                        "mac": "3a:0e:c2:25:06:88",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.66
IPs:
  IP:           172.16.3.66
Controlled By:  DaemonSet/svclb-steam-headless-30ea5efc
Containers:
  lb-tcp-58083:
    Container ID:   containerd://8d5d9f097e10e083c7ecfa26fd612b1f5b2f83e077bdf44cac4162bceae82893
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           58083/TCP
    Host Port:      58083/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:43 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    58083
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  TCP
      DEST_PORT:   58083
      DEST_IPS:    172.17.49.63
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m37s  default-scheduler  Successfully assigned kube-system/svclb-steam-headless-30ea5efc-v7vq7 to ix-truenas
  Normal  AddedInterface  2m36s  multus             Add eth0 [172.16.3.66/16] from ix-net
  Normal  Pulled          2m36s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m33s  kubelet            Created container lb-tcp-58083
  Normal  Started         2m33s  kubelet            Started container lb-tcp-58083


Name:                 openebs-zfs-node-59gxn
Namespace:            kube-system
Priority:             900001000
Priority Class Name:  openebs-zfs-csi-node-critical
Service Account:      openebs-zfs-node-sa
Node:                 ix-truenas/192.168.1.100
Start Time:           Fri, 22 Dec 2023 17:42:37 +0100
Labels:               app=openebs-zfs-node
                      controller-revision-hash=6456c99fd9
                      openebs.io/component-name=openebs-zfs-node
                      openebs.io/version=2.3.0
                      pod-template-generation=2
                      role=openebs-zfs
Annotations:          <none>
Status:               Running
IP:                   192.168.1.100
IPs:
  IP:           192.168.1.100
Controlled By:  DaemonSet/openebs-zfs-node
Containers:
  csi-node-driver-registrar:
    Container ID:  containerd://cc0204fd57d39a30303c230b04bdd3f9b90404296bdac6f2827d0b81520d93e7
    Image:         registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0
    Image ID:      registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:f6717ce72a2615c7fbc746b4068f788e78579c54c43b8716e5ce650d97af2df1
    Port:          <none>
    Host Port:     <none>
    Args:
      --v=5
      --csi-address=$(ADDRESS)
      --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:55 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      ADDRESS:               /plugin/csi.sock
      DRIVER_REG_SOCK_PATH:  /var/lib/kubelet/plugins/zfs-localpv/csi.sock
      KUBE_NODE_NAME:         (v1:spec.nodeName)
      NODE_DRIVER:           openebs-zfs
    Mounts:
      /plugin from plugin-dir (rw)
      /registration from registration-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-kl854 (ro)
  openebs-zfs-plugin:
    Container ID:  containerd://3736120ead00bf6c433b78e5c8b2677a3fd2ef4550a68049fa18ab424936849a
    Image:         openebs/zfs-driver:2.3.0
    Image ID:      docker.io/openebs/zfs-driver@sha256:42b8d31edc7cdf4116ecd6369f89a1d477bb9b64e695d074d290789af1a461dd
    Port:          <none>
    Host Port:     <none>
    Args:
      --nodename=$(OPENEBS_NODE_NAME)
      --endpoint=$(OPENEBS_CSI_ENDPOINT)
      --plugin=$(OPENEBS_NODE_DRIVER)
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:06 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      OPENEBS_NODE_NAME:      (v1:spec.nodeName)
      OPENEBS_CSI_ENDPOINT:  unix:///plugin/csi.sock
      OPENEBS_NODE_DRIVER:   agent
      OPENEBS_NAMESPACE:     openebs
      ALLOWED_TOPOLOGIES:    All
    Mounts:
      /dev from device-dir (rw)
      /home/keys from encr-keys (rw)
      /host from host-root (ro)
      /plugin from plugin-dir (rw)
      /sbin/zfs from chroot-zfs (rw,path="zfs")
      /var/lib/kubelet/ from pods-mount-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-kl854 (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  device-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /dev
    HostPathType:  Directory
  encr-keys:
    Type:          HostPath (bare host directory volume)
    Path:          /home/keys
    HostPathType:  DirectoryOrCreate
  chroot-zfs:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      openebs-zfspv-bin
    Optional:  false
  host-root:
    Type:          HostPath (bare host directory volume)
    Path:          /
    HostPathType:  Directory
  registration-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /var/lib/kubelet/plugins_registry/
    HostPathType:  DirectoryOrCreate
  plugin-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /var/lib/kubelet/plugins/zfs-localpv/
    HostPathType:  DirectoryOrCreate
  pods-mount-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /var/lib/kubelet/
    HostPathType:  Directory
  kube-api-access-kl854:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                             node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                             node.kubernetes.io/network-unavailable:NoSchedule op=Exists
                             node.kubernetes.io/not-ready:NoExecute op=Exists
                             node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                             node.kubernetes.io/unreachable:NoExecute op=Exists
                             node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason     Age    From               Message
  ----    ------     ----   ----               -------
  Normal  Scheduled  2m38s  default-scheduler  Successfully assigned kube-system/openebs-zfs-node-59gxn to ix-truenas
  Normal  Pulled     2m27s  kubelet            Container image "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0" already present on machine
  Normal  Created    2m21s  kubelet            Created container csi-node-driver-registrar
  Normal  Started    2m21s  kubelet            Started container csi-node-driver-registrar
  Normal  Pulled     2m21s  kubelet            Container image "openebs/zfs-driver:2.3.0" already present on machine
  Normal  Created    2m10s  kubelet            Created container openebs-zfs-plugin
  Normal  Started    2m9s   kubelet            Started container openebs-zfs-plugin


Name:             svclb-adguard-home-759b4b17-7vjvv
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:37 +0100
Labels:           app=svclb-adguard-home-759b4b17
                  controller-revision-hash=fcf57dfc7
                  pod-template-generation=1
                  svccontroller.k3s.cattle.io/svcname=adguard-home
                  svccontroller.k3s.cattle.io/svcnamespace=ix-adguard-home
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.58"
                        ],
                        "mac": "22:4f:d5:a8:eb:5c",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.58
IPs:
  IP:           172.16.3.58
Controlled By:  DaemonSet/svclb-adguard-home-759b4b17
Containers:
  lb-tcp-10232:
    Container ID:   containerd://90609a2567603653c7ec2c4452bf7c2d16a4b3cd86dfbfc236970f5c7d74a09b
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           10232/TCP
    Host Port:      10232/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:43 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    10232
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  TCP
      DEST_PORT:   10232
      DEST_IPS:    172.17.114.13
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m38s  default-scheduler  Successfully assigned kube-system/svclb-adguard-home-759b4b17-7vjvv to ix-truenas
  Normal  AddedInterface  2m36s  multus             Add eth0 [172.16.3.58/16] from ix-net
  Normal  Pulled          2m36s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m33s  kubelet            Created container lb-tcp-10232
  Normal  Started         2m33s  kubelet            Started container lb-tcp-10232


Name:             amdgpu-device-plugin-daemonset-5z6vv
Namespace:        kube-system
Priority:         0
Service Account:  default
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:37 +0100
Labels:           controller-revision-hash=85945d7f96
                  name=amdgpu-dp-ds
                  pod-template-generation=1
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.75"
                        ],
                        "mac": "1e:60:a1:1f:9a:1d",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  scheduler.alpha.kubernetes.io/critical-pod: 
Status:           Running
IP:               172.16.3.75
IPs:
  IP:           172.16.3.75
Controlled By:  DaemonSet/amdgpu-device-plugin-daemonset
Containers:
  amdgpu-dp-cntr:
    Container ID:   containerd://a90fbc1babcb42663c482a6aeaea4ca3bca2973ea6a4a7f224641e68b26aedf8
    Image:          rocm/k8s-device-plugin:1.18.0
    Image ID:       docker.io/rocm/k8s-device-plugin@sha256:4b2830e2c6e1d182a8e9cbf950f46d263896ba9050366a59665cd921902b6864
    Port:           <none>
    Host Port:      <none>
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:56 +0100
    Ready:          True
    Restart Count:  0
    Environment:    <none>
    Mounts:
      /sys from sys (rw)
      /var/lib/kubelet/device-plugins from dp (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-w7894 (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  dp:
    Type:          HostPath (bare host directory volume)
    Path:          /var/lib/kubelet/device-plugins
    HostPathType:  
  sys:
    Type:          HostPath (bare host directory volume)
    Path:          /sys
    HostPathType:  
  kube-api-access-w7894:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 CriticalAddonsOnly op=Exists
                             node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                             node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                             node.kubernetes.io/not-ready:NoExecute op=Exists
                             node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                             node.kubernetes.io/unreachable:NoExecute op=Exists
                             node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m38s  default-scheduler  Successfully assigned kube-system/amdgpu-device-plugin-daemonset-5z6vv to ix-truenas
  Normal  AddedInterface  2m27s  multus             Add eth0 [172.16.3.75/16] from ix-net
  Normal  Pulled          2m25s  kubelet            Container image "rocm/k8s-device-plugin:1.18.0" already present on machine
  Normal  Created         2m20s  kubelet            Created container amdgpu-dp-cntr
  Normal  Started         2m20s  kubelet            Started container amdgpu-dp-cntr


Name:             svclb-blocky-dnstcp-ce68d497-gvc2m
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:38 +0100
Labels:           app=svclb-blocky-dnstcp-ce68d497
                  controller-revision-hash=64894d48b
                  pod-template-generation=1
                  svccontroller.k3s.cattle.io/svcname=blocky-dnstcp
                  svccontroller.k3s.cattle.io/svcnamespace=ix-blocky
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.60"
                        ],
                        "mac": "56:bf:8a:69:de:0c",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.60
IPs:
  IP:           172.16.3.60
Controlled By:  DaemonSet/svclb-blocky-dnstcp-ce68d497
Containers:
  lb-tcp-53:
    Container ID:   containerd://f44ba824c4981bef343f82afcab2c584c26a7ddded02c389ea823647954997ab
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           53/TCP
    Host Port:      53/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:43 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    53
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  TCP
      DEST_PORT:   53
      DEST_IPS:    172.17.87.197
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m37s  default-scheduler  Successfully assigned kube-system/svclb-blocky-dnstcp-ce68d497-gvc2m to ix-truenas
  Normal  AddedInterface  2m36s  multus             Add eth0 [172.16.3.60/16] from ix-net
  Normal  Pulled          2m36s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m33s  kubelet            Created container lb-tcp-53
  Normal  Started         2m33s  kubelet            Started container lb-tcp-53


Name:             svclb-adguard-home-dns-https-8820d267-ch5vd
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:39 +0100
Labels:           app=svclb-adguard-home-dns-https-8820d267
                  controller-revision-hash=75bdd4544c
                  pod-template-generation=1
                  svccontroller.k3s.cattle.io/svcname=adguard-home-dns-https
                  svccontroller.k3s.cattle.io/svcnamespace=ix-adguard-home
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.67"
                        ],
                        "mac": "82:1d:70:81:7a:80",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.67
IPs:
  IP:           172.16.3.67
Controlled By:  DaemonSet/svclb-adguard-home-dns-https-8820d267
Containers:
  lb-tcp-10234:
    Container ID:   containerd://9970861b2df9fe07005999e8eadb623877c5bf28760db3fca36f918e6a3c8ef7
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           10234/TCP
    Host Port:      10234/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:43 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    10234
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  TCP
      DEST_PORT:   10234
      DEST_IPS:    172.17.100.126
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m37s  default-scheduler  Successfully assigned kube-system/svclb-adguard-home-dns-https-8820d267-ch5vd to ix-truenas
  Normal  AddedInterface  2m36s  multus             Add eth0 [172.16.3.67/16] from ix-net
  Normal  Pulled          2m35s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m33s  kubelet            Created container lb-tcp-10234
  Normal  Started         2m33s  kubelet            Started container lb-tcp-10234


Name:             svclb-traefik-5aa01911-bmn92
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:38 +0100
Labels:           app=svclb-traefik-5aa01911
                  controller-revision-hash=56dfdf7987
                  pod-template-generation=1
                  svccontroller.k3s.cattle.io/svcname=traefik
                  svccontroller.k3s.cattle.io/svcnamespace=ix-traefik
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.54"
                        ],
                        "mac": "26:09:7c:7f:3c:c2",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.54
IPs:
  IP:           172.16.3.54
Controlled By:  DaemonSet/svclb-traefik-5aa01911
Containers:
  lb-tcp-9000:
    Container ID:   containerd://4efcec4c92bd830b5fc76ed16a096af6ac010b50eb04da47d1a6e4d1e9966aa9
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           9000/TCP
    Host Port:      9000/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:43 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    9000
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  TCP
      DEST_PORT:   9000
      DEST_IPS:    172.17.98.218
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m38s  default-scheduler  Successfully assigned kube-system/svclb-traefik-5aa01911-bmn92 to ix-truenas
  Normal  AddedInterface  2m36s  multus             Add eth0 [172.16.3.54/16] from ix-net
  Normal  Pulled          2m36s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m33s  kubelet            Created container lb-tcp-9000
  Normal  Started         2m33s  kubelet            Started container lb-tcp-9000


Name:                 openebs-zfs-controller-0
Namespace:            kube-system
Priority:             900000000
Priority Class Name:  openebs-zfs-csi-controller-critical
Service Account:      openebs-zfs-controller-sa
Node:                 ix-truenas/192.168.1.100
Start Time:           Fri, 22 Dec 2023 17:42:38 +0100
Labels:               app=openebs-zfs-controller
                      controller-revision-hash=openebs-zfs-controller-77d96d5597
                      openebs.io/component-name=openebs-zfs-controller
                      openebs.io/version=2.3.0
                      role=openebs-zfs
                      statefulset.kubernetes.io/pod-name=openebs-zfs-controller-0
Annotations:          k8s.v1.cni.cncf.io/network-status:
                        [{
                            "name": "ix-net",
                            "interface": "eth0",
                            "ips": [
                                "172.16.3.77"
                            ],
                            "mac": "4a:b5:88:d7:10:a6",
                            "default": true,
                            "dns": {},
                            "gateway": [
                                "172.16.0.1"
                            ]
                        }]
Status:               Running
IP:                   172.16.3.77
IPs:
  IP:           172.16.3.77
Controlled By:  StatefulSet/openebs-zfs-controller
Containers:
  csi-resizer:
    Container ID:  containerd://f3edadd81cf276df482cdf04ef7db091cfff6f5ba8659f036abd6df48fcc4a3d
    Image:         registry.k8s.io/sig-storage/csi-resizer:v1.8.0
    Image ID:      registry.k8s.io/sig-storage/csi-resizer@sha256:2e2b44393539d744a55b9370b346e8ebd95a77573064f3f9a8caf18c22f4d0d0
    Port:          <none>
    Host Port:     <none>
    Args:
      --v=5
      --csi-address=$(ADDRESS)
      --leader-election
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:56 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      ADDRESS:  /var/lib/csi/sockets/pluginproxy/csi.sock
    Mounts:
      /var/lib/csi/sockets/pluginproxy/ from socket-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-qtwdh (ro)
  csi-snapshotter:
    Container ID:  containerd://836915faa82ebce32689ea15d588e817cdf827bf953601d687faa7904b471752
    Image:         registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2
    Image ID:      registry.k8s.io/sig-storage/csi-snapshotter@sha256:becc53e25b96573f61f7469923a92fb3e9d3a3781732159954ce0d9da07233a2
    Port:          <none>
    Host Port:     <none>
    Args:
      --csi-address=$(ADDRESS)
      --leader-election
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:01 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      ADDRESS:  /var/lib/csi/sockets/pluginproxy/csi.sock
    Mounts:
      /var/lib/csi/sockets/pluginproxy/ from socket-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-qtwdh (ro)
  snapshot-controller:
    Container ID:  containerd://c9f9a70831a522e374ef5de4c54f7abb8ecb500477498b790daf9ab051c5d675
    Image:         registry.k8s.io/sig-storage/snapshot-controller:v6.2.2
    Image ID:      registry.k8s.io/sig-storage/snapshot-controller@sha256:fb95b65bb88f319f0f7d5397c401a654164f11a191f466b4026fa36085c7141b
    Port:          <none>
    Host Port:     <none>
    Args:
      --v=5
      --leader-election=true
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:08 +0100
    Ready:          True
    Restart Count:  0
    Environment:    <none>
    Mounts:
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-qtwdh (ro)
  csi-provisioner:
    Container ID:  containerd://07d74baed75b0b56f6a2172cd7637fd7b8a8cdc61cf2bee51a707d4daf37ae50
    Image:         registry.k8s.io/sig-storage/csi-provisioner:v3.5.0
    Image ID:      registry.k8s.io/sig-storage/csi-provisioner@sha256:d078dc174323407e8cc6f0f9abd4efaac5db27838f1564d0253d5e3233e3f17f
    Port:          <none>
    Host Port:     <none>
    Args:
      --csi-address=$(ADDRESS)
      --v=5
      --feature-gates=Topology=true
      --strict-topology
      --leader-election
      --extra-create-metadata=true
      --enable-capacity=true
      --default-fstype=ext4
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:09 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      ADDRESS:    /var/lib/csi/sockets/pluginproxy/csi.sock
      NAMESPACE:  kube-system (v1:metadata.namespace)
      POD_NAME:   openebs-zfs-controller-0 (v1:metadata.name)
    Mounts:
      /var/lib/csi/sockets/pluginproxy/ from socket-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-qtwdh (ro)
  openebs-zfs-plugin:
    Container ID:  containerd://1eb5c458c7396e89831a82a4028ee709b61e75e334700faa37c979baacf77ef8
    Image:         openebs/zfs-driver:2.3.0
    Image ID:      docker.io/openebs/zfs-driver@sha256:42b8d31edc7cdf4116ecd6369f89a1d477bb9b64e695d074d290789af1a461dd
    Port:          <none>
    Host Port:     <none>
    Args:
      --endpoint=$(OPENEBS_CSI_ENDPOINT)
      --plugin=$(OPENEBS_CONTROLLER_DRIVER)
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:09 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      OPENEBS_CONTROLLER_DRIVER:    controller
      OPENEBS_CSI_ENDPOINT:         unix:///var/lib/csi/sockets/pluginproxy/csi.sock
      OPENEBS_NAMESPACE:            openebs
      OPENEBS_IO_INSTALLER_TYPE:    zfs-operator
      OPENEBS_IO_ENABLE_ANALYTICS:  true
    Mounts:
      /var/lib/csi/sockets/pluginproxy/ from socket-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-qtwdh (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  socket-dir:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  kube-api-access-qtwdh:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m38s  default-scheduler  Successfully assigned kube-system/openebs-zfs-controller-0 to ix-truenas
  Normal  AddedInterface  2m27s  multus             Add eth0 [172.16.3.77/16] from ix-net
  Normal  Pulled          2m26s  kubelet            Container image "registry.k8s.io/sig-storage/csi-resizer:v1.8.0" already present on machine
  Normal  Created         2m21s  kubelet            Created container csi-resizer
  Normal  Started         2m20s  kubelet            Started container csi-resizer
  Normal  Pulled          2m20s  kubelet            Container image "registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2" already present on machine
  Normal  Created         2m15s  kubelet            Created container csi-snapshotter
  Normal  Started         2m15s  kubelet            Started container csi-snapshotter
  Normal  Pulled          2m15s  kubelet            Container image "registry.k8s.io/sig-storage/snapshot-controller:v6.2.2" already present on machine
  Normal  Created         2m8s   kubelet            Created container snapshot-controller
  Normal  Started         2m8s   kubelet            Started container snapshot-controller
  Normal  Pulled          2m8s   kubelet            Container image "registry.k8s.io/sig-storage/csi-provisioner:v3.5.0" already present on machine
  Normal  Created         2m8s   kubelet            Created container csi-provisioner
  Normal  Started         2m7s   kubelet            Started container csi-provisioner
  Normal  Pulled          2m7s   kubelet            Container image "openebs/zfs-driver:2.3.0" already present on machine
  Normal  Created         2m7s   kubelet            Created container openebs-zfs-plugin
  Normal  Started         2m7s   kubelet            Started container openebs-zfs-plugin


Name:             svclb-adguard-home-dns-crypt-udp-89357ae0-bf2xp
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:43:04 +0100
Labels:           app=svclb-adguard-home-dns-crypt-udp-89357ae0
                  controller-revision-hash=85d4465fc9
                  pod-template-generation=1
                  svccontroller.k3s.cattle.io/svcname=adguard-home-dns-crypt-udp
                  svccontroller.k3s.cattle.io/svcnamespace=ix-adguard-home
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.82"
                        ],
                        "mac": "0a:f0:da:25:b7:06",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.82
IPs:
  IP:           172.16.3.82
Controlled By:  DaemonSet/svclb-adguard-home-dns-crypt-udp-89357ae0
Containers:
  lb-udp-5443:
    Container ID:   containerd://f08166915c33d7b6dbcf484d2761c6a493dd8d1fd732881a7ea1c8d584801ff0
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           5443/UDP
    Host Port:      5443/UDP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:09 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    5443
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  UDP
      DEST_PORT:   5443
      DEST_IPS:    172.17.19.191
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m12s  default-scheduler  Successfully assigned kube-system/svclb-adguard-home-dns-crypt-udp-89357ae0-bf2xp to ix-truenas
  Normal  AddedInterface  2m8s   multus             Add eth0 [172.16.3.82/16] from ix-net
  Normal  Pulled          2m8s   kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m8s   kubelet            Created container lb-udp-5443
  Normal  Started         2m7s   kubelet            Started container lb-udp-5443


Name:             cert-manager-certmanager-cainjector-67d89d8b5b-7q24h
Namespace:        ix-cert-manager
Priority:         0
Service Account:  cert-manager-certmanager-cainjector
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:37 +0100
Labels:           app=cainjector
                  app.kubernetes.io/component=cainjector
                  app.kubernetes.io/instance=cert-manager
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=cainjector
                  app.kubernetes.io/version=v1.13.3
                  helm.sh/chart=certmanager-v1.13.3
                  pod-template-hash=67d89d8b5b
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.72"
                        ],
                        "mac": "d6:2b:33:0c:3e:5a",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.72
IPs:
  IP:           172.16.3.72
Controlled By:  ReplicaSet/cert-manager-certmanager-cainjector-67d89d8b5b
Containers:
  certmanager-cainjector:
    Container ID:  containerd://127e657311a8c69be0c8f7c92a5eb3bc78f31d810bf0cedfe2be6d21dc2b5a76
    Image:         quay.io/jetstack/cert-manager-cainjector:v1.13.3
    Image ID:      quay.io/jetstack/cert-manager-cainjector@sha256:ac5154525f99bd0872671613741aac1b7dcb9c0df988571a7618155ddb6fabd2
    Port:          <none>
    Host Port:     <none>
    Args:
      --v=2
      --leader-election-namespace=kube-system
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:55 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      POD_NAMESPACE:  ix-cert-manager (v1:metadata.namespace)
    Mounts:
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-jqs29 (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  kube-api-access-jqs29:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              kubernetes.io/os=linux
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type     Reason            Age    From               Message
  ----     ------            ----   ----               -------
  Warning  FailedScheduling  85m    default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Warning  FailedScheduling  2m48s  default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Normal   Scheduled         2m38s  default-scheduler  Successfully assigned ix-cert-manager/cert-manager-certmanager-cainjector-67d89d8b5b-7q24h to ix-truenas
  Normal   AddedInterface    2m27s  multus             Add eth0 [172.16.3.72/16] from ix-net
  Normal   Pulled            2m27s  kubelet            Container image "quay.io/jetstack/cert-manager-cainjector:v1.13.3" already present on machine
  Normal   Created           2m22s  kubelet            Created container certmanager-cainjector
  Normal   Started           2m21s  kubelet            Started container certmanager-cainjector


Name:                 snapshot-controller-546868dfb4-hm96j
Namespace:            kube-system
Priority:             2000000000
Priority Class Name:  system-cluster-critical
Service Account:      snapshot-controller
Node:                 ix-truenas/192.168.1.100
Start Time:           Fri, 22 Dec 2023 17:42:37 +0100
Labels:               app=snapshot-controller
                      pod-template-hash=546868dfb4
Annotations:          k8s.v1.cni.cncf.io/network-status:
                        [{
                            "name": "ix-net",
                            "interface": "eth0",
                            "ips": [
                                "172.16.3.78"
                            ],
                            "mac": "a6:a3:40:81:9c:9b",
                            "default": true,
                            "dns": {},
                            "gateway": [
                                "172.16.0.1"
                            ]
                        }]
Status:               Running
IP:                   172.16.3.78
IPs:
  IP:           172.16.3.78
Controlled By:  ReplicaSet/snapshot-controller-546868dfb4
Containers:
  snapshot-controller:
    Container ID:  containerd://b0f2a9efcfd1d39bdfa3c3d4ccb27007beab2ef18e9d6764c0325d792fcd8856
    Image:         registry.k8s.io/sig-storage/snapshot-controller:v6.2.2
    Image ID:      registry.k8s.io/sig-storage/snapshot-controller@sha256:fb95b65bb88f319f0f7d5397c401a654164f11a191f466b4026fa36085c7141b
    Port:          <none>
    Host Port:     <none>
    Args:
      --v=2
      --leader-election=true
      --leader-election-namespace=kube-system
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:56 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      memory:  300Mi
    Requests:
      cpu:        10m
      memory:     20Mi
    Environment:  <none>
    Mounts:
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-cz22q (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  kube-api-access-cz22q:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   Burstable
Node-Selectors:              kubernetes.io/os=linux
Tolerations:                 node-role.kubernetes.io/control-plane=true:NoSchedule
                             node-role.kubernetes.io/controlplane=true:NoSchedule
                             node-role.kubernetes.io/master=true:NoSchedule
                             node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m38s  default-scheduler  Successfully assigned kube-system/snapshot-controller-546868dfb4-hm96j to ix-truenas
  Normal  AddedInterface  2m25s  multus             Add eth0 [172.16.3.78/16] from ix-net
  Normal  Pulled          2m24s  kubelet            Container image "registry.k8s.io/sig-storage/snapshot-controller:v6.2.2" already present on machine
  Normal  Created         2m20s  kubelet            Created container snapshot-controller
  Normal  Started         2m20s  kubelet            Started container snapshot-controller


Name:             svclb-adguard-home-dns-udp-91694a8a-cxjzk
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:38 +0100
Labels:           app=svclb-adguard-home-dns-udp-91694a8a
                  controller-revision-hash=74ff8c4b49
                  pod-template-generation=1
                  svccontroller.k3s.cattle.io/svcname=adguard-home-dns-udp
                  svccontroller.k3s.cattle.io/svcnamespace=ix-adguard-home
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.57"
                        ],
                        "mac": "8a:a9:c0:a7:1d:f9",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.57
IPs:
  IP:           172.16.3.57
Controlled By:  DaemonSet/svclb-adguard-home-dns-udp-91694a8a
Containers:
  lb-udp-53589:
    Container ID:   containerd://20c1209fc5ddc4636a5c47482c50e3f633260a862defe7eb127cb2c18247aea0
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           53589/UDP
    Host Port:      53589/UDP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:43 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    53589
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  UDP
      DEST_PORT:   53589
      DEST_IPS:    172.17.121.28
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m38s  default-scheduler  Successfully assigned kube-system/svclb-adguard-home-dns-udp-91694a8a-cxjzk to ix-truenas
  Normal  AddedInterface  2m36s  multus             Add eth0 [172.16.3.57/16] from ix-net
  Normal  Pulled          2m36s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m33s  kubelet            Created container lb-udp-53589
  Normal  Started         2m33s  kubelet            Started container lb-udp-53589


Name:                 csi-smb-controller-7fbbb8fb6f-s7gbv
Namespace:            kube-system
Priority:             2000000000
Priority Class Name:  system-cluster-critical
Service Account:      csi-smb-controller-sa
Node:                 ix-truenas/192.168.1.100
Start Time:           Fri, 22 Dec 2023 17:42:50 +0100
Labels:               app=csi-smb-controller
                      pod-template-hash=7fbbb8fb6f
Annotations:          <none>
Status:               Running
IP:                   192.168.1.100
IPs:
  IP:           192.168.1.100
Controlled By:  ReplicaSet/csi-smb-controller-7fbbb8fb6f
Containers:
  csi-provisioner:
    Container ID:  containerd://97fe6763823ec8efbeed77dc2e318fb3c24bd60acb2c9fe62cc1913a3850beb1
    Image:         registry.k8s.io/sig-storage/csi-provisioner:v3.5.0
    Image ID:      registry.k8s.io/sig-storage/csi-provisioner@sha256:d078dc174323407e8cc6f0f9abd4efaac5db27838f1564d0253d5e3233e3f17f
    Port:          <none>
    Host Port:     <none>
    Args:
      -v=2
      --csi-address=$(ADDRESS)
      --leader-election
      --leader-election-namespace=kube-system
      --extra-create-metadata=true
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:01 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     1
      memory:  300Mi
    Requests:
      cpu:     10m
      memory:  20Mi
    Environment:
      ADDRESS:  /csi/csi.sock
    Mounts:
      /csi from socket-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-7ncnf (ro)
  liveness-probe:
    Container ID:  containerd://cda53fefa6728887ae33bdbea21c4912ad3ca77df8c687c23db5c7d78f305b19
    Image:         registry.k8s.io/sig-storage/livenessprobe:v2.10.0
    Image ID:      registry.k8s.io/sig-storage/livenessprobe@sha256:4dc0b87ccd69f9865b89234d8555d3a614ab0a16ed94a3016ffd27f8106132ce
    Port:          <none>
    Host Port:     <none>
    Args:
      --csi-address=/csi/csi.sock
      --probe-timeout=3s
      --health-port=29642
      --v=2
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:08 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     1
      memory:  100Mi
    Requests:
      cpu:        10m
      memory:     20Mi
    Environment:  <none>
    Mounts:
      /csi from socket-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-7ncnf (ro)
  smb:
    Container ID:  containerd://6ebf76d1d5de5e8eff985d268428c56b94f8fa80bc8a76fe8c1e0be781c83459
    Image:         registry.k8s.io/sig-storage/smbplugin:v1.11.0
    Image ID:      registry.k8s.io/sig-storage/smbplugin@sha256:65f664c6e9cce565805b13fb82b40018d56e39f41616134f572c52f3964c6ee4
    Ports:         29642/TCP, 29644/TCP
    Host Ports:    29642/TCP, 29644/TCP
    Args:
      --v=5
      --endpoint=$(CSI_ENDPOINT)
      --metrics-address=0.0.0.0:29644
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:09 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      memory:  200Mi
    Requests:
      cpu:     10m
      memory:  20Mi
    Liveness:  http-get http://:healthz/healthz delay=30s timeout=10s period=30s #success=1 #failure=5
    Environment:
      CSI_ENDPOINT:  unix:///csi/csi.sock
    Mounts:
      /csi from socket-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-7ncnf (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  socket-dir:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  kube-api-access-7ncnf:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   Burstable
Node-Selectors:              kubernetes.io/os=linux
Tolerations:                 node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                             node-role.kubernetes.io/controlplane:NoSchedule op=Exists
                             node-role.kubernetes.io/master:NoSchedule op=Exists
                             node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason     Age    From               Message
  ----    ------     ----   ----               -------
  Normal  Scheduled  2m25s  default-scheduler  Successfully assigned kube-system/csi-smb-controller-7fbbb8fb6f-s7gbv to ix-truenas
  Normal  Pulled     2m20s  kubelet            Container image "registry.k8s.io/sig-storage/csi-provisioner:v3.5.0" already present on machine
  Normal  Created    2m15s  kubelet            Created container csi-provisioner
  Normal  Started    2m15s  kubelet            Started container csi-provisioner
  Normal  Pulled     2m15s  kubelet            Container image "registry.k8s.io/sig-storage/livenessprobe:v2.10.0" already present on machine
  Normal  Created    2m8s   kubelet            Created container liveness-probe
  Normal  Created    2m8s   kubelet            Created container smb
  Normal  Started    2m7s   kubelet            Started container smb


Name:                 snapshot-controller-546868dfb4-sbhwg
Namespace:            kube-system
Priority:             2000000000
Priority Class Name:  system-cluster-critical
Service Account:      snapshot-controller
Node:                 ix-truenas/192.168.1.100
Start Time:           Fri, 22 Dec 2023 17:42:37 +0100
Labels:               app=snapshot-controller
                      pod-template-hash=546868dfb4
Annotations:          k8s.v1.cni.cncf.io/network-status:
                        [{
                            "name": "ix-net",
                            "interface": "eth0",
                            "ips": [
                                "172.16.3.76"
                            ],
                            "mac": "12:a2:ef:3f:db:79",
                            "default": true,
                            "dns": {},
                            "gateway": [
                                "172.16.0.1"
                            ]
                        }]
Status:               Running
IP:                   172.16.3.76
IPs:
  IP:           172.16.3.76
Controlled By:  ReplicaSet/snapshot-controller-546868dfb4
Containers:
  snapshot-controller:
    Container ID:  containerd://13b75ef274d9a3bebdafecb03b42246fe67a8b562e3128c1465b27a1f9c713e0
    Image:         registry.k8s.io/sig-storage/snapshot-controller:v6.2.2
    Image ID:      registry.k8s.io/sig-storage/snapshot-controller@sha256:fb95b65bb88f319f0f7d5397c401a654164f11a191f466b4026fa36085c7141b
    Port:          <none>
    Host Port:     <none>
    Args:
      --v=2
      --leader-election=true
      --leader-election-namespace=kube-system
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:56 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      memory:  300Mi
    Requests:
      cpu:        10m
      memory:     20Mi
    Environment:  <none>
    Mounts:
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-fflsx (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  kube-api-access-fflsx:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   Burstable
Node-Selectors:              kubernetes.io/os=linux
Tolerations:                 node-role.kubernetes.io/control-plane=true:NoSchedule
                             node-role.kubernetes.io/controlplane=true:NoSchedule
                             node-role.kubernetes.io/master=true:NoSchedule
                             node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m38s  default-scheduler  Successfully assigned kube-system/snapshot-controller-546868dfb4-sbhwg to ix-truenas
  Normal  AddedInterface  2m27s  multus             Add eth0 [172.16.3.76/16] from ix-net
  Normal  Pulled          2m25s  kubelet            Container image "registry.k8s.io/sig-storage/snapshot-controller:v6.2.2" already present on machine
  Normal  Created         2m21s  kubelet            Created container snapshot-controller
  Normal  Started         2m20s  kubelet            Started container snapshot-controller


Name:             svclb-adguard-home-dns-quic-udp-1-9b503507-h64rw
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:40 +0100
Labels:           app=svclb-adguard-home-dns-quic-udp-1-9b503507
                  controller-revision-hash=7d8c9ffcfc
                  pod-template-generation=1
                  svccontroller.k3s.cattle.io/svcname=adguard-home-dns-quic-udp-1
                  svccontroller.k3s.cattle.io/svcnamespace=ix-adguard-home
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.68"
                        ],
                        "mac": "2e:a1:3f:ff:25:86",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.68
IPs:
  IP:           172.16.3.68
Controlled By:  DaemonSet/svclb-adguard-home-dns-quic-udp-1-9b503507
Containers:
  lb-udp-784:
    Container ID:   containerd://674a72e865817b9d09acae89d9460c476473320c56bf1b80f60ed00d63e30a51
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           784/UDP
    Host Port:      784/UDP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:43 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    784
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  UDP
      DEST_PORT:   784
      DEST_IPS:    172.17.12.61
    Mounts:        <none>
  lb-udp-853:
    Container ID:   containerd://01d2033a90f701f8b18e65901bf693c6e6467d56cb9b9fef986129002007b043
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           853/UDP
    Host Port:      853/UDP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:44 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    853
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  UDP
      DEST_PORT:   853
      DEST_IPS:    172.17.12.61
    Mounts:        <none>
  lb-udp-8853:
    Container ID:   containerd://deeda7055efd44f4a4dc7d47620ee8f688793cec54a67d9de01b929743bef3dd
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           8853/UDP
    Host Port:      8853/UDP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:44 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    8853
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  UDP
      DEST_PORT:   8853
      DEST_IPS:    172.17.12.61
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m36s  default-scheduler  Successfully assigned kube-system/svclb-adguard-home-dns-quic-udp-1-9b503507-h64rw to ix-truenas
  Normal  AddedInterface  2m34s  multus             Add eth0 [172.16.3.68/16] from ix-net
  Normal  Pulled          2m34s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m33s  kubelet            Created container lb-udp-784
  Normal  Started         2m33s  kubelet            Started container lb-udp-784
  Normal  Pulled          2m33s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m32s  kubelet            Created container lb-udp-853
  Normal  Started         2m32s  kubelet            Started container lb-udp-853
  Normal  Pulled          2m32s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m32s  kubelet            Created container lb-udp-8853
  Normal  Started         2m32s  kubelet            Started container lb-udp-8853


Name:             svclb-adguard-home-dns-tcp-36dfd2e8-xdtsg
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:38 +0100
Labels:           app=svclb-adguard-home-dns-tcp-36dfd2e8
                  controller-revision-hash=7cb55ddbd7
                  pod-template-generation=1
                  svccontroller.k3s.cattle.io/svcname=adguard-home-dns-tcp
                  svccontroller.k3s.cattle.io/svcnamespace=ix-adguard-home
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.65"
                        ],
                        "mac": "de:fd:ff:b1:0b:cc",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.65
IPs:
  IP:           172.16.3.65
Controlled By:  DaemonSet/svclb-adguard-home-dns-tcp-36dfd2e8
Containers:
  lb-tcp-54589:
    Container ID:   containerd://c023f2355af257f387882ac1d55b3e6bd2ebacf74e019370bbe1c7f6ccdb08b2
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           54589/TCP
    Host Port:      54589/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:43 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    54589
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  TCP
      DEST_PORT:   54589
      DEST_IPS:    172.17.41.39
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m37s  default-scheduler  Successfully assigned kube-system/svclb-adguard-home-dns-tcp-36dfd2e8-xdtsg to ix-truenas
  Normal  AddedInterface  2m36s  multus             Add eth0 [172.16.3.65/16] from ix-net
  Normal  Pulled          2m36s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m33s  kubelet            Created container lb-tcp-54589
  Normal  Started         2m33s  kubelet            Started container lb-tcp-54589


Name:             cert-manager-certmanager-webhook-688c8b8d4d-wqkjj
Namespace:        ix-cert-manager
Priority:         0
Service Account:  cert-manager-certmanager-webhook
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:37 +0100
Labels:           app=webhook
                  app.kubernetes.io/component=webhook
                  app.kubernetes.io/instance=cert-manager
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=webhook
                  app.kubernetes.io/version=v1.13.3
                  helm.sh/chart=certmanager-v1.13.3
                  pod-template-hash=688c8b8d4d
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.74"
                        ],
                        "mac": "76:35:39:ae:22:27",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.74
IPs:
  IP:           172.16.3.74
Controlled By:  ReplicaSet/cert-manager-certmanager-webhook-688c8b8d4d
Containers:
  certmanager-webhook:
    Container ID:  containerd://a9e4f2202676e22bec976102e6bf812ef0d262eeceaf490c01f3438cfab6b033
    Image:         quay.io/jetstack/cert-manager-webhook:v1.13.3
    Image ID:      quay.io/jetstack/cert-manager-webhook@sha256:f45b21f770bf4676c732f19e2ef17c34f46ac75873a5e0aa25703d808b2e5566
    Ports:         10250/TCP, 6080/TCP
    Host Ports:    0/TCP, 0/TCP
    Args:
      --v=2
      --secure-port=10250
      --dynamic-serving-ca-secret-namespace=$(POD_NAMESPACE)
      --dynamic-serving-ca-secret-name=cert-manager-certmanager-webhook-ca
      --dynamic-serving-dns-names=cert-manager-certmanager-webhook
      --dynamic-serving-dns-names=cert-manager-certmanager-webhook.$(POD_NAMESPACE)
      --dynamic-serving-dns-names=cert-manager-certmanager-webhook.$(POD_NAMESPACE).svc
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:55 +0100
    Ready:          True
    Restart Count:  0
    Liveness:       http-get http://:6080/livez delay=60s timeout=1s period=10s #success=1 #failure=3
    Readiness:      http-get http://:6080/healthz delay=5s timeout=1s period=5s #success=1 #failure=3
    Environment:
      POD_NAMESPACE:  ix-cert-manager (v1:metadata.namespace)
    Mounts:
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-pbpr2 (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  kube-api-access-pbpr2:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              kubernetes.io/os=linux
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type     Reason            Age    From               Message
  ----     ------            ----   ----               -------
  Warning  FailedScheduling  85m    default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Warning  FailedScheduling  2m48s  default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Normal   Scheduled         2m39s  default-scheduler  Successfully assigned ix-cert-manager/cert-manager-certmanager-webhook-688c8b8d4d-wqkjj to ix-truenas
  Normal   AddedInterface    2m27s  multus             Add eth0 [172.16.3.74/16] from ix-net
  Normal   Pulled            2m26s  kubelet            Container image "quay.io/jetstack/cert-manager-webhook:v1.13.3" already present on machine
  Normal   Created           2m21s  kubelet            Created container certmanager-webhook
  Normal   Started           2m21s  kubelet            Started container certmanager-webhook


Name:             svclb-adguard-home-dns-https-udp-98d14874-ck75d
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:37 +0100
Labels:           app=svclb-adguard-home-dns-https-udp-98d14874
                  controller-revision-hash=5c5bf68b9f
                  pod-template-generation=1
                  svccontroller.k3s.cattle.io/svcname=adguard-home-dns-https-udp
                  svccontroller.k3s.cattle.io/svcnamespace=ix-adguard-home
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.61"
                        ],
                        "mac": "1a:2f:0e:26:e5:36",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.61
IPs:
  IP:           172.16.3.61
Controlled By:  DaemonSet/svclb-adguard-home-dns-https-udp-98d14874
Containers:
  lb-udp-10234:
    Container ID:   containerd://a7f05e526f43f8771ab6aeca1f1a544777c93eb4ceb6676175195d39a03d629c
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           10234/UDP
    Host Port:      10234/UDP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:43 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    10234
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  UDP
      DEST_PORT:   10234
      DEST_IPS:    172.17.253.11
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m38s  default-scheduler  Successfully assigned kube-system/svclb-adguard-home-dns-https-udp-98d14874-ck75d to ix-truenas
  Normal  AddedInterface  2m36s  multus             Add eth0 [172.16.3.61/16] from ix-net
  Normal  Pulled          2m36s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m33s  kubelet            Created container lb-udp-10234
  Normal  Started         2m33s  kubelet            Started container lb-udp-10234


Name:             syncthing-599b64585f-czblk
Namespace:        ix-syncthing
Priority:         0
Service Account:  default
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:38 +0100
Labels:           app=syncthing-1.1.4
                  app.kubernetes.io/instance=syncthing
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=syncthing
                  app.kubernetes.io/version=1.23.3
                  helm-revision=3
                  helm.sh/chart=syncthing-1.1.4
                  pod-template-hash=599b64585f
                  pod.name=syncthing
                  release=syncthing
Annotations:      rollme: UrOoA
Status:           Running
IP:               192.168.1.100
IPs:
  IP:           192.168.1.100
Controlled By:  ReplicaSet/syncthing-599b64585f
Containers:
  syncthing:
    Container ID:   containerd://dfbc0c25ffdd5471321e44923ad879ae8af8549f2dc0b78a877f520254a050a4
    Image:          syncthing/syncthing:1.23.3
    Image ID:       docker.io/syncthing/syncthing@sha256:5dbe8bcc7952f3638f03bd16697243698618cd20ecdee52c5e79f374e2fe9b8c
    Ports:          22000/UDP, 22000/TCP, 31000/TCP
    Host Ports:     22000/UDP, 22000/TCP, 31000/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:49 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get http://:31000/rest/noauth/health delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get http://:31000/rest/noauth/health delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    http-get http://:31000/rest/noauth/health delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   002
      UMASK_SET:               002
      NVIDIA_VISIBLE_DEVICES:  void
      PUID:                    568
      USER_ID:                 568
      UID:                     568
      PGID:                    568
      GROUP_ID:                568
      GID:                     568
      PCAP:                    cap_sys_admin,cap_chown,cap_dac_override,cap_fowner+ep
      STGUIADDRESS:            0.0.0.0:31000
      STGUIASSETS:             /var/truenas/assets/gui
      STNOUPGRADE:             true
    Mounts:
      /Syncthing_NAS from sync-0 (rw)
      /configure.sh from configure (rw,path="configure.sh")
      /var/syncthing from home (rw)
      /var/truenas/assets/gui/default/assets/img/logo-horizontal.svg from truenas-logo (rw,path="logo-horizontal.svg")
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  configure:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      syncthing-syncthing-configure
    Optional:  false
  home:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/WD_Blue/ix-applications/releases/syncthing/volumes/ix_volumes/home
    HostPathType:  
  sync-0:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz1/Syncthing_Backup
    HostPathType:  
  truenas-logo:
    Type:        ConfigMap (a volume populated by a ConfigMap)
    Name:        syncthing-syncthing-truenas-logo
    Optional:    false
QoS Class:       Burstable
Node-Selectors:  <none>
Tolerations:     node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                 node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason     Age    From               Message
  ----    ------     ----   ----               -------
  Normal  Scheduled  2m38s  default-scheduler  Successfully assigned ix-syncthing/syncthing-599b64585f-czblk to ix-truenas
  Normal  Pulled     2m28s  kubelet            Container image "syncthing/syncthing:1.23.3" already present on machine
  Normal  Created    2m27s  kubelet            Created container syncthing
  Normal  Started    2m27s  kubelet            Started container syncthing


Name:             svclb-blocky-fb7abddf-mlc58
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:38 +0100
Labels:           app=svclb-blocky-fb7abddf
                  controller-revision-hash=66f56d599f
                  pod-template-generation=1
                  svccontroller.k3s.cattle.io/svcname=blocky
                  svccontroller.k3s.cattle.io/svcnamespace=ix-blocky
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.59"
                        ],
                        "mac": "52:dd:f4:eb:fd:50",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.59
IPs:
  IP:           172.16.3.59
Controlled By:  DaemonSet/svclb-blocky-fb7abddf
Containers:
  lb-tcp-4000:
    Container ID:   containerd://af9c68b0b1d77ffc8bc9ce14eea12c27abfcb2c5c6c82759d3d33109f61c7716
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           4000/TCP
    Host Port:      4000/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:43 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    4000
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  TCP
      DEST_PORT:   4000
      DEST_IPS:    172.17.135.202
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m38s  default-scheduler  Successfully assigned kube-system/svclb-blocky-fb7abddf-mlc58 to ix-truenas
  Normal  AddedInterface  2m36s  multus             Add eth0 [172.16.3.59/16] from ix-net
  Normal  Pulled          2m36s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m33s  kubelet            Created container lb-tcp-4000
  Normal  Started         2m33s  kubelet            Started container lb-tcp-4000


Name:             svclb-librespeed-c90d5914-lpf9j
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:38 +0100
Labels:           app=svclb-librespeed-c90d5914
                  controller-revision-hash=76455f4c8f
                  pod-template-generation=1
                  svccontroller.k3s.cattle.io/svcname=librespeed
                  svccontroller.k3s.cattle.io/svcnamespace=ix-librespeed
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.62"
                        ],
                        "mac": "de:f8:bc:79:65:9b",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.62
IPs:
  IP:           172.16.3.62
Controlled By:  DaemonSet/svclb-librespeed-c90d5914
Containers:
  lb-tcp-10016:
    Container ID:   containerd://401272ceb584a927906266f34494e3fe78d89a6ee9fd0a21f8397e40f884b126
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           10016/TCP
    Host Port:      10016/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:43 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    10016
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  TCP
      DEST_PORT:   10016
      DEST_IPS:    172.17.36.228
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m38s  default-scheduler  Successfully assigned kube-system/svclb-librespeed-c90d5914-lpf9j to ix-truenas
  Normal  AddedInterface  2m36s  multus             Add eth0 [172.16.3.62/16] from ix-net
  Normal  Pulled          2m36s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m33s  kubelet            Created container lb-tcp-10016
  Normal  Started         2m33s  kubelet            Started container lb-tcp-10016


Name:             cloudnative-pg-5f58b6fbcd-jpdrw
Namespace:        ix-cloudnative-pg
Priority:         0
Service Account:  cloudnative-pg
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:37 +0100
Labels:           app.kubernetes.io/instance=cloudnative-pg
                  app.kubernetes.io/name=cloudnative-pg
                  pod-template-hash=5f58b6fbcd
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.73"
                        ],
                        "mac": "f2:60:59:c9:eb:b6",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.73
IPs:
  IP:           172.16.3.73
Controlled By:  ReplicaSet/cloudnative-pg-5f58b6fbcd
Containers:
  manager:
    Container ID:  containerd://e17ada02f56a7d0dbbc25ddd9c452bf02c872c3a44864404aaf9c661713cfd7c
    Image:         ghcr.io/cloudnative-pg/cloudnative-pg:1.21.1
    Image ID:      ghcr.io/cloudnative-pg/cloudnative-pg@sha256:9f707d91de1c92975ab1a098b52e804d8f5b90c7934a0b1c40d00e773522a123
    Ports:         8080/TCP, 9443/TCP
    Host Ports:    0/TCP, 0/TCP
    Command:
      /manager
    Args:
      controller
      --leader-elect
      --config-map-name=cnpg-controller-manager-config
      --webhook-port=9443
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:56 +0100
    Ready:          True
    Restart Count:  0
    Liveness:       http-get https://:9443/readyz delay=3s timeout=1s period=10s #success=1 #failure=3
    Readiness:      http-get https://:9443/readyz delay=3s timeout=1s period=10s #success=1 #failure=3
    Environment:
      OPERATOR_IMAGE_NAME:           ghcr.io/cloudnative-pg/cloudnative-pg:1.21.1
      OPERATOR_NAMESPACE:            ix-cloudnative-pg (v1:metadata.namespace)
      MONITORING_QUERIES_CONFIGMAP:  cnpg-default-monitoring
    Mounts:
      /controller from scratch-data (rw)
      /run/secrets/cnpg.io/webhook from webhook-certificates (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-8fgwx (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  scratch-data:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  webhook-certificates:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  cnpg-webhook-cert
    Optional:    true
  kube-api-access-8fgwx:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type     Reason            Age    From               Message
  ----     ------            ----   ----               -------
  Warning  FailedScheduling  85m    default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Warning  FailedScheduling  2m48s  default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Normal   Scheduled         2m39s  default-scheduler  Successfully assigned ix-cloudnative-pg/cloudnative-pg-5f58b6fbcd-jpdrw to ix-truenas
  Normal   AddedInterface    2m27s  multus             Add eth0 [172.16.3.73/16] from ix-net
  Normal   Pulled            2m27s  kubelet            Container image "ghcr.io/cloudnative-pg/cloudnative-pg:1.21.1" already present on machine
  Normal   Created           2m21s  kubelet            Created container manager
  Normal   Started           2m20s  kubelet            Started container manager


Name:             svclb-traefik-tcp-f0275a1c-px89t
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:38 +0100
Labels:           app=svclb-traefik-tcp-f0275a1c
                  controller-revision-hash=64c9d76dd7
                  pod-template-generation=2
                  svccontroller.k3s.cattle.io/svcname=traefik-tcp
                  svccontroller.k3s.cattle.io/svcnamespace=ix-traefik
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.64"
                        ],
                        "mac": "6e:19:36:da:6b:66",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.64
IPs:
  IP:           172.16.3.64
Controlled By:  DaemonSet/svclb-traefik-tcp-f0275a1c
Containers:
  lb-tcp-80:
    Container ID:   containerd://210e59eeeacdec58bf3800c011b44601e5b81b104b947c25f9c6ab1124b1b034
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           80/TCP
    Host Port:      80/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:43 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    80
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  TCP
      DEST_PORT:   80
      DEST_IPS:    172.17.40.242
    Mounts:        <none>
  lb-tcp-443:
    Container ID:   containerd://a8c1fbeadd80ce90577fc20b018f0675636881d785bf67bfb03e9cf1d03c6521
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           443/TCP
    Host Port:      443/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:44 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    443
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  TCP
      DEST_PORT:   443
      DEST_IPS:    172.17.40.242
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m37s  default-scheduler  Successfully assigned kube-system/svclb-traefik-tcp-f0275a1c-px89t to ix-truenas
  Normal  AddedInterface  2m36s  multus             Add eth0 [172.16.3.64/16] from ix-net
  Normal  Pulled          2m35s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m33s  kubelet            Created container lb-tcp-80
  Normal  Started         2m33s  kubelet            Started container lb-tcp-80
  Normal  Pulled          2m33s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m32s  kubelet            Created container lb-tcp-443
  Normal  Started         2m32s  kubelet            Started container lb-tcp-443


Name:             cert-manager-certmanager-557965ccc8-tzws2
Namespace:        ix-cert-manager
Priority:         0
Service Account:  cert-manager-certmanager
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:37 +0100
Labels:           app=certmanager
                  app.kubernetes.io/component=controller
                  app.kubernetes.io/instance=cert-manager
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=certmanager
                  app.kubernetes.io/version=v1.13.3
                  helm.sh/chart=certmanager-v1.13.3
                  pod-template-hash=557965ccc8
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.69"
                        ],
                        "mac": "b2:9c:44:1f:82:11",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  prometheus.io/path: /metrics
                  prometheus.io/port: 9402
                  prometheus.io/scrape: true
Status:           Running
IP:               172.16.3.69
IPs:
  IP:           172.16.3.69
Controlled By:  ReplicaSet/cert-manager-certmanager-557965ccc8
Containers:
  certmanager-controller:
    Container ID:  containerd://d94060cc6e935560d7c952f666ba077f341dc6979b6c662720989a7c938ec352
    Image:         quay.io/jetstack/cert-manager-controller:v1.13.3
    Image ID:      quay.io/jetstack/cert-manager-controller@sha256:2121d4250f5734ee097df243507d06536fc264140dba3425045a825ef597c79d
    Ports:         9402/TCP, 9403/TCP
    Host Ports:    0/TCP, 0/TCP
    Args:
      --v=2
      --cluster-resource-namespace=$(POD_NAMESPACE)
      --leader-election-namespace=kube-system
      --acme-http01-solver-image=quay.io/jetstack/cert-manager-acmesolver:v1.13.3
      --max-concurrent-challenges=60
      --enable-certificate-owner-ref=true
      --dns01-recursive-nameservers=1.1.1.1:53,1.0.0.1:53
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:44 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      POD_NAMESPACE:  ix-cert-manager (v1:metadata.namespace)
    Mounts:
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-dn75m (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  kube-api-access-dn75m:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              kubernetes.io/os=linux
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type     Reason            Age    From               Message
  ----     ------            ----   ----               -------
  Warning  FailedScheduling  85m    default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Warning  FailedScheduling  2m48s  default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Normal   Scheduled         2m39s  default-scheduler  Successfully assigned ix-cert-manager/cert-manager-certmanager-557965ccc8-tzws2 to ix-truenas
  Normal   AddedInterface    2m33s  multus             Add eth0 [172.16.3.69/16] from ix-net
  Normal   Pulled            2m33s  kubelet            Container image "quay.io/jetstack/cert-manager-controller:v1.13.3" already present on machine
  Normal   Created           2m32s  kubelet            Created container certmanager-controller
  Normal   Started           2m32s  kubelet            Started container certmanager-controller


Name:             nextcloud-redis-0
Namespace:        ix-nextcloud
Priority:         0
Service Account:  default
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:37 +0100
Labels:           app=redis-10.0.7
                  app.kubernetes.io/instance=nextcloud
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=redis
                  app.kubernetes.io/version=7.2.3
                  controller-revision-hash=nextcloud-redis-7f4c459475
                  helm-revision=39
                  helm.sh/chart=redis-10.0.7
                  pod.name=main
                  release=nextcloud
                  statefulset.kubernetes.io/pod-name=nextcloud-redis-0
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.70"
                        ],
                        "mac": "12:1f:77:77:e4:fe",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  rollme: zJw0F
Status:           Running
IP:               172.16.3.70
IPs:
  IP:           172.16.3.70
Controlled By:  StatefulSet/nextcloud-redis
Containers:
  nextcloud-redis:
    Container ID:   containerd://68ab196fd22c68ae4bbcaf59700c5d7edf5417039c2d8da79ffdaf7da2224d57
    Image:          bitnami/redis:7.2.3@sha256:9ac3bbf7740969d32689e360ddcfa5f672538c47f6f6cf296173c3078de0edf2
    Image ID:       docker.io/bitnami/redis@sha256:9ac3bbf7740969d32689e360ddcfa5f672538c47f6f6cf296173c3078de0edf2
    Port:           6379/TCP
    Host Port:      0/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:49 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   exec [sh -c /health/ping_liveness_local.sh 2] delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  exec [sh -c /health/ping_readiness_local.sh 2] delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    exec [sh -c /health/ping_readiness_local.sh 2] delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      TZ:                      UTC
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      PUID:                    568
      USER_ID:                 568
      UID:                     568
      PGID:                    568
      GROUP_ID:                568
      GID:                     568
      ALLOW_EMPTY_PASSWORD:    yes
      REDIS_PASSWORD:          <set to the key 'redis-password' in secret 'nextcloud-rediscreds'>  Optional: false
      REDIS_PORT:              6379
      REDIS_REPLICATION_MODE:  master
    Mounts:
      /bitnami/redis from data (rw)
      /dev/shm from devshm (rw)
      /health from redis-health (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  data:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  devshm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  redis-health:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      nextcloud-redis-health
    Optional:  false
  shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varlogs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varrun:
    Type:                     EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:                   Memory
    SizeLimit:                8Gi
QoS Class:                    Burstable
Node-Selectors:               kubernetes.io/arch=amd64
Tolerations:                  node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                              node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Topology Spread Constraints:  kubernetes.io/hostname:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=nextcloud,app.kubernetes.io/name=redis,pod.name=nextcloud-redis
                              truecharts.org/rack:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=nextcloud,app.kubernetes.io/name=redis,pod.name=nextcloud-redis
Events:
  Type     Reason            Age    From               Message
  ----     ------            ----   ----               -------
  Warning  FailedScheduling  85m    default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Warning  FailedScheduling  2m48s  default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Normal   Scheduled         2m39s  default-scheduler  Successfully assigned ix-nextcloud/nextcloud-redis-0 to ix-truenas
  Normal   AddedInterface    2m29s  multus             Add eth0 [172.16.3.70/16] from ix-net
  Normal   Pulled            2m28s  kubelet            Container image "bitnami/redis:7.2.3@sha256:9ac3bbf7740969d32689e360ddcfa5f672538c47f6f6cf296173c3078de0edf2" already present on machine
  Normal   Created           2m27s  kubelet            Created container nextcloud-redis
  Normal   Started           2m27s  kubelet            Started container nextcloud-redis


Name:                 coredns-59b4f5bbd5-qlxsh
Namespace:            kube-system
Priority:             2000000000
Priority Class Name:  system-cluster-critical
Service Account:      coredns
Node:                 ix-truenas/192.168.1.100
Start Time:           Fri, 22 Dec 2023 17:42:37 +0100
Labels:               k8s-app=kube-dns
                      pod-template-hash=59b4f5bbd5
Annotations:          k8s.v1.cni.cncf.io/network-status:
                        [{
                            "name": "ix-net",
                            "interface": "eth0",
                            "ips": [
                                "172.16.3.79"
                            ],
                            "mac": "fa:48:04:5e:e7:d0",
                            "default": true,
                            "dns": {},
                            "gateway": [
                                "172.16.0.1"
                            ]
                        }]
Status:               Running
IP:                   172.16.3.79
IPs:
  IP:           172.16.3.79
Controlled By:  ReplicaSet/coredns-59b4f5bbd5
Containers:
  coredns:
    Container ID:  containerd://d3f63ec838ff6341e91f92b11b0e44f9cafd8dc7b74eac3cf92bab50f82a525d
    Image:         rancher/mirrored-coredns-coredns:1.10.1
    Image ID:      docker.io/rancher/mirrored-coredns-coredns@sha256:a11fafae1f8037cbbd66c5afa40ba2423936b72b4fd50a7034a7e8b955163594
    Ports:         53/UDP, 53/TCP, 9153/TCP
    Host Ports:    0/UDP, 0/TCP, 0/TCP
    Args:
      -conf
      /etc/coredns/Corefile
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:56 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      memory:  170Mi
    Requests:
      cpu:        100m
      memory:     70Mi
    Liveness:     http-get http://:8080/health delay=60s timeout=1s period=10s #success=1 #failure=3
    Readiness:    http-get http://:8181/ready delay=0s timeout=1s period=2s #success=1 #failure=3
    Environment:  <none>
    Mounts:
      /etc/coredns from config-volume (ro)
      /etc/coredns/custom from custom-config-volume (ro)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-dsqcd (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  config-volume:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      coredns
    Optional:  false
  custom-config-volume:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      coredns-custom
    Optional:  true
  kube-api-access-dsqcd:
    Type:                     Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:   3607
    ConfigMapName:            kube-root-ca.crt
    ConfigMapOptional:        <nil>
    DownwardAPI:              true
QoS Class:                    Burstable
Node-Selectors:               kubernetes.io/os=linux
Tolerations:                  CriticalAddonsOnly op=Exists
                              node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                              node-role.kubernetes.io/master:NoSchedule op=Exists
                              node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                              node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Topology Spread Constraints:  kubernetes.io/hostname:DoNotSchedule when max skew 1 is exceeded for selector k8s-app=kube-dns
Events:
  Type     Reason          Age                    From               Message
  ----     ------          ----                   ----               -------
  Normal   Scheduled       2m38s                  default-scheduler  Successfully assigned kube-system/coredns-59b4f5bbd5-qlxsh to ix-truenas
  Normal   AddedInterface  2m25s                  multus             Add eth0 [172.16.3.79/16] from ix-net
  Normal   Pulled          2m24s                  kubelet            Container image "rancher/mirrored-coredns-coredns:1.10.1" already present on machine
  Normal   Created         2m20s                  kubelet            Created container coredns
  Normal   Started         2m20s                  kubelet            Started container coredns
  Warning  Unhealthy       2m15s (x5 over 2m20s)  kubelet            Readiness probe failed: Get "http://172.16.3.79:8181/ready": dial tcp 172.16.3.79:8181: connect: connection refused


Name:             svclb-blocky-dnsudp-40a34fec-m9rq7
Namespace:        kube-system
Priority:         0
Service Account:  svclb
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:38 +0100
Labels:           app=svclb-blocky-dnsudp-40a34fec
                  controller-revision-hash=6f4945dd64
                  pod-template-generation=1
                  svccontroller.k3s.cattle.io/svcname=blocky-dnsudp
                  svccontroller.k3s.cattle.io/svcnamespace=ix-blocky
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.56"
                        ],
                        "mac": "d6:59:36:bb:28:44",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.56
IPs:
  IP:           172.16.3.56
Controlled By:  DaemonSet/svclb-blocky-dnsudp-40a34fec
Containers:
  lb-udp-53:
    Container ID:   containerd://6d23d5e3f9e0597bda047dcd72ce4e8fb78eca363996c6be5ec46a5978d1d264
    Image:          rancher/klipper-lb:v0.4.4
    Image ID:       docker.io/rancher/klipper-lb@sha256:d6780e97ac25454b56f88410b236d52572518040f11d0db5c6baaac0d2fcf860
    Port:           53/UDP
    Host Port:      53/UDP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:42:43 +0100
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    53
      SRC_RANGES:  0.0.0.0/0
      DEST_PROTO:  UDP
      DEST_PORT:   53
      DEST_IPS:    172.17.37.235
    Mounts:        <none>
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:            <none>
QoS Class:          BestEffort
Node-Selectors:     <none>
Tolerations:        CriticalAddonsOnly op=Exists
                    node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                    node-role.kubernetes.io/master:NoSchedule op=Exists
                    node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                    node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                    node.kubernetes.io/not-ready:NoExecute op=Exists
                    node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                    node.kubernetes.io/unreachable:NoExecute op=Exists
                    node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m38s  default-scheduler  Successfully assigned kube-system/svclb-blocky-dnsudp-40a34fec-m9rq7 to ix-truenas
  Normal  AddedInterface  2m36s  multus             Add eth0 [172.16.3.56/16] from ix-net
  Normal  Pulled          2m36s  kubelet            Container image "rancher/klipper-lb:v0.4.4" already present on machine
  Normal  Created         2m33s  kubelet            Created container lb-udp-53
  Normal  Started         2m33s  kubelet            Started container lb-udp-53


Name:                 csi-nfs-controller-7b74694749-g6k8q
Namespace:            kube-system
Priority:             2000000000
Priority Class Name:  system-cluster-critical
Service Account:      csi-nfs-controller-sa
Node:                 ix-truenas/192.168.1.100
Start Time:           Fri, 22 Dec 2023 17:42:58 +0100
Labels:               app=csi-nfs-controller
                      pod-template-hash=7b74694749
Annotations:          <none>
Status:               Running
IP:                   192.168.1.100
IPs:
  IP:           192.168.1.100
Controlled By:  ReplicaSet/csi-nfs-controller-7b74694749
Containers:
  csi-provisioner:
    Container ID:  containerd://5b5a735938afb566b28ff25ef357739eaf8c645908d5f6ef38188c91b7efa21d
    Image:         registry.k8s.io/sig-storage/csi-provisioner:v3.5.0
    Image ID:      registry.k8s.io/sig-storage/csi-provisioner@sha256:d078dc174323407e8cc6f0f9abd4efaac5db27838f1564d0253d5e3233e3f17f
    Port:          <none>
    Host Port:     <none>
    Args:
      -v=2
      --csi-address=$(ADDRESS)
      --leader-election
      --leader-election-namespace=kube-system
      --extra-create-metadata=true
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:09 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      memory:  400Mi
    Requests:
      cpu:     10m
      memory:  20Mi
    Environment:
      ADDRESS:  /csi/csi.sock
    Mounts:
      /csi from socket-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-rpp5s (ro)
  csi-snapshotter:
    Container ID:  containerd://cf02a7ebe3b4fc308252813ec13ffff5e7c888f2387ed9fa2fdee14bf9e54227
    Image:         registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2
    Image ID:      registry.k8s.io/sig-storage/csi-snapshotter@sha256:becc53e25b96573f61f7469923a92fb3e9d3a3781732159954ce0d9da07233a2
    Port:          <none>
    Host Port:     <none>
    Args:
      --v=2
      --csi-address=$(ADDRESS)
      --leader-election-namespace=kube-system
      --leader-election
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:09 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      memory:  200Mi
    Requests:
      cpu:     10m
      memory:  20Mi
    Environment:
      ADDRESS:  /csi/csi.sock
    Mounts:
      /csi from socket-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-rpp5s (ro)
  liveness-probe:
    Container ID:  containerd://a1e00b89fee88b0a2579f2c5e6ec141e435e0391398381517d3b09824f570165
    Image:         registry.k8s.io/sig-storage/livenessprobe:v2.10.0
    Image ID:      registry.k8s.io/sig-storage/livenessprobe@sha256:4dc0b87ccd69f9865b89234d8555d3a614ab0a16ed94a3016ffd27f8106132ce
    Port:          <none>
    Host Port:     <none>
    Args:
      --csi-address=/csi/csi.sock
      --probe-timeout=3s
      --health-port=29652
      --v=2
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:11 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      memory:  100Mi
    Requests:
      cpu:        10m
      memory:     20Mi
    Environment:  <none>
    Mounts:
      /csi from socket-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-rpp5s (ro)
  nfs:
    Container ID:  containerd://47882439b22fe339097a6e0ebca6b953c5dbda0b318bbec38de982963fa4c5c7
    Image:         registry.k8s.io/sig-storage/nfsplugin:v4.4.0
    Image ID:      registry.k8s.io/sig-storage/nfsplugin@sha256:971cb526bc0108cca7d8efda32102629cb362f99bbd4879fd381bea1b2014ab4
    Port:          29652/TCP
    Host Port:     29652/TCP
    Args:
      -v=5
      --nodeid=$(NODE_ID)
      --endpoint=$(CSI_ENDPOINT)
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:12 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      memory:  200Mi
    Requests:
      cpu:     10m
      memory:  20Mi
    Liveness:  http-get http://:healthz/healthz delay=30s timeout=10s period=30s #success=1 #failure=5
    Environment:
      NODE_ID:        (v1:spec.nodeName)
      CSI_ENDPOINT:  unix:///csi/csi.sock
    Mounts:
      /csi from socket-dir (rw)
      /var/lib/kubelet/pods from pods-mount-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-rpp5s (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  pods-mount-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /var/lib/kubelet/pods
    HostPathType:  Directory
  socket-dir:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  kube-api-access-rpp5s:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   Burstable
Node-Selectors:              kubernetes.io/os=linux
Tolerations:                 node-role.kubernetes.io/control-plane:NoSchedule op=Exists
                             node-role.kubernetes.io/controlplane:NoSchedule op=Exists
                             node-role.kubernetes.io/master:NoSchedule op=Exists
                             node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason     Age    From               Message
  ----    ------     ----   ----               -------
  Normal  Scheduled  2m18s  default-scheduler  Successfully assigned kube-system/csi-nfs-controller-7b74694749-g6k8q to ix-truenas
  Normal  Pulled     2m8s   kubelet            Container image "registry.k8s.io/sig-storage/csi-provisioner:v3.5.0" already present on machine
  Normal  Created    2m8s   kubelet            Created container csi-provisioner
  Normal  Started    2m7s   kubelet            Started container csi-provisioner
  Normal  Pulled     2m7s   kubelet            Container image "registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2" already present on machine
  Normal  Created    2m7s   kubelet            Created container csi-snapshotter
  Normal  Created    2m5s   kubelet            Created container liveness-probe
  Normal  Started    2m4s   kubelet            Started container liveness-probe
  Normal  Pulled     2m4s   kubelet            Container image "registry.k8s.io/sig-storage/nfsplugin:v4.4.0" already present on machine
  Normal  Created    2m4s   kubelet            Created container nfs
  Normal  Started    2m4s   kubelet            Started container nfs


Name:             traefik-5996c85fd6-n64lg
Namespace:        ix-traefik
Priority:         0
Service Account:  traefik
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:43:08 +0100
Labels:           app=traefik-23.0.5
                  app.kubernetes.io/instance=traefik
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=traefik
                  app.kubernetes.io/version=2.10.5
                  helm-revision=9
                  helm.sh/chart=traefik-23.0.5
                  pod-template-hash=5996c85fd6
                  pod.name=main
                  release=traefik
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.83"
                        ],
                        "mac": "c2:b2:af:f1:71:f5",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  rollme: NcHLB
Status:           Running
IP:               172.16.3.83
IPs:
  IP:           172.16.3.83
Controlled By:  ReplicaSet/traefik-5996c85fd6
Containers:
  traefik:
    Container ID:  containerd://6edd4ccaf82819ca46dfc807c5d3dc5000b82ad8f86d3108340260c8ace94691
    Image:         tccr.io/truecharts/traefik:v2.10.5@sha256:b277733b5b8d7f9d2761813d97e161c1f64ec77960f9c06adde13868efbc8dce
    Image ID:      tccr.io/truecharts/traefik@sha256:b277733b5b8d7f9d2761813d97e161c1f64ec77960f9c06adde13868efbc8dce
    Ports:         9000/TCP, 9180/TCP, 80/TCP, 443/TCP
    Host Ports:    0/TCP, 0/TCP, 0/TCP, 0/TCP
    Args:
      --global.checknewversion
      --entryPoints.main.address=:9000/tcp
      --entryPoints.metrics.address=:9180/tcp
      --entryPoints.web.address=:80/tcp
      --entryPoints.websecure.address=:443/tcp
      --api.dashboard=true
      --ping=true
      --providers.kubernetescrd
      --providers.kubernetesingress
      --providers.kubernetesingress.ingressendpoint.publishedservice=ix-traefik/traefik-tcp
      --entrypoints.web.http.redirections.entryPoint.to=:443
      --entrypoints.web.http.redirections.entryPoint.scheme=https
      --entrypoints.websecure.http.tls=true
      --log.format=common
      --serverstransport.insecureskipverify=true
      --providers.kubernetesingress.allowexternalnameservices=true
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:12 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   tcp-socket :9000 delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  tcp-socket :9000 delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    tcp-socket :9000 delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /plugins-storage from plugins (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-f9ffj (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  devshm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  plugins:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varlogs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varrun:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  kube-api-access-f9ffj:
    Type:                     Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:   3607
    ConfigMapName:            kube-root-ca.crt
    ConfigMapOptional:        <nil>
    DownwardAPI:              true
QoS Class:                    Burstable
Node-Selectors:               kubernetes.io/arch=amd64
Tolerations:                  node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                              node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Topology Spread Constraints:  kubernetes.io/hostname:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=traefik,app.kubernetes.io/name=traefik,pod.name=traefik
                              truecharts.org/rack:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=traefik,app.kubernetes.io/name=traefik,pod.name=traefik
Events:
  Type    Reason          Age   From               Message
  ----    ------          ----  ----               -------
  Normal  Scheduled       2m8s  default-scheduler  Successfully assigned ix-traefik/traefik-5996c85fd6-n64lg to ix-truenas
  Normal  AddedInterface  2m7s  multus             Add eth0 [172.16.3.83/16] from ix-net
  Normal  Pulled          2m7s  kubelet            Container image "tccr.io/truecharts/traefik:v2.10.5@sha256:b277733b5b8d7f9d2761813d97e161c1f64ec77960f9c06adde13868efbc8dce" already present on machine
  Normal  Created         2m4s  kubelet            Created container traefik
  Normal  Started         2m4s  kubelet            Started container traefik


Name:             prometheus-operator-6ffc985f44-djq8t
Namespace:        ix-prometheus-operator
Priority:         0
Service Account:  prometheus-operator
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:53 +0100
Labels:           app=prometheus-operator-2.0.6
                  app.kubernetes.io/instance=prometheus-operator
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=prometheus-operator
                  app.kubernetes.io/version=0.69.1
                  helm-revision=13
                  helm.sh/chart=prometheus-operator-2.0.6
                  pod-template-hash=6ffc985f44
                  pod.name=main
                  release=prometheus-operator
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.80"
                        ],
                        "mac": "b6:a5:22:7c:80:27",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  rollme: YrQhd
Status:           Running
IP:               172.16.3.80
IPs:
  IP:           172.16.3.80
Controlled By:  ReplicaSet/prometheus-operator-6ffc985f44
Containers:
  prometheus-operator:
    Container ID:  containerd://1a52dca3500515dc1d268d5c570b7929b71b1f6730a260b710d895512c4df7e4
    Image:         tccr.io/truecharts/prometheus-operator:v0.69.1@sha256:dc0ad671ec11e5a5b6032a7d36b9451b10f0848f7f0d7203b761de6a1b7c0e99
    Image ID:      tccr.io/truecharts/prometheus-operator@sha256:dc0ad671ec11e5a5b6032a7d36b9451b10f0848f7f0d7203b761de6a1b7c0e99
    Port:          8080/TCP
    Host Port:     0/TCP
    Args:
      --kubelet-service=kube-system/prometheus-operator-kubelet
      --log-format=logfmt
      --log-level=all
      --localhost=127.0.0.1
      --prometheus-config-reloader=tccr.io/truecharts/prometheus-config-reloader:v0.69.1@sha256:0eb31dcf295350b906e462113f3c2f274ef38f44f95d0e6bd584fb46320e6327
      --config-reloader-cpu-request=10m
      --config-reloader-cpu-limit=4000m
      --config-reloader-memory-request=50Mi
      --config-reloader-memory-limit=8Gi
      --enable-config-reloader-probes=false
      --secret-field-selector=type!=kubernetes.io/dockercfg,type!=kubernetes.io/service-account-token,type!=helm.sh/release.v1
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:08 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   tcp-socket :8080 delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  tcp-socket :8080 delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    tcp-socket :8080 delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      TZ:                      UTC
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-dntz7 (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  devshm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varlogs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varrun:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  kube-api-access-dntz7:
    Type:                     Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:   3607
    ConfigMapName:            kube-root-ca.crt
    ConfigMapOptional:        <nil>
    DownwardAPI:              true
QoS Class:                    Burstable
Node-Selectors:               kubernetes.io/arch=amd64
Tolerations:                  node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                              node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Topology Spread Constraints:  kubernetes.io/hostname:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=prometheus-operator,app.kubernetes.io/name=prometheus-operator,pod.name=prometheus-operator
                              truecharts.org/rack:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=prometheus-operator,app.kubernetes.io/name=prometheus-operator,pod.name=prometheus-operator
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m22s  default-scheduler  Successfully assigned ix-prometheus-operator/prometheus-operator-6ffc985f44-djq8t to ix-truenas
  Normal  AddedInterface  2m20s  multus             Add eth0 [172.16.3.80/16] from ix-net
  Normal  Pulled          2m20s  kubelet            Container image "tccr.io/truecharts/prometheus-operator:v0.69.1@sha256:dc0ad671ec11e5a5b6032a7d36b9451b10f0848f7f0d7203b761de6a1b7c0e99" already present on machine
  Normal  Created         2m8s   kubelet            Created container prometheus-operator


Name:             cloudflareddns-56c9c85bb8-h822b
Namespace:        ix-cloudflareddns
Priority:         0
Service Account:  default
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:43:07 +0100
Labels:           app=cloudflareddns-7.0.5
                  app.kubernetes.io/instance=cloudflareddns
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=cloudflareddns
                  app.kubernetes.io/version=latest
                  helm-revision=18
                  helm.sh/chart=cloudflareddns-7.0.5
                  pod-template-hash=56c9c85bb8
                  pod.name=main
                  release=cloudflareddns
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.87"
                        ],
                        "mac": "5e:df:97:0a:a8:cc",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  rollme: k5JhC
Status:           Running
IP:               172.16.3.87
IPs:
  IP:           172.16.3.87
Controlled By:  ReplicaSet/cloudflareddns-56c9c85bb8
Containers:
  cloudflareddns:
    Container ID:   containerd://89dca1da53551c2c65a1519d02f5cf77edc92eb5c78672bcbceeecb90dd66ef9
    Image:          ghcr.io/hotio/cloudflareddns:latest@sha256:f4c49c58b23219ea7d048f34628b08f9edc9f62d21a816c2e7624587b37450fa
    Image ID:       ghcr.io/hotio/cloudflareddns@sha256:f4c49c58b23219ea7d048f34628b08f9edc9f62d21a816c2e7624587b37450fa
    Port:           <none>
    Host Port:      <none>
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:22 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment Variables from:
      cloudflareddns-secret  Secret  Optional: false
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      PUID:                    568
      USER_ID:                 568
      UID:                     568
      PGID:                    568
      GROUP_ID:                568
      GID:                     568
    Mounts:
      /config from config (rw)
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  config:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  cloudflareddns-config
    ReadOnly:   false
  devshm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varlogs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varrun:
    Type:                     EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:                   Memory
    SizeLimit:                8Gi
QoS Class:                    Burstable
Node-Selectors:               kubernetes.io/arch=amd64
Tolerations:                  node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                              node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Topology Spread Constraints:  kubernetes.io/hostname:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=cloudflareddns,app.kubernetes.io/name=cloudflareddns,pod.name=cloudflareddns
                              truecharts.org/rack:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=cloudflareddns,app.kubernetes.io/name=cloudflareddns,pod.name=cloudflareddns
Events:
  Type     Reason          Age                   From               Message
  ----     ------          ----                  ----               -------
  Normal   Scheduled       2m9s                  default-scheduler  Successfully assigned ix-cloudflareddns/cloudflareddns-56c9c85bb8-h822b to ix-truenas
  Warning  FailedMount     2m7s (x12 over 2m8s)  kubelet            MountVolume.SetUp failed for volume "pvc-d8d1caa3-c5b1-445f-b4e6-33f6fffa04b2" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name zfs.csi.openebs.io not found in the list of registered CSI drivers
  Normal   AddedInterface  2m1s                  multus             Add eth0 [172.16.3.87/16] from ix-net
  Normal   Pulled          2m1s                  kubelet            Container image "ghcr.io/hotio/cloudflareddns:latest@sha256:f4c49c58b23219ea7d048f34628b08f9edc9f62d21a816c2e7624587b37450fa" already present on machine
  Normal   Created         114s                  kubelet            Created container cloudflareddns
  Normal   Started         114s                  kubelet            Started container cloudflareddns


Name:             nextcloud-cnpg-main-pooler-rw-78cc84d8cb-bqj9x
Namespace:        ix-nextcloud
Priority:         0
Service Account:  nextcloud-cnpg-main-pooler-rw
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:37 +0100
Labels:           cnpg.io/cluster=nextcloud-cnpg-main
                  cnpg.io/poolerName=nextcloud-cnpg-main-pooler-rw
                  pod-template-hash=78cc84d8cb
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.71"
                        ],
                        "mac": "ee:fb:b9:73:08:6e",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.71
IPs:
  IP:           172.16.3.71
Controlled By:  ReplicaSet/nextcloud-cnpg-main-pooler-rw-78cc84d8cb
Init Containers:
  bootstrap-controller:
    Container ID:  containerd://17d55492bf9477992a146e1b2ff5899436e4fdc485336e081e0e3774947f6bdd
    Image:         ghcr.io/cloudnative-pg/cloudnative-pg:1.21.1
    Image ID:      ghcr.io/cloudnative-pg/cloudnative-pg@sha256:9f707d91de1c92975ab1a098b52e804d8f5b90c7934a0b1c40d00e773522a123
    Port:          <none>
    Host Port:     <none>
    Command:
      /manager
      bootstrap
      /controller/manager
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 22 Dec 2023 17:42:56 +0100
      Finished:     Fri, 22 Dec 2023 17:43:05 +0100
    Ready:          True
    Restart Count:  0
    Environment:    <none>
    Mounts:
      /controller from scratch-data (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-wkjwd (ro)
Containers:
  pgbouncer:
    Container ID:  containerd://434d8bbf03b87bf61b46c07cef0ffdae46ff915c9d4b0f19d991b18591d8bcb0
    Image:         ghcr.io/cloudnative-pg/pgbouncer:1.21.0
    Image ID:      ghcr.io/cloudnative-pg/pgbouncer@sha256:7fc8bae108f3bd00951e3d4af5899f6f7ac00598b43c33e4280adf176c879fd8
    Ports:         5432/TCP, 9127/TCP
    Host Ports:    0/TCP, 0/TCP
    Command:
      /controller/manager
      pgbouncer
      run
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:14 +0100
    Ready:          True
    Restart Count:  0
    Readiness:      tcp-socket :5432 delay=0s timeout=5s period=10s #success=1 #failure=3
    Environment:
      NAMESPACE:    ix-nextcloud
      POOLER_NAME:  nextcloud-cnpg-main-pooler-rw
    Mounts:
      /controller from scratch-data (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-wkjwd (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  ca:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  nextcloud-cnpg-main-ca
    Optional:    false
  server-tls:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  nextcloud-cnpg-main-server
    Optional:    false
  scratch-data:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  kube-api-access-wkjwd:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type     Reason            Age                From               Message
  ----     ------            ----               ----               -------
  Warning  FailedScheduling  85m                default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Warning  FailedScheduling  2m48s              default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Normal   Scheduled         2m39s              default-scheduler  Successfully assigned ix-nextcloud/nextcloud-cnpg-main-pooler-rw-78cc84d8cb-bqj9x to ix-truenas
  Normal   AddedInterface    2m28s              multus             Add eth0 [172.16.3.71/16] from ix-net
  Normal   Pulled            2m27s              kubelet            Container image "ghcr.io/cloudnative-pg/cloudnative-pg:1.21.1" already present on machine
  Normal   Created           2m21s              kubelet            Created container bootstrap-controller
  Normal   Started           2m20s              kubelet            Started container bootstrap-controller
  Normal   Pulled            2m2s               kubelet            Container image "ghcr.io/cloudnative-pg/pgbouncer:1.21.0" already present on machine
  Normal   Created           2m2s               kubelet            Created container pgbouncer
  Normal   Started           2m2s               kubelet            Started container pgbouncer
  Warning  Unhealthy         2m (x2 over 2m1s)  kubelet            Readiness probe failed: dial tcp 172.16.3.71:5432: connect: connection refused


Name:             nextcloud-nextcloud-cron-28387640-kvwwv
Namespace:        ix-nextcloud
Priority:         0
Service Account:  default
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:43:02 +0100
Labels:           app=nextcloud-25.0.9
                  app.kubernetes.io/instance=nextcloud
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=nextcloud
                  app.kubernetes.io/version=28.0.0
                  controller-uid=aea74c46-63b1-49d4-b963-221fc79bdee9
                  helm-revision=39
                  helm.sh/chart=nextcloud-25.0.9
                  job-name=nextcloud-nextcloud-cron-28387640
                  pod.name=nextcloud-cron
                  release=nextcloud
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.90"
                        ],
                        "mac": "9e:9b:ef:9f:27:53",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  rollme: Z8QzC
Status:           Succeeded
IP:               172.16.3.90
IPs:
  IP:           172.16.3.90
Controlled By:  Job/nextcloud-nextcloud-cron-28387640
Containers:
  nextcloud:
    Container ID:  containerd://69fa9d9846a2ecfa7d6576fc63af4c980c8903806319a775abdbbf8be0b5d647
    Image:         tccr.io/truecharts/nextcloud-fpm:v28.0.0@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a
    Image ID:      tccr.io/truecharts/nextcloud-fpm@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a
    Port:          <none>
    Host Port:     <none>
    Command:
      /bin/bash
      -c
      echo "Running [php -f /var/www/html/cron.php] ..."
      php -f /var/www/html/cron.php
      echo "Finished [php -f /var/www/html/cron.php]"
      
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 22 Dec 2023 17:43:30 +0100
      Finished:     Fri, 22 Dec 2023 17:43:43 +0100
    Ready:          False
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
      /var/www/html from html (rw)
      /var/www/html/config from config (rw)
      /var/www/html/data from data (rw)
Conditions:
  Type              Status
  Initialized       True 
  Ready             False 
  ContainersReady   False 
  PodScheduled      True 
Volumes:
  config:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-config
    ReadOnly:   false
  data:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz1/Nextcloud-Truecharts-Data
    HostPathType:  
  devshm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  html:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-html
    ReadOnly:   false
  shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varlogs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varrun:
    Type:        EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:      Memory
    SizeLimit:   8Gi
QoS Class:       Burstable
Node-Selectors:  kubernetes.io/arch=amd64
Tolerations:     node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                 node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type     Reason          Age                   From               Message
  ----     ------          ----                  ----               -------
  Normal   Scheduled       2m14s                 default-scheduler  Successfully assigned ix-nextcloud/nextcloud-nextcloud-cron-28387640-kvwwv to ix-truenas
  Warning  FailedMount     2m7s (x3 over 2m10s)  kubelet            MountVolume.SetUp failed for volume "pvc-de5f127f-cc69-490c-b3b7-ebbd34492850" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name zfs.csi.openebs.io not found in the list of registered CSI drivers
  Warning  FailedMount     2m7s (x4 over 2m9s)   kubelet            MountVolume.SetUp failed for volume "pvc-9e3dc448-974f-4b18-bc2a-794ce2c6a3d3" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name zfs.csi.openebs.io not found in the list of registered CSI drivers
  Normal   AddedInterface  114s                  multus             Add eth0 [172.16.3.90/16] from ix-net
  Normal   Pulled          113s                  kubelet            Container image "tccr.io/truecharts/nextcloud-fpm:v28.0.0@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a" already present on machine
  Normal   Created         108s                  kubelet            Created container nextcloud
  Normal   Started         106s                  kubelet            Started container nextcloud


Name:             nextcloud-preview-cron-28387720-dq7tq
Namespace:        ix-nextcloud
Priority:         0
Service Account:  default
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:38 +0100
Labels:           app=nextcloud-25.0.9
                  app.kubernetes.io/instance=nextcloud
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=nextcloud
                  app.kubernetes.io/version=28.0.0
                  controller-uid=345d22dc-b637-4f3c-a466-32479c1cabbe
                  helm-revision=39
                  helm.sh/chart=nextcloud-25.0.9
                  job-name=nextcloud-preview-cron-28387720
                  pod.name=preview-cron
                  release=nextcloud
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.88"
                        ],
                        "mac": "3a:63:ba:8d:4c:81",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  rollme: Gf6qP
Status:           Succeeded
IP:               172.16.3.88
IPs:
  IP:           172.16.3.88
Controlled By:  Job/nextcloud-preview-cron-28387720
Containers:
  nextcloud:
    Container ID:  containerd://d64663f5762131ce924185c96f1a9162515d1b079c2fa325c3eb328da96faf4e
    Image:         tccr.io/truecharts/nextcloud-fpm:v28.0.0@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a
    Image ID:      tccr.io/truecharts/nextcloud-fpm@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a
    Port:          <none>
    Host Port:     <none>
    Command:
      /bin/bash
      -c
      echo "Running [occ preview:pre-generate] ..."
      occ preview:pre-generate
      echo "Finished [occ preview:pre-generate]"
      
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 22 Dec 2023 17:43:30 +0100
      Finished:     Fri, 22 Dec 2023 17:43:43 +0100
    Ready:          False
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
      /var/www/html from html (rw)
      /var/www/html/config from config (rw)
      /var/www/html/data from data (rw)
Conditions:
  Type              Status
  Initialized       True 
  Ready             False 
  ContainersReady   False 
  PodScheduled      True 
Volumes:
  config:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-config
    ReadOnly:   false
  data:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz1/Nextcloud-Truecharts-Data
    HostPathType:  
  devshm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  html:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-html
    ReadOnly:   false
  shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varlogs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varrun:
    Type:        EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:      Memory
    SizeLimit:   8Gi
QoS Class:       Burstable
Node-Selectors:  kubernetes.io/arch=amd64
Tolerations:     node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                 node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type     Reason          Age                     From               Message
  ----     ------          ----                    ----               -------
  Normal   Scheduled       2m38s                   default-scheduler  Successfully assigned ix-nextcloud/nextcloud-preview-cron-28387720-dq7tq to ix-truenas
  Warning  FailedMount     2m18s (x12 over 2m26s)  kubelet            MountVolume.SetUp failed for volume "pvc-9e3dc448-974f-4b18-bc2a-794ce2c6a3d3" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name zfs.csi.openebs.io not found in the list of registered CSI drivers
  Warning  FailedMount     2m18s (x13 over 2m26s)  kubelet            MountVolume.SetUp failed for volume "pvc-de5f127f-cc69-490c-b3b7-ebbd34492850" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name zfs.csi.openebs.io not found in the list of registered CSI drivers
  Normal   AddedInterface  114s                    multus             Add eth0 [172.16.3.88/16] from ix-net


Name:             nextcloud-nextcloud-cron-28387720-n2shl
Namespace:        ix-nextcloud
Priority:         0
Service Account:  default
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:43:47 +0100
Labels:           app=nextcloud-25.0.9
                  app.kubernetes.io/instance=nextcloud
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=nextcloud
                  app.kubernetes.io/version=28.0.0
                  controller-uid=9276188f-10f5-42a6-8c9f-7ef97d64e75b
                  helm-revision=39
                  helm.sh/chart=nextcloud-25.0.9
                  job-name=nextcloud-nextcloud-cron-28387720
                  pod.name=nextcloud-cron
                  release=nextcloud
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.91"
                        ],
                        "mac": "ae:5e:a6:26:bf:c3",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  rollme: Z8QzC
Status:           Succeeded
IP:               172.16.3.91
IPs:
  IP:           172.16.3.91
Controlled By:  Job/nextcloud-nextcloud-cron-28387720
Containers:
  nextcloud:
    Container ID:  containerd://2f14d27bee50ce90f4578cf6ce123934f65c1f278f2e10501eff92fff72e24f9
    Image:         tccr.io/truecharts/nextcloud-fpm:v28.0.0@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a
    Image ID:      tccr.io/truecharts/nextcloud-fpm@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a
    Port:          <none>
    Host Port:     <none>
    Command:
      /bin/bash
      -c
      echo "Running [php -f /var/www/html/cron.php] ..."
      php -f /var/www/html/cron.php
      echo "Finished [php -f /var/www/html/cron.php]"
      
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 22 Dec 2023 17:43:51 +0100
      Finished:     Fri, 22 Dec 2023 17:43:51 +0100
    Ready:          False
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
      /var/www/html from html (rw)
      /var/www/html/config from config (rw)
      /var/www/html/data from data (rw)
Conditions:
  Type              Status
  Initialized       True 
  Ready             False 
  ContainersReady   False 
  PodScheduled      True 
Volumes:
  config:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-config
    ReadOnly:   false
  data:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz1/Nextcloud-Truecharts-Data
    HostPathType:  
  devshm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  html:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-html
    ReadOnly:   false
  shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varlogs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varrun:
    Type:        EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:      Memory
    SizeLimit:   8Gi
QoS Class:       Burstable
Node-Selectors:  kubernetes.io/arch=amd64
Tolerations:     node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                 node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason          Age   From               Message
  ----    ------          ----  ----               -------
  Normal  Scheduled       89s   default-scheduler  Successfully assigned ix-nextcloud/nextcloud-nextcloud-cron-28387720-n2shl to ix-truenas
  Normal  AddedInterface  87s   multus             Add eth0 [172.16.3.91/16] from ix-net
  Normal  Pulled          87s   kubelet            Container image "tccr.io/truecharts/nextcloud-fpm:v28.0.0@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a" already present on machine
  Normal  Created         85s   kubelet            Created container nextcloud
  Normal  Started         85s   kubelet            Started container nextcloud


Name:             nextcloud-cnpg-main-1
Namespace:        ix-nextcloud
Priority:         0
Service Account:  nextcloud-cnpg-main
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:43:58 +0100
Labels:           cnpg.io/cluster=nextcloud-cnpg-main
                  cnpg.io/instanceName=nextcloud-cnpg-main-1
                  cnpg.io/instanceRole=primary
                  cnpg.io/podRole=instance
                  role=primary
Annotations:      cnpg.io/nodeSerial: 1
                  cnpg.io/operatorVersion: 1.21.1
                  cnpg.io/podEnvHash: 576886fd95
                  cnpg.io/podSpec:
                    {"volumes":[{"name":"pgdata","persistentVolumeClaim":{"claimName":"nextcloud-cnpg-main-1"}},{"name":"scratch-data","emptyDir":{}},{"name":...
                  k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.92"
                        ],
                        "mac": "ba:d0:7b:e0:68:70",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
Status:           Running
IP:               172.16.3.92
IPs:
  IP:           172.16.3.92
Controlled By:  Cluster/nextcloud-cnpg-main
Init Containers:
  bootstrap-controller:
    Container ID:  containerd://29bb28d065572242c196049d8a6698cbdc1bba8e50fde42898e234efb7894049
    Image:         ghcr.io/cloudnative-pg/cloudnative-pg:1.21.1
    Image ID:      ghcr.io/cloudnative-pg/cloudnative-pg@sha256:9f707d91de1c92975ab1a098b52e804d8f5b90c7934a0b1c40d00e773522a123
    Port:          <none>
    Host Port:     <none>
    Command:
      /manager
      bootstrap
      /controller/manager
      --log-level=info
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 22 Dec 2023 17:44:00 +0100
      Finished:     Fri, 22 Dec 2023 17:44:01 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:        10m
      memory:     50Mi
    Environment:  <none>
    Mounts:
      /controller from scratch-data (rw)
      /dev/shm from shm (rw)
      /etc/app-secret from app-secret (rw)
      /etc/superuser-secret from superuser-secret (rw)
      /run from scratch-data (rw)
      /var/lib/postgresql/data from pgdata (rw)
      /var/lib/postgresql/wal from pg-wal (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-klrzf (ro)
Containers:
  postgres:
    Container ID:  containerd://0620a1c0185904e85cd73d48b6436e27f23a595746e9601c2a276c5d7902d617
    Image:         ghcr.io/cloudnative-pg/postgresql:16.0
    Image ID:      ghcr.io/cloudnative-pg/postgresql@sha256:5baf99e0fb30a051d8e108eeecb558af65a7119e068a280641873a2b98e35457
    Ports:         5432/TCP, 9187/TCP, 8000/TCP
    Host Ports:    0/TCP, 0/TCP, 0/TCP
    Command:
      /controller/manager
      instance
      run
      --log-level=info
    State:          Running
      Started:      Fri, 22 Dec 2023 17:44:03 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get http://:8000/healthz delay=0s timeout=5s period=10s #success=1 #failure=3
    Readiness:  http-get http://:8000/readyz delay=0s timeout=5s period=10s #success=1 #failure=3
    Startup:    http-get http://:8000/healthz delay=0s timeout=5s period=10s #success=1 #failure=360
    Environment:
      PGDATA:        /var/lib/postgresql/data/pgdata
      POD_NAME:      nextcloud-cnpg-main-1
      NAMESPACE:     ix-nextcloud
      CLUSTER_NAME:  nextcloud-cnpg-main
      PGPORT:        5432
      PGHOST:        /controller/run
    Mounts:
      /controller from scratch-data (rw)
      /dev/shm from shm (rw)
      /etc/app-secret from app-secret (rw)
      /etc/superuser-secret from superuser-secret (rw)
      /run from scratch-data (rw)
      /var/lib/postgresql/data from pgdata (rw)
      /var/lib/postgresql/wal from pg-wal (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-klrzf (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  pgdata:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-cnpg-main-1
    ReadOnly:   false
  scratch-data:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  shm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  <unset>
  superuser-secret:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  nextcloud-cnpg-main-superuser
    Optional:    false
  app-secret:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  nextcloud-cnpg-main-user
    Optional:    false
  pg-wal:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-cnpg-main-1-wal
    ReadOnly:   false
  kube-api-access-klrzf:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   Burstable
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason          Age   From               Message
  ----    ------          ----  ----               -------
  Normal  Scheduled       78s   default-scheduler  Successfully assigned ix-nextcloud/nextcloud-cnpg-main-1 to ix-truenas
  Normal  AddedInterface  77s   multus             Add eth0 [172.16.3.92/16] from ix-net
  Normal  Pulled          77s   kubelet            Container image "ghcr.io/cloudnative-pg/cloudnative-pg:1.21.1" already present on machine
  Normal  Created         77s   kubelet            Created container bootstrap-controller
  Normal  Started         76s   kubelet            Started container bootstrap-controller
  Normal  Pulled          74s   kubelet            Container image "ghcr.io/cloudnative-pg/postgresql:16.0" already present on machine
  Normal  Created         73s   kubelet            Created container postgres
  Normal  Started         73s   kubelet            Started container postgres


Name:             scrutiny-597cdf895b-rsnv7
Namespace:        ix-scrutiny
Priority:         0
Service Account:  default
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:37 +0100
Labels:           app=scrutiny-8.0.5
                  app.kubernetes.io/instance=scrutiny
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=scrutiny
                  app.kubernetes.io/version=0.7.2-omnibus
                  helm-revision=10
                  helm.sh/chart=scrutiny-8.0.5
                  pod-template-hash=597cdf895b
                  pod.name=main
                  release=scrutiny
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.85"
                        ],
                        "mac": "96:44:3f:e9:53:c1",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  rollme: eiJ0F
Status:           Running
IP:               172.16.3.85
IPs:
  IP:           172.16.3.85
Controlled By:  ReplicaSet/scrutiny-597cdf895b
Containers:
  scrutiny:
    Container ID:   containerd://eb3690ffa09ae3a002ace7e828d2220ad0e1093e1c50fc7a6d098989b426ea7d
    Image:          ghcr.io/analogj/scrutiny:v0.7.2-omnibus@sha256:dd3d4df5f5bced5a1932ca77f2dfe4dd2b7f2c1124996c6c061b7f7fc47750f9
    Image ID:       ghcr.io/analogj/scrutiny@sha256:dd3d4df5f5bced5a1932ca77f2dfe4dd2b7f2c1124996c6c061b7f7fc47750f9
    Port:           8080/TCP
    Host Port:      0/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:43:22 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get http://:8080/api/health delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get http://:8080/api/health delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    tcp-socket :8080 delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      TZ:                       Europe/Madrid
      UMASK:                    0022
      UMASK_SET:                0022
      NVIDIA_VISIBLE_DEVICES:   void
      PUID:                     568
      USER_ID:                  568
      UID:                      568
      PGID:                     568
      GROUP_ID:                 568
      GID:                      568
      COLLECTOR_CRON_SCHEDULE:  0 0 * * *
      COLLECTOR_HOST_ID:        TrueNAS Scale
    Mounts:
      /dev/shm from devshm (rw)
      /opt/scrutiny/config from config (rw)
      /opt/scrutiny/influxdb from influxdb (rw)
      /run/udev from udev (ro)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  config:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  scrutiny-config
    ReadOnly:   false
  devshm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  influxdb:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  scrutiny-influxdb
    ReadOnly:   false
  shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  udev:
    Type:          HostPath (bare host directory volume)
    Path:          /run/udev
    HostPathType:  
  varlogs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varrun:
    Type:                     EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:                   Memory
    SizeLimit:                8Gi
QoS Class:                    Burstable
Node-Selectors:               kubernetes.io/arch=amd64
Tolerations:                  node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                              node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Topology Spread Constraints:  kubernetes.io/hostname:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=scrutiny,app.kubernetes.io/name=scrutiny,pod.name=scrutiny
                              truecharts.org/rack:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=scrutiny,app.kubernetes.io/name=scrutiny,pod.name=scrutiny
Events:
  Type     Reason            Age                     From               Message
  ----     ------            ----                    ----               -------
  Warning  FailedScheduling  85m                     default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Warning  FailedScheduling  2m48s                   default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Normal   Scheduled         2m39s                   default-scheduler  Successfully assigned ix-scrutiny/scrutiny-597cdf895b-rsnv7 to ix-truenas
  Warning  FailedMount       2m29s (x17 over 2m30s)  kubelet            MountVolume.SetUp failed for volume "pvc-80edd197-58be-4fb7-8420-25e736120a31" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name zfs.csi.openebs.io not found in the list of registered CSI drivers
  Warning  FailedMount       2m29s (x8 over 2m30s)   kubelet            MountVolume.SetUp failed for volume "pvc-eaf1e5ab-9a06-441a-b138-70749798101f" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name zfs.csi.openebs.io not found in the list of registered CSI drivers
  Normal   AddedInterface    2m2s                    multus             Add eth0 [172.16.3.85/16] from ix-net


Name:             nextcloud-imaginary-6fdbd88855-25hcq
Namespace:        ix-nextcloud
Priority:         0
Service Account:  default
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:43:01 +0100
Labels:           app=nextcloud-25.0.9
                  app.kubernetes.io/instance=nextcloud
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=nextcloud
                  app.kubernetes.io/version=28.0.0
                  helm-revision=39
                  helm.sh/chart=nextcloud-25.0.9
                  pod-template-hash=6fdbd88855
                  pod.name=imaginary
                  release=nextcloud
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.81"
                        ],
                        "mac": "32:a4:1c:84:b4:34",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  rollme: rnBBo
Status:           Running
IP:               172.16.3.81
IPs:
  IP:           172.16.3.81
Controlled By:  ReplicaSet/nextcloud-imaginary-6fdbd88855
Init Containers:
  nextcloud-system-cnpg-wait:
    Container ID:  containerd://189add3aff998b20a9bab405a8b1e02e1365edb27dfc89d7a494837bb9c420de
    Image:         tccr.io/truecharts/db-wait-postgres:1.1.0@sha256:a163c7836d7bb436a428f5d55bbba0eb73bcdb9bc202047e2523bbb539c113e6
    Image ID:      tccr.io/truecharts/db-wait-postgres@sha256:a163c7836d7bb436a428f5d55bbba0eb73bcdb9bc202047e2523bbb539c113e6
    Port:          <none>
    Host Port:     <none>
    Command:
      /bin/sh
      -c
      /bin/sh <<'EOF'
      
      
      echo "Executing DB waits..."
      
      
      echo "Detected RW pooler, testing RW pooler availability..."
      until
        echo "Testing database on url:  nextcloud-cnpg-main-rw"
        pg_isready -U nextcloud -d nextcloud -h nextcloud-cnpg-main-rw
        do sleep 5
      done
      
      
      
      sleep 5
      EOF
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 22 Dec 2023 17:43:09 +0100
      Finished:     Fri, 22 Dec 2023 17:44:15 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
  nextcloud-system-redis-wait:
    Container ID:  containerd://eb92a776dcb76ef71d5e4f6b6573660c0ac6eaf88ce5f3817e5ede2aa607105b
    Image:         tccr.io/truecharts/db-wait-redis:1.1.0@sha256:8affa086d097b948f62b0433d70f4219a22ec29843ebd5479391869341bdb638
    Image ID:      tccr.io/truecharts/db-wait-redis@sha256:8affa086d097b948f62b0433d70f4219a22ec29843ebd5479391869341bdb638
    Port:          <none>
    Host Port:     <none>
    Command:
      /bin/sh
      -c
      /bin/bash <<'EOF'
      echo "Executing DB waits..."
      [[ -n "$REDIS_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_PASSWORD";
      export LIVE=false;
      until "$LIVE";
      do
        response=$(
            timeout -s 3 2 \
            redis-cli \
              -h "$REDIS_HOST" \
              -p "$REDIS_PORT" \
              ping
          )
        if [ "$response" == "PONG" ] || [ "$response" == "LOADING Redis is loading the dataset in memory" ]; then
          LIVE=true
          echo "$response"
          echo "Redis Responded, ending initcontainer and starting main container(s)..."
        else
          echo "$response"
          echo "Redis not responding... Sleeping for 10 sec..."
          sleep 10
        fi;
      done
      EOF
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 22 Dec 2023 17:44:18 +0100
      Finished:     Fri, 22 Dec 2023 17:44:19 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
      REDIS_HOST:              <set to the key 'plainhost' in secret 'nextcloud-rediscreds'>       Optional: false
      REDIS_PASSWORD:          <set to the key 'redis-password' in secret 'nextcloud-rediscreds'>  Optional: false
      REDIS_PORT:              6379
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
Containers:
  nextcloud:
    Container ID:  containerd://e009b44e1650cb46f62ae51a6d58efbf9a42c9f19f310743d5bc2d17c20c269d
    Image:         tccr.io/truecharts/nextcloud-imaginary:v20230401@sha256:6a227d1b0200d29f25028e07b8852f60e3d91a5814048933e70eccee749dc04c
    Image ID:      tccr.io/truecharts/nextcloud-imaginary@sha256:6a227d1b0200d29f25028e07b8852f60e3d91a5814048933e70eccee749dc04c
    Port:          9090/TCP
    Host Port:     0/TCP
    Command:
      imaginary
    Args:
      -p
      9090
      -concurrency
      10
      -max-allowed-resolution
      18.0
      -enable-url-source
      -return-size
    State:          Running
      Started:      Fri, 22 Dec 2023 17:44:21 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get http://:9090/health delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get http://:9090/health delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    tcp-socket :9090 delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  devshm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varlogs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varrun:
    Type:                     EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:                   Memory
    SizeLimit:                8Gi
QoS Class:                    Burstable
Node-Selectors:               kubernetes.io/arch=amd64
Tolerations:                  node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                              node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Topology Spread Constraints:  kubernetes.io/hostname:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=nextcloud,app.kubernetes.io/name=nextcloud,pod.name=nextcloud-imaginary
                              truecharts.org/rack:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=nextcloud,app.kubernetes.io/name=nextcloud,pod.name=nextcloud-imaginary
Events:
  Type    Reason          Age    From               Message
  ----    ------          ----   ----               -------
  Normal  Scheduled       2m15s  default-scheduler  Successfully assigned ix-nextcloud/nextcloud-imaginary-6fdbd88855-25hcq to ix-truenas
  Normal  AddedInterface  2m8s   multus             Add eth0 [172.16.3.81/16] from ix-net
  Normal  Pulled          2m8s   kubelet            Container image "tccr.io/truecharts/db-wait-postgres:1.1.0@sha256:a163c7836d7bb436a428f5d55bbba0eb73bcdb9bc202047e2523bbb539c113e6" already present on machine
  Normal  Created         2m7s   kubelet            Created container nextcloud-system-cnpg-wait
  Normal  Pulled          58s    kubelet            Container image "tccr.io/truecharts/db-wait-redis:1.1.0@sha256:8affa086d097b948f62b0433d70f4219a22ec29843ebd5479391869341bdb638" already present on machine
  Normal  Created         58s    kubelet            Created container nextcloud-system-redis-wait
  Normal  Started         58s    kubelet            Started container nextcloud-system-redis-wait
  Normal  Pulled          56s    kubelet            Container image "tccr.io/truecharts/nextcloud-imaginary:v20230401@sha256:6a227d1b0200d29f25028e07b8852f60e3d91a5814048933e70eccee749dc04c" already present on machine
  Normal  Created         56s    kubelet            Created container nextcloud
  Normal  Started         55s    kubelet            Started container nextcloud


Name:             nextcloud-c9c757d4f-cwjcs
Namespace:        ix-nextcloud
Priority:         0
Service Account:  default
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:54 +0100
Labels:           app=nextcloud-25.0.9
                  app.kubernetes.io/instance=nextcloud
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=nextcloud
                  app.kubernetes.io/version=28.0.0
                  helm-revision=39
                  helm.sh/chart=nextcloud-25.0.9
                  pod-template-hash=c9c757d4f
                  pod.name=main
                  release=nextcloud
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.89"
                        ],
                        "mac": "02:ce:28:f5:9f:e5",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  rollme: fGYMx
Status:           Running
IP:               172.16.3.89
IPs:
  IP:           172.16.3.89
Controlled By:  ReplicaSet/nextcloud-c9c757d4f
Init Containers:
  nextcloud-system-cnpg-wait:
    Container ID:  containerd://e656a29ff9860fdc3d0157db3a502aaaa3dc9910da07ea66272a549a5f30d8b9
    Image:         tccr.io/truecharts/db-wait-postgres:1.1.0@sha256:a163c7836d7bb436a428f5d55bbba0eb73bcdb9bc202047e2523bbb539c113e6
    Image ID:      tccr.io/truecharts/db-wait-postgres@sha256:a163c7836d7bb436a428f5d55bbba0eb73bcdb9bc202047e2523bbb539c113e6
    Port:          <none>
    Host Port:     <none>
    Command:
      /bin/sh
      -c
      /bin/sh <<'EOF'
      
      
      echo "Executing DB waits..."
      
      
      echo "Detected RW pooler, testing RW pooler availability..."
      until
        echo "Testing database on url:  nextcloud-cnpg-main-rw"
        pg_isready -U nextcloud -d nextcloud -h nextcloud-cnpg-main-rw
        do sleep 5
      done
      
      
      
      sleep 5
      EOF
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 22 Dec 2023 17:43:28 +0100
      Finished:     Fri, 22 Dec 2023 17:44:18 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
  nextcloud-system-redis-wait:
    Container ID:  containerd://91ee0c3b38151a6d5435d2d4b2e58d06d04374e7490add675b71bf6ecb7e50b6
    Image:         tccr.io/truecharts/db-wait-redis:1.1.0@sha256:8affa086d097b948f62b0433d70f4219a22ec29843ebd5479391869341bdb638
    Image ID:      tccr.io/truecharts/db-wait-redis@sha256:8affa086d097b948f62b0433d70f4219a22ec29843ebd5479391869341bdb638
    Port:          <none>
    Host Port:     <none>
    Command:
      /bin/sh
      -c
      /bin/bash <<'EOF'
      echo "Executing DB waits..."
      [[ -n "$REDIS_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_PASSWORD";
      export LIVE=false;
      until "$LIVE";
      do
        response=$(
            timeout -s 3 2 \
            redis-cli \
              -h "$REDIS_HOST" \
              -p "$REDIS_PORT" \
              ping
          )
        if [ "$response" == "PONG" ] || [ "$response" == "LOADING Redis is loading the dataset in memory" ]; then
          LIVE=true
          echo "$response"
          echo "Redis Responded, ending initcontainer and starting main container(s)..."
        else
          echo "$response"
          echo "Redis not responding... Sleeping for 10 sec..."
          sleep 10
        fi;
      done
      EOF
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 22 Dec 2023 17:44:20 +0100
      Finished:     Fri, 22 Dec 2023 17:44:20 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
      REDIS_HOST:              <set to the key 'plainhost' in secret 'nextcloud-rediscreds'>       Optional: false
      REDIS_PASSWORD:          <set to the key 'redis-password' in secret 'nextcloud-rediscreds'>  Optional: false
      REDIS_PORT:              6379
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
Containers:
  nextcloud:
    Container ID:   containerd://200db27044e9a86aab64e56503c0bba470ac2c9ef540505b02693f19899f4cd7
    Image:          tccr.io/truecharts/nextcloud-fpm:v28.0.0@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a
    Image ID:       tccr.io/truecharts/nextcloud-fpm@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a
    Port:           9000/TCP
    Host Port:      0/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:44:28 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   exec [/healthcheck.sh] delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  exec [/healthcheck.sh] delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    tcp-socket :9000 delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment Variables from:
      nextcloud-nextcloud-config  ConfigMap  Optional: false
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /compartidos from persist-list-6 (rw)
      /dev/shm from devshm (rw)
      /ismanas from persist-list-1 (rw)
      /juegos from persist-list-2 (rw)
      /pelis from persist-list-3 (rw)
      /programas from persist-list-4 (rw)
      /shared from shared (rw)
      /so from persist-list-5 (rw)
      /tmp from tmp (rw)
      /usr/local/etc/php-fpm.d/zz-tune.conf from php-tune (ro,path="zz-tune.conf")
      /usr/local/etc/php/conf.d/opcache-recommended.ini from opcache-recommended (ro,path="opcache-recommended.ini")
      /usr/local/etc/php/conf.d/redis-session.ini from redis-session (ro,path="redis-session.ini")
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
      /var/www/html from html (rw)
      /var/www/html/config from config (rw)
      /var/www/html/data from data (rw)
      /x from persist-list-0 (rw)
Conditions:
  Type              Status
  Initialized       True 
  Ready             True 
  ContainersReady   True 
  PodScheduled      True 
Volumes:
  config:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-config
    ReadOnly:   false
  data:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz1/Nextcloud-Truecharts-Data
    HostPathType:  
  devshm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  html:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-html
    ReadOnly:   false
  opcache-recommended:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      nextcloud-opcache
    Optional:  false
  persist-list-0:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz2/Carpeta Isma/Descargas/XXX
    HostPathType:  
  persist-list-1:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz2/IsmaNAS
    HostPathType:  
  persist-list-2:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz2/Juegos
    HostPathType:  
  persist-list-3:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz2/Peliculas-y-Series
    HostPathType:  
  persist-list-4:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz2/Programas
    HostPathType:  
  persist-list-5:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz2/SO
    HostPathType:  
  persist-list-6:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz1/Compartidos_Nextcloud
    HostPathType:  
  php-tune:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      nextcloud-php-tune
    Optional:  false
  redis-session:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      nextcloud-redis-session
    Optional:  false
  shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varlogs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varrun:
    Type:                     EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:                   Memory
    SizeLimit:                8Gi
QoS Class:                    Burstable
Node-Selectors:               kubernetes.io/arch=amd64
Tolerations:                  node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                              node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Topology Spread Constraints:  kubernetes.io/hostname:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=nextcloud,app.kubernetes.io/name=nextcloud,pod.name=nextcloud
                              truecharts.org/rack:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=nextcloud,app.kubernetes.io/name=nextcloud,pod.name=nextcloud
Events:
  Type     Reason          Age                    From               Message
  ----     ------          ----                   ----               -------
  Normal   Scheduled       2m22s                  default-scheduler  Successfully assigned ix-nextcloud/nextcloud-c9c757d4f-cwjcs to ix-truenas
  Warning  FailedMount     2m15s (x7 over 2m20s)  kubelet            MountVolume.SetUp failed for volume "pvc-de5f127f-cc69-490c-b3b7-ebbd34492850" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name zfs.csi.openebs.io not found in the list of registered CSI drivers
  Warning  FailedMount     2m7s (x10 over 2m17s)  kubelet            MountVolume.SetUp failed for volume "pvc-9e3dc448-974f-4b18-bc2a-794ce2c6a3d3" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name zfs.csi.openebs.io not found in the list of registered CSI drivers
  Normal   AddedInterface  114s                   multus             Add eth0 [172.16.3.89/16] from ix-net
  Normal   Pulled          113s                   kubelet            Container image "tccr.io/truecharts/db-wait-postgres:1.1.0@sha256:a163c7836d7bb436a428f5d55bbba0eb73bcdb9bc202047e2523bbb539c113e6" already present on machine
  Normal   Created         108s                   kubelet            Created container nextcloud-system-cnpg-wait
  Normal   Started         108s                   kubelet            Started container nextcloud-system-cnpg-wait
  Normal   Pulled          57s                    kubelet            Container image "tccr.io/truecharts/db-wait-redis:1.1.0@sha256:8affa086d097b948f62b0433d70f4219a22ec29843ebd5479391869341bdb638" already present on machine
  Normal   Created         57s                    kubelet            Created container nextcloud-system-redis-wait
  Normal   Started         56s                    kubelet            Started container nextcloud-system-redis-wait
  Normal   Pulled          56s                    kubelet            Container image "tccr.io/truecharts/nextcloud-fpm:v28.0.0@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a" already present on machine
  Normal   Created         48s                    kubelet            Created container nextcloud


Name:             adguard-home-57b89dd8b8-xzj2m
Namespace:        ix-adguard-home
Priority:         0
Service Account:  default
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:37 +0100
Labels:           app=adguard-home-7.0.5
                  app.kubernetes.io/instance=adguard-home
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=adguard-home
                  app.kubernetes.io/version=0.107.43
                  helm-revision=18
                  helm.sh/chart=adguard-home-7.0.5
                  pod-template-hash=57b89dd8b8
                  pod.name=main
                  release=adguard-home
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.84"
                        ],
                        "mac": "aa:d6:a3:75:39:f9",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  rollme: FZHR7
Status:           Running
IP:               172.16.3.84
IPs:
  IP:           172.16.3.84
Controlled By:  ReplicaSet/adguard-home-57b89dd8b8
Containers:
  adguard-home:
    Container ID:  containerd://693b7a00d6b74be2c0256e5d7fc76b415faaedc7ee348f68db8e995db26873dd
    Image:         adguard/adguardhome:v0.107.43@sha256:4016a420451810959f782d3cbe04c620d83c3431cbb13ae27aabd2921db482a0
    Image ID:      docker.io/adguard/adguardhome@sha256:4016a420451810959f782d3cbe04c620d83c3431cbb13ae27aabd2921db482a0
    Ports:         5443/TCP, 5443/UDP, 443/TCP, 443/UDP, 784/UDP, 853/UDP, 8853/UDP, 53/TCP, 53/UDP, 10232/TCP
    Host Ports:    0/TCP, 0/UDP, 0/TCP, 0/UDP, 0/UDP, 0/UDP, 0/UDP, 0/TCP, 0/UDP, 0/TCP
    Command:
      /opt/adguardhome/AdGuardHome
    Args:
      --no-check-update
      --host
      0.0.0.0
      --config
      /opt/adguardhome/conf/AdGuardHome.yaml
      --work-dir
      /opt/adguardhome/work
      --port
      10232
    State:          Waiting
      Reason:       CrashLoopBackOff
    Last State:     Terminated
      Reason:       Error
      Exit Code:    1
      Started:      Fri, 22 Dec 2023 17:45:06 +0100
      Finished:     Fri, 22 Dec 2023 17:45:06 +0100
    Ready:          False
    Restart Count:  4
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get http://:10232/ delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get http://:10232/ delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    http-get http://:10232/ delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      PUID:                    568
      USER_ID:                 568
      UID:                     568
      PGID:                    568
      GROUP_ID:                568
      GID:                     568
    Mounts:
      /dev/shm from devshm (rw)
      /opt/adguardhome/conf from config (rw)
      /opt/adguardhome/work from data (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
Conditions:
  Type              Status
  Initialized       True 
  Ready             False 
  ContainersReady   False 
  PodScheduled      True 
Volumes:
  config:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  adguard-home-config
    ReadOnly:   false
  data:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  adguard-home-data
    ReadOnly:   false
  devshm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varlogs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varrun:
    Type:                     EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:                   Memory
    SizeLimit:                8Gi
QoS Class:                    Burstable
Node-Selectors:               kubernetes.io/arch=amd64
Tolerations:                  node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                              node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Topology Spread Constraints:  kubernetes.io/hostname:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=adguard-home,app.kubernetes.io/name=adguard-home,pod.name=adguard-home
                              truecharts.org/rack:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=adguard-home,app.kubernetes.io/name=adguard-home,pod.name=adguard-home
Events:
  Type     Reason            Age                     From               Message
  ----     ------            ----                    ----               -------
  Warning  FailedScheduling  85m                     default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Warning  FailedScheduling  2m48s                   default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Normal   Scheduled         2m39s                   default-scheduler  Successfully assigned ix-adguard-home/adguard-home-57b89dd8b8-xzj2m to ix-truenas
  Warning  FailedMount       2m33s (x18 over 2m35s)  kubelet            MountVolume.SetUp failed for volume "pvc-84aa69e0-a218-4f4e-8ebd-0af31c21d142" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name zfs.csi.openebs.io not found in the list of registered CSI drivers
  Warning  FailedMount       2m33s (x7 over 2m34s)   kubelet            MountVolume.SetUp failed for volume "pvc-f19324b4-f2b4-4d90-9ab8-4ddea3b01b36" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name zfs.csi.openebs.io not found in the list of registered CSI drivers
  Normal   AddedInterface    2m2s                    multus             Add eth0 [172.16.3.84/16] from ix-net


Name:             nextcloud-nextcloud-cron-28387725-cmpmw
Namespace:        ix-nextcloud
Priority:         0
Service Account:  default
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:45:00 +0100
Labels:           app=nextcloud-25.0.9
                  app.kubernetes.io/instance=nextcloud
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=nextcloud
                  app.kubernetes.io/version=28.0.0
                  controller-uid=ab59f713-2305-4f03-ae17-6b20c1158c17
                  helm-revision=39
                  helm.sh/chart=nextcloud-25.0.9
                  job-name=nextcloud-nextcloud-cron-28387725
                  pod.name=nextcloud-cron
                  release=nextcloud
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.93"
                        ],
                        "mac": "56:af:b4:b3:17:74",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  rollme: Z8QzC
Status:           Succeeded
IP:               172.16.3.93
IPs:
  IP:           172.16.3.93
Controlled By:  Job/nextcloud-nextcloud-cron-28387725
Containers:
  nextcloud:
    Container ID:  containerd://e879ddc11d267c328782bf65798031923753d62b62f729ec63672cb2b38343c7
    Image:         tccr.io/truecharts/nextcloud-fpm:v28.0.0@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a
    Image ID:      tccr.io/truecharts/nextcloud-fpm@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a
    Port:          <none>
    Host Port:     <none>
    Command:
      /bin/bash
      -c
      echo "Running [php -f /var/www/html/cron.php] ..."
      php -f /var/www/html/cron.php
      echo "Finished [php -f /var/www/html/cron.php]"
      
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 22 Dec 2023 17:45:01 +0100
      Finished:     Fri, 22 Dec 2023 17:45:04 +0100
    Ready:          False
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
      /var/www/html from html (rw)
      /var/www/html/config from config (rw)
      /var/www/html/data from data (rw)
Conditions:
  Type              Status
  Initialized       True 
  Ready             False 
  ContainersReady   False 
  PodScheduled      True 
Volumes:
  config:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-config
    ReadOnly:   false
  data:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz1/Nextcloud-Truecharts-Data
    HostPathType:  
  devshm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  html:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-html
    ReadOnly:   false
  shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varlogs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varrun:
    Type:        EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:      Memory
    SizeLimit:   8Gi
QoS Class:       Burstable
Node-Selectors:  kubernetes.io/arch=amd64
Tolerations:     node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                 node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason          Age   From               Message
  ----    ------          ----  ----               -------
  Normal  Scheduled       16s   default-scheduler  Successfully assigned ix-nextcloud/nextcloud-nextcloud-cron-28387725-cmpmw to ix-truenas
  Normal  AddedInterface  16s   multus             Add eth0 [172.16.3.93/16] from ix-net
  Normal  Pulled          16s   kubelet            Container image "tccr.io/truecharts/nextcloud-fpm:v28.0.0@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a" already present on machine
  Normal  Created         15s   kubelet            Created container nextcloud
  Normal  Started         15s   kubelet            Started container nextcloud


Name:             nextcloud-nginx-b674d44dd-vwfct
Namespace:        ix-nextcloud
Priority:         0
Service Account:  default
Node:             ix-truenas/192.168.1.100
Start Time:       Fri, 22 Dec 2023 17:42:37 +0100
Labels:           app=nextcloud-25.0.9
                  app.kubernetes.io/instance=nextcloud
                  app.kubernetes.io/managed-by=Helm
                  app.kubernetes.io/name=nextcloud
                  app.kubernetes.io/version=28.0.0
                  helm-revision=39
                  helm.sh/chart=nextcloud-25.0.9
                  pod-template-hash=b674d44dd
                  pod.name=nginx
                  release=nextcloud
Annotations:      k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ix-net",
                        "interface": "eth0",
                        "ips": [
                            "172.16.3.86"
                        ],
                        "mac": "a6:dd:09:5e:60:03",
                        "default": true,
                        "dns": {},
                        "gateway": [
                            "172.16.0.1"
                        ]
                    }]
                  rollme: zVnUc
Status:           Running
IP:               172.16.3.86
IPs:
  IP:           172.16.3.86
Controlled By:  ReplicaSet/nextcloud-nginx-b674d44dd
Init Containers:
  nextcloud-system-cnpg-wait:
    Container ID:  containerd://04d256be3865055216c637f2e1d524bac63eaf1724770811cffdb383dbf271f5
    Image:         tccr.io/truecharts/db-wait-postgres:1.1.0@sha256:a163c7836d7bb436a428f5d55bbba0eb73bcdb9bc202047e2523bbb539c113e6
    Image ID:      tccr.io/truecharts/db-wait-postgres@sha256:a163c7836d7bb436a428f5d55bbba0eb73bcdb9bc202047e2523bbb539c113e6
    Port:          <none>
    Host Port:     <none>
    Command:
      /bin/sh
      -c
      /bin/sh <<'EOF'
      
      
      echo "Executing DB waits..."
      
      
      echo "Detected RW pooler, testing RW pooler availability..."
      until
        echo "Testing database on url:  nextcloud-cnpg-main-rw"
        pg_isready -U nextcloud -d nextcloud -h nextcloud-cnpg-main-rw
        do sleep 5
      done
      
      
      
      sleep 5
      EOF
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 22 Dec 2023 17:43:22 +0100
      Finished:     Fri, 22 Dec 2023 17:44:17 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
  nextcloud-system-redis-wait:
    Container ID:  containerd://25d4c525d1500fbb50a237fdf05b13242fa2cb9009e4d99b6fa06340998811da
    Image:         tccr.io/truecharts/db-wait-redis:1.1.0@sha256:8affa086d097b948f62b0433d70f4219a22ec29843ebd5479391869341bdb638
    Image ID:      tccr.io/truecharts/db-wait-redis@sha256:8affa086d097b948f62b0433d70f4219a22ec29843ebd5479391869341bdb638
    Port:          <none>
    Host Port:     <none>
    Command:
      /bin/sh
      -c
      /bin/bash <<'EOF'
      echo "Executing DB waits..."
      [[ -n "$REDIS_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_PASSWORD";
      export LIVE=false;
      until "$LIVE";
      do
        response=$(
            timeout -s 3 2 \
            redis-cli \
              -h "$REDIS_HOST" \
              -p "$REDIS_PORT" \
              ping
          )
        if [ "$response" == "PONG" ] || [ "$response" == "LOADING Redis is loading the dataset in memory" ]; then
          LIVE=true
          echo "$response"
          echo "Redis Responded, ending initcontainer and starting main container(s)..."
        else
          echo "$response"
          echo "Redis not responding... Sleeping for 10 sec..."
          sleep 10
        fi;
      done
      EOF
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 22 Dec 2023 17:44:20 +0100
      Finished:     Fri, 22 Dec 2023 17:44:20 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
      REDIS_HOST:              <set to the key 'plainhost' in secret 'nextcloud-rediscreds'>       Optional: false
      REDIS_PASSWORD:          <set to the key 'redis-password' in secret 'nextcloud-rediscreds'>  Optional: false
      REDIS_PORT:              6379
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
  nextcloud-init-wait-nextcloud:
    Container ID:  containerd://448958ad61af0eb3ef10bb8341f029120df5ad540220b93b35e064b4abdd79ae
    Image:         tccr.io/truecharts/nextcloud-fpm:v28.0.0@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a
    Image ID:      tccr.io/truecharts/nextcloud-fpm@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a
    Port:          <none>
    Host Port:     <none>
    Command:
      /bin/sh
    Args:
      -c
      echo "Waiting Nextcloud [nextcloud-nextcloud:9000] to be ready and installed..."
      until \
            REQUEST_METHOD="GET" \
            SCRIPT_NAME="status.php" \
            SCRIPT_FILENAME="status.php" \
            cgi-fcgi -bind -connect "nextcloud-nextcloud:9000" | grep -q '"installed":true';
      do
        echo "Waiting Nextcloud [nextcloud-nextcloud:9000] to be ready and installed..."
        sleep 3
      done
      
      echo "Nextcloud is ready and installed..."
      echo "Starting Nginx..."
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 22 Dec 2023 17:44:21 +0100
      Finished:     Fri, 22 Dec 2023 17:44:57 +0100
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:     10m
      memory:  50Mi
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /shared from shared (rw)
      /tmp from tmp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
Containers:
  nextcloud:
    Container ID:   containerd://e4e721e3df6814103a3e55e82e7be226f6c0c350060cd6be2cbfc1142a3a11cd
    Image:          nginxinc/nginx-unprivileged:1.25.3@sha256:1d026ae92e50e76c77ca776f234f154d4a1d39e33e8f813115e53c2a9b893bc9
    Image ID:       docker.io/nginxinc/nginx-unprivileged@sha256:1d026ae92e50e76c77ca776f234f154d4a1d39e33e8f813115e53c2a9b893bc9
    Port:           12000/TCP
    Host Port:      0/TCP
    State:          Running
      Started:      Fri, 22 Dec 2023 17:45:04 +0100
    Ready:          False
    Restart Count:  0
    Limits:
      cpu:     4
      memory:  8Gi
    Requests:
      cpu:      10m
      memory:   50Mi
    Liveness:   http-get http://:12000/robots.txt delay=10s timeout=5s period=10s #success=1 #failure=5
    Readiness:  http-get http://:12000/robots.txt delay=10s timeout=5s period=10s #success=2 #failure=5
    Startup:    tcp-socket :12000 delay=10s timeout=2s period=5s #success=1 #failure=60
    Environment:
      TZ:                      Europe/Madrid
      UMASK:                   0022
      UMASK_SET:               0022
      NVIDIA_VISIBLE_DEVICES:  void
      S6_READ_ONLY_ROOT:       1
    Mounts:
      /dev/shm from devshm (rw)
      /etc/nginx/nginx.conf from nginx (ro,path="nginx.conf")
      /shared from shared (rw)
      /tmp from tmp (rw)
      /tmp/nginx from nginx-temp (rw)
      /var/logs from varlogs (rw)
      /var/run from varrun (rw)
      /var/www/html from html (ro)
      /var/www/html/config from config (ro)
      /var/www/html/data from data (ro)
Conditions:
  Type              Status
  Initialized       True 
  Ready             False 
  ContainersReady   False 
  PodScheduled      True 
Volumes:
  config:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-config
    ReadOnly:   false
  data:
    Type:          HostPath (bare host directory volume)
    Path:          /mnt/Raidz1/Nextcloud-Truecharts-Data
    HostPathType:  
  devshm:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  html:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  nextcloud-html
    ReadOnly:   false
  nginx:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      nextcloud-nginx-config
    Optional:  false
  nginx-temp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  shared:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varlogs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  8Gi
  varrun:
    Type:                     EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:                   Memory
    SizeLimit:                8Gi
QoS Class:                    Burstable
Node-Selectors:               kubernetes.io/arch=amd64
Tolerations:                  node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                              node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Topology Spread Constraints:  kubernetes.io/hostname:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=nextcloud,app.kubernetes.io/name=nextcloud,pod.name=nextcloud-nginx
                              truecharts.org/rack:ScheduleAnyway when max skew 1 is exceeded for selector app.kubernetes.io/instance=nextcloud,app.kubernetes.io/name=nextcloud,pod.name=nextcloud-nginx
Events:
  Type     Reason            Age                     From               Message
  ----     ------            ----                    ----               -------
  Warning  FailedScheduling  85m                     default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Warning  FailedScheduling  2m48s                   default-scheduler  0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
  Normal   Scheduled         2m39s                   default-scheduler  Successfully assigned ix-nextcloud/nextcloud-nginx-b674d44dd-vwfct to ix-truenas
  Warning  FailedMount       2m30s (x18 over 2m32s)  kubelet            MountVolume.SetUp failed for volume "pvc-de5f127f-cc69-490c-b3b7-ebbd34492850" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name zfs.csi.openebs.io not found in the list of registered CSI drivers
  Warning  FailedMount       2m30s (x7 over 2m31s)   kubelet            MountVolume.SetUp failed for volume "pvc-9e3dc448-974f-4b18-bc2a-794ce2c6a3d3" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name zfs.csi.openebs.io not found in the list of registered CSI drivers
  Normal   AddedInterface    2m1s                    multus             Add eth0 [172.16.3.86/16] from ix-net
