mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-21 22:51:13 +02:00
22 lines
410 B
Markdown
22 lines
410 B
Markdown
---
|
|
title: "osctl"
|
|
date: 2018-10-29T19:40:55-07:00
|
|
draft: false
|
|
weight: 70
|
|
menu:
|
|
main:
|
|
parent: 'components'
|
|
weight: 70
|
|
---
|
|
|
|
The `osctl` CLI is the client to the `osd` service running on every node.
|
|
With it you can do things like:
|
|
|
|
- retrieve container logs
|
|
- restart a service
|
|
- reset a node
|
|
- reboot a node
|
|
- retrieve kernel logs
|
|
- generate pki resources
|
|
- inject data into node configuration files
|