engine restart
The CLI interacts with the Kurtosis engine, which is a very lightweight container. The CLI will start the engine container automatically for you and you should never need to start it manually, but you might need to restart the engine after a CLI upgrade. To do so, run:
kurtosis engine restart
You may optionally pass in the following flags with this command:
--log-level
: The level that the started engine should log at. Options include:panic
,fatal
,error
,warning
,info
,debug
, ortrace
. The engine logs at theinfo
level by default.--version
: The version (Docker tag) of the Kurtosis engine that should be started. If not set, the engine will start up with the default version.--enclave-pool-size
: The size of the Kurtosis engine enclave pool. The enclave pool is a component of the Kurtosis engine that allows us to create and maintain 'n' number of idle enclaves for future use. This functionality allows to improve the performance for each new creation enclave request.
CAUTION: The --enclave-pool-size
flag is only available for Kubernetes.