jhbriese
Cadet
- Joined
- Sep 15, 2021
- Messages
- 2
Hello,
I´m trying to run app on my Testserver (HP microserver gen8, Xeon E3-1220L V2, 16 GB ECC RAM, 4x2TB SATA HDD). Deployment stopping with followinfg Application Events:
When I inspect k3 via Shell:
Any Ideas?
Thanks
I´m trying to run app on my Testserver (HP microserver gen8, Xeon E3-1220L V2, 16 GB ECC RAM, 4x2TB SATA HDD). Deployment stopping with followinfg Application Events:
Code:
2021-09-15 14:11:40
Scaled up replica set nextcloud-56f4755469 to 1
Successfully assigned ix-nextcloud/nextcloud-56f4755469-289xz to ix-truenas
2021-09-15 14:11:40
Scaled up replica set nextcloud-postgres-5bf49b87bc to 1
Successfully assigned ix-nextcloud/nextcloud-postgres-5bf49b87bc-vq9l4 to ix-truenas
2021-09-15 14:11:40
Created pod: nextcloud-postgres-5bf49b87bc-vq9l4
2021-09-15 14:11:40
Created pod: nextcloud-56f4755469-289xz
2021-09-15 14:12:41
Add eth0 [172.16.0.4/16] from ix-net
2021-09-15 14:12:42
Add eth0 [172.16.0.5/16] from ix-net
2021-09-15 14:15:54
Failed to pull image "postgres:13.1": rpc error: code = Unknown desc = context canceled
2021-09-15 14:15:54
Error: ErrImagePull
2021-09-15 14:15:54
Back-off pulling image "postgres:13.1"
2021-09-15 14:15:54
Error: ImagePullBackOff
2021-09-15 14:12:42
Pulling image "postgres:13.1"
2021-09-15 14:14:13
Failed to pull image "postgres:13.1": rpc error: code = Unknown desc = context canceled
2021-09-15 14:14:13
Error: ErrImagePull
2021-09-15 14:14:14
Back-off pulling image "postgres:13.1"
2021-09-15 14:14:14
Error: ImagePullBackOff
2021-09-15 14:12:41
Pulling image "postgres:13.1"
2021-09-15 14:18:24
Marking for deletion Pod ix-nextcloud/nextcloud-postgres-5bf49b87bc-vq9l4
2021-09-15 14:18:24
Created pod: nextcloud-postgres-5bf49b87bc-jjtwf
2021-09-15 14:18:24
Marking for deletion Pod ix-nextcloud/nextcloud-56f4755469-289xz
0/1 nodes are available: 1 node(s) had taint {ix-svc-stop: }, that the pod didn't tolerate.
2021-09-15 14:18:24
Created pod: nextcloud-56f4755469-7tmdc
0/1 nodes are available: 1 node(s) had taint {ix-svc-stop: }, that the pod didn't tolerate.
0/1 nodes are available: 1 node(s) had taint {ix-svc-stop: }, that the pod didn't tolerate.
0/1 nodes are available: 1 node(s) had taint {ix-svc-stop: }, that the pod didn't tolerate.
0/1 nodes are available: 1 node(s) had taint {ix-svc-stop: }, that the pod didn't tolerate.
0/1 nodes are available: 1 node(s) had taint {ix-svc-stop: }, that the pod didn't tolerate.
Successfully assigned ix-nextcloud/nextcloud-postgres-5bf49b87bc-jjtwf to ix-truenas
Successfully assigned ix-nextcloud/nextcloud-56f4755469-7tmdc to ix-truenas
2021-09-15 14:19:48
network is not ready: container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
2021-09-15 14:19:48
network is not ready: container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
2021-09-15 14:21:09
Add eth0 [172.16.0.6/16] from ix-net
2021-09-15 14:21:09
Pulling image "postgres:13.1"
2021-09-15 14:21:38
Add eth0 [172.16.0.8/16] from ix-net
2021-09-15 14:21:38
Pulling image "postgres:13.1"When I inspect k3 via Shell:
k3s kubectl describe nodesCode:
Name: ix-truenas
Roles: control-plane,master
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=ix-truenas
kubernetes.io/os=linux
node-role.kubernetes.io/control-plane=true
node-role.kubernetes.io/master=true
openebs.io/nodeid=ix-truenas
openebs.io/nodename=ix-truenas
Annotations: k3s.io/node-args:
["server","--flannel-backend","none","--disable","traefik,metrics-server,local-storage","--disable-kube-proxy","--disable-network-policy",...
k3s.io/node-config-hash: UJ34GDNYEMW3NSZ4LZKLRC7VM4FTVWSO5HSUJ2MHWN6ETIGVOSLA====
k3s.io/node-env: {"K3S_DATA_DIR":"/mnt/pool0/ix-applications/k3s/data/b923ec15745249e9ba73deb8dc22f52cc5b7615239be700fbc14a9e6d80314aa"}
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Wed, 15 Sep 2021 13:56:26 +0200
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: ix-truenas
AcquireTime: <unset>
RenewTime: Wed, 15 Sep 2021 14:25:07 +0200
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Wed, 15 Sep 2021 14:24:57 +0200 Wed, 15 Sep 2021 13:56:24 +0200 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Wed, 15 Sep 2021 14:24:57 +0200 Wed, 15 Sep 2021 13:56:24 +0200 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Wed, 15 Sep 2021 14:24:57 +0200 Wed, 15 Sep 2021 13:56:24 +0200 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Wed, 15 Sep 2021 14:24:57 +0200 Wed, 15 Sep 2021 14:19:55 +0200 KubeletReady kubelet is posting ready status. AppArmor enabled
Addresses:
InternalIP: 192.168.188.180
Hostname: ix-truenas
Capacity:
cpu: 4
ephemeral-storage: 96491008Ki
hugepages-2Mi: 0
memory: 16340904Ki
pods: 110
Allocatable:
cpu: 4
ephemeral-storage: 93866452509
hugepages-2Mi: 0
memory: 16340904Ki
pods: 110
System Info:
Machine ID: 004d150100b3470eae69e7fbb33f2da2
System UUID: 31393138-3538-5a43-3136-323030305859
Boot ID: bf5415d8-89b2-4030-94f2-4cbe38f75423
Kernel Version: 5.10.42+truenas
OS Image: Debian GNU/Linux 11 (bullseye)
Operating System: linux
Architecture: amd64
Container Runtime Version: docker://20.10.8
Kubelet Version: v1.21.0-k3s1
Kube-Proxy Version: v1.21.0-k3s1
PodCIDR: 172.16.0.0/16
PodCIDRs: 172.16.0.0/16
Non-terminated Pods: (5 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
kube-system openebs-zfs-controller-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 4m36s
kube-system openebs-zfs-node-sltqw 0 (0%) 0 (0%) 0 (0%) 0 (0%) 4m17s
ix-nextcloud nextcloud-postgres-5bf49b87bc-jjtwf 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m47s
kube-system coredns-7448499f4d-8brwb 100m (2%) 0 (0%) 70Mi (0%) 170Mi (1%) 6m47s
ix-nextcloud nextcloud-56f4755469-7tmdc 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m47s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 100m (2%) 0 (0%)
memory 70Mi (0%) 170Mi (1%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 28m kubelet Starting kubelet.
Normal NodeHasSufficientMemory 28m (x2 over 28m) kubelet Node ix-truenas status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 28m (x2 over 28m) kubelet Node ix-truenas status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 28m (x2 over 28m) kubelet Node ix-truenas status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 28m kubelet Updated Node Allocatable limit across pods
Normal NodeReady 28m kubelet Node ix-truenas status is now: NodeReady
Normal Starting 5m30s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 5m30s kubelet Node ix-truenas status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m30s kubelet Node ix-truenas status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m30s kubelet Node ix-truenas status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 5m30s kubelet Updated Node Allocatable limit across pods
Normal NodeNotReady 5m27s kubelet Node ix-truenas status is now: NodeNotReady
Normal NodeReady 5m16s kubelet Node ix-truenas status is now: NodeReadyAny Ideas?
Thanks