Control Logging Verbosity
Control Logging Verbosity
The default logging level is set to The available logging levels, in increasing order of verbosity, are:
info
. To control the logging level in
Kubox, set the LOG_LEVEL
environment variable in the .env file located in
the working directory. For example:panic
, fatal
, error
, warn
, info
, debug
, and trace
.Verifying GPU Nodes
Verifying GPU Nodes
Failed Delete
Deleting AWS resource manually.
Deleting AWS resource manually.
If you encounter errors while creating or deleting Kubox clusters, you may need to manually clean up AWS resources. Follow these steps to remove the resources associated with your Kubox cluster:
- Delete EC2 Target Groups: Navigate to the EC2 Console > Target Groups (left sidebar) and delete the relevant target groups.
- Delete EC2 Load Balancers: Go to the EC2 Console > Load Balancers and remove the associated load balancers.
- Terminate EC2 Instances: Delete the EC2 instances linked to the Kubox cluster.
- Delete the VPC: Deleting the VPC will clean up remaining resources.