Utku Ozdemir 5dff164f1c
fix: fix error output of cli action tracker
Before we started a reboot/shutdown/reset/upgrade action with the action tracker (`--wait`), we were setting a flag to prevent cobra from printing the returned error from the command.

This was to prevent the error from being printed twice, as the reporter of the action tracker already prints any errors occurred during the action execution.

But if the error happens too early - i.e. before we even started the status printer goroutine, then that error wouldn't be printed at all, as we have suppressed the errors.

This PR moves the suppression flag to be set after the status printer is started - so we still do not double-print the errors, but neither do we suppress any early-stage error from being printed.

Closes siderolabs/talos#7900.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2023-10-27 21:16:54 +02:00
2023-02-16 19:08:57 +05:30
2023-09-28 16:33:57 +04:00
2023-10-27 15:04:10 +04:00
2023-10-27 15:04:10 +04:00
2023-10-27 15:04:10 +04:00
2023-05-30 23:33:26 +05:30
2022-09-15 18:43:35 +04:00
2021-05-19 06:08:14 -07:00
2022-08-08 16:27:55 +05:30
2023-10-17 17:41:38 +04:00
2023-10-27 15:04:10 +04:00
2023-10-27 15:04:10 +04:00
2023-10-11 15:10:02 +04:00
2017-11-03 16:19:12 -07:00
2023-10-17 17:41:38 +04:00
2022-04-23 23:00:16 +02:00
2023-02-16 19:08:57 +05:30
2022-10-17 23:13:20 +04:00

Talos Linux

A modern OS for Kubernetes.

Release Pre-release


Talos is a modern OS for running Kubernetes: secure, immutable, and minimal. Talos is fully open source, production-ready, and supported by the people at Sidero Labs All system management is done via an API - there is no shell or interactive console. Benefits include:

  • Security: Talos reduces your attack surface: It's minimal, hardened, and immutable. All API access is secured with mutual TLS (mTLS) authentication.
  • Predictability: Talos eliminates configuration drift, reduces unknown factors by employing immutable infrastructure ideology, and delivers atomic updates.
  • Evolvability: Talos simplifies your architecture, increases your agility, and always delivers current stable Kubernetes and Linux versions.

Documentation

For instructions on deploying and managing Talos, see the Documentation.

Community

If you're interested in this project and would like to help in engineering efforts or have general usage questions, we are happy to have you! We hold a weekly meeting that all audiences are welcome to attend.

We would appreciate your feedback so that we can make Talos even better! To do so, you can take our survey.

Office Hours

You can subscribe to this meeting by joining the community forum above.

Note: You can convert the meeting hours to your local time.

Contributing

Contributions are welcomed and appreciated! See Contributing for our guidelines.

License

GitHub

Some software we distribute is under the General Public License family of licenses or other licenses that require we provide you with the source code. If you would like a copy of the source code for this software, please contact us via email: info at SideroLabs.com.

Description
Talos Linux is a modern Linux distribution built for Kubernetes.
Readme MPL-2.0 135 MiB
Languages
Go 95.7%
Jinja 1.9%
Shell 1.1%
Dockerfile 0.7%
Makefile 0.4%
Other 0.1%