Logs

Logs are a way to inspect the control plane logs for a specific object which has reconcile logic. Not to be mixed up with the logs from the container application itself.

Currently only two objects have reconcile logic:

  • containers
  • container
  • gitops

If any problems occur there is a way to inspect logs using CLI.

Inspecting logs for the specific object:

smr logs KIND GROUP NAME

Containers

smr logs containers example busybox

Container

⚠️
Logs for container use generated name for the identification.
smr logs container example examples-busybox-1

Gitops

smr logs gitops examples app-of-apps