Problem | Cause | Solution |
---|---|---|
Error displayed in logs of the Kubelet service (by default, snap.microk8s.daemonkubelite. service):
| On occasion, the conntrack kernel module might not load. You can then verify if the module is not loaded by running:
If the module is not loaded, you will not see any output. | Load the conntrack module manually:
|
Problem | Cause | Solution |
---|---|---|
When the Kubernetes cluster is under disk pressure, you might see large quantities of pods stuck in the Error, Evicted, or ContainerStatusUnknown states. | This is because the kubelet is unable to create new pods due to the lack of disk space. | Free up disk space on the node (for example, delete unused images), or increase the disk space available to the node. |
Run the following command to clean up all pods:
| ||
Verify the error is caused by disk pressure by checking the output of the node description:
This returns True if the node is under disk pressure, and False otherwise. | ||
A node has joined the cluster but has communication issues. | The node might be in NotReady state. | Remove the failed node by running the command:
Re-add the node, follow the instructions in the Adding a Node . Only perform the steps for the node that you are re-adding. Run the --finalize command from the primary node at the end. |
When a node attempts to rejoin, the following error occurs:
| ||
You have an incorrect FQDN, or you are unable to log in to the application. | If you install with an incorrect FQDN, you won’t be able to log in to the application. | Uninstall Resonate RFID Reader Management with the command:
The script is in the same folder as install.sh. |
Install Resonate RFID Reader Management with the command:
Refer to Installing the Software and install.sh | ||
Containers fail to download or start: Pod STATUS state is: ErrImagePull | A container running in a pod fails to pull the required image from a container registry. This error can occur for a variety of reasons, including network connectivity issues, incorrect image name or tag, missing credentials, or insufficient permissions. | Check network connectivity, verify the image name and tag, ensure that credentials are correct and up to date, and ensure that the appropriate permissions are in place. Once the issue is resolved, the pod can be recreated, and the container image should be pulled successfully. |
Containers fail to download or start: Pod STATUS is: ImagePullBackOff | The result of repeated ErrImagePull errors. | |
Containers fail to download or start: Pod STATUS is: CreateContainerConfigError | Kubernetes can not create the container based on the configuration. | If the pod is stuck in this state, contact Zebra for additional support. |
Containers fail to download or start: Pod STATUS is: CreateContainerError | Kubernetes can not create the container, but not due to the configuration. | Review container logs. Fix the issue being reported. |
Pods are stuck in Pending state. | This is often due to a storage issue. | Check the state of your PersistentVolumeClaims (PVCs). |