Questo contenuto non è disponibile nella lingua selezionata.
Appendix A. KataConfig status messages
The following table displays the status messages for the KataConfig
custom resource (CR) for a cluster with two worker nodes.
Status | Description |
---|---|
Initial installation
When a |
|
Installing Within a few seconds the status changes. |
|
Installing (Worker-1 installation starting)
For a short period of time, the status changes, signifying that one node has initiated the installation of |
|
Installing (Worker-1 installed, worker-0 installation started)
After some time, |
|
Installed
When installed, both workers are listed as installed, and the |
|
Status | Description |
---|---|
Initial uninstall
If |
|
Uninstalling After a few seconds, one of the workers starts uninstalling. |
|
Uninstalling Worker-1 finishes and worker-0 starts uninstalling. |
kataNodes: nodeCount: 0 readyNodeCount: 0 uninstalling: - worker-0
|
The reason
field can also report the following causes:
-
Failed
: This is reported if the node cannot finish its transition. Thestatus
reportsTrue
and themessage
isNode <node_name> Degraded: <error_message_from_the_node>
. -
BlockedByExistingKataPods
: This is reported if there are pods running on a cluster that use thekata-remote
runtime whilekata-remote
is being uninstalled. Thestatus
field isFalse
and themessage
isExisting pods using "kata-remote" RuntimeClass found. Please delete the pods manually for KataConfig deletion to proceed
. There could also be a technical error message reported likeFailed to list kata pods: <error_message>
if communication with the cluster control plane fails.