Текущие доработки talos/alt-orchestra Fork от https://git.altlinux.org/people/shaba/packages/?p=talos.git;a=summary
Go to file
Andrey Smirnov 9c63f4ed0a feat(init): implement complete API for service lifecycle (start/stop)
It is now possible to `start`/`stop`/`restart` any service via `osctl`
commands.

There are some changes in `ServiceRunner` to support re-use (re-entering
running state). `Services` singleton now tracks service running state to
avoid calling `Start()` on already running `ServiceRunner` instance.
Method `Start()` was renamed to `LoadAndStart()` to break up service
loading (adding to the list of service) and actual service start.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2019-08-01 11:16:57 -07:00
.github chore: upgrade conform to v0.1.0-alpha.16 2019-07-04 18:27:25 -07:00
cmd/osctl feat(init): implement complete API for service lifecycle (start/stop) 2019-08-01 11:16:57 -07:00
docs feat: run rootfs from squashfs 2019-07-25 08:38:31 -07:00
hack feat: break up osctl cluster create and basic/e2e tests 2019-08-01 10:55:24 -04:00
internal feat(init): implement complete API for service lifecycle (start/stop) 2019-08-01 11:16:57 -07:00
pkg refactor: split machined into phases 2019-07-29 12:40:03 -07:00
.codecov.yml chore: bump codecov project target to 33% 2019-07-05 18:03:26 -07:00
.conform.yaml chore: upgrade conform to v0.1.0-alpha.15 2019-07-04 16:43:18 -07:00
.dockerignore chore: expose userdata and osctl client packages (#471) 2019-04-02 17:11:17 -07:00
.drone.yml chore: run CI jobs on CI nodes 2019-08-01 08:33:02 -07:00
.gitignore chore: setup gce for e2e builds 2019-07-22 12:46:02 -04:00
CHANGELOG-0.1.md chore: prepare release v0.1.0 2019-07-29 21:17:10 -07:00
CHANGELOG-0.2.md chore: prepare release v0.2.0-alpha.4 2019-07-29 19:31:59 -07:00
CODE_OF_CONDUCT.md chore: add CONTRIBUTING.md (#337) 2019-02-14 20:55:47 -08:00
CONTRIBUTING.md docs: minor spelling corrections. 2019-07-18 16:40:08 -07:00
Dockerfile chore: update dockerfile/buildkit versions 2019-08-01 01:05:42 +03:00
go.mod refactor: split machined into phases 2019-07-29 12:40:03 -07:00
go.sum refactor: split machined into phases 2019-07-29 12:40:03 -07:00
LICENSE Initial commit 2017-11-03 16:19:12 -07:00
Makefile feat: break up osctl cluster create and basic/e2e tests 2019-08-01 10:55:24 -04:00
README.md docs: minor spelling corrections. 2019-07-18 16:40:08 -07:00

Talos

A modern OS for Kubernetes.

Release Pre-release


Talos is a modern OS designed to be secure, immutable, and minimal. All system management is done via an API, and there is no shell or interactive console. Some of the capabilities and benefits provided by Talos include:

  • Security: Talos reduces your attack surface by practicing the Principle of Least Privilege (PoLP) and by securing the API with mutual TLS (mTLS) authentication.
  • Predictability: Talos eliminates unneeded variables and reduces unknown factors in your environment by employing immutable infrastructure ideology.
  • Evolvability: Talos simplifies your architecture and increases your ability to easily accommodate future changes.

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 two weekly meetings targeted for different audiences.

Office Hours

  • When: Mondays at 17:00 UTC.
  • Where: zoom.

Maintainers and Contributors

When attending this meeting, please add yourself to the meeting notes as an attendee. If you would like to discuss a specific topic, we encourage you to add it to the agenda.

  • When: Thursdays at 17:00 UTC.
  • Where: zoom.

You can subscribe to these meetings 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

license