Skip to main content

astroctl_infra_kubernetes_addons_logs

astroctl infra kubernetes addons logs

Get add-on workload logs

Synopsis

Get add-on workload logs. The operation uses the same deployment lifecycle as an Astro application while keeping internal application and Helm details private.

astroctl infra kubernetes addons logs <cluster-name> <addon> [flags]

Examples

astroctl infra k8s addons logs production cert-manager

Options

--container string specific container name within the pod
-f, --follow continuously follow the log of the application (default true)
-h, --help help for logs
--interactive enable interactive pod selection (default true)
--list-pods list available pods and exit (kubectl style)
-o, --output string Output format (clean|json|yaml) (default "clean")
--pod string specific pod name to get logs from
-p, --previous show previous log
-t, --tail int number of lines to show from the end of the log
--timeout int Connection timeout in minutes for follow mode (default: 5) (default 5)

SEE ALSO