Текущие доработки talos/alt-orchestra Fork от https://git.altlinux.org/people/shaba/packages/?p=talos.git;a=summary
Go to file
Spencer Smith 9e6eb90203 docs: add reset doc
This PR adds a simple doc on how to do a talos machine reset. This
command was introduced all the way back on v0.4 so the docs are added
everywhere.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
2020-08-31 11:53:47 -07:00
.github chore: add bug report issue template 2020-04-21 10:28:22 -07:00
api refactor: move external API packages into machinery/ 2020-08-17 09:56:14 -07:00
cmd feat: provide option to run Talos under UEFI in QEMU 2020-08-28 12:51:10 -07:00
docs docs: add reset doc 2020-08-31 11:53:47 -07:00
hack feat: provide option to run Talos under UEFI in QEMU 2020-08-28 12:51:10 -07:00
internal test: determine reboots using boot id 2020-08-26 06:09:02 -07:00
pkg feat: upgrade etcd to 3.4.12 2020-08-31 09:06:59 -07:00
.codecov.yml test: run e2e-firecracker-short for default pipeline only 2020-07-01 13:16:25 -07:00
.conform.yaml release(v0.7.0-alpha.0): prepare release 2020-08-17 10:29:14 -07:00
.dockerignore chore: fix markdown linting issues 2020-04-26 20:38:03 -07:00
.drone.jsonnet feat: provide option to run Talos under UEFI in QEMU 2020-08-28 12:51:10 -07:00
.gitignore feat: generate kubeconfig on the fly on request 2020-02-28 21:00:52 +03:00
.golangci.yml chore: enable 'testpackage' linter 2020-06-30 16:42:28 -07:00
.markdownlint.json chore: fix markdown linting issues 2020-04-26 20:38:03 -07:00
CHANGELOG.md release(v0.7.0-alpha.0): prepare release 2020-08-17 10:29:14 -07:00
CODE_OF_CONDUCT.md chore: add CONTRIBUTING.md (#337) 2019-02-14 20:55:47 -08:00
CONTRIBUTING.md docs: extend contribution doc 2020-06-18 08:17:09 -04:00
Dockerfile feat: update linux to 5.8.5 2020-08-27 16:37:03 -07:00
go.mod chore: update machinery version in go.mod 2020-08-19 13:11:19 -07:00
go.sum fix: handle bootkube recover correctly, support recovery from etcd 2020-08-18 14:24:14 -07:00
LICENSE Initial commit 2017-11-03 16:19:12 -07:00
Makefile feat: update kubernetes to v1.19.0 2020-08-26 15:30:36 -07:00
netlify.toml docs: add documentation website 2019-10-18 21:28:40 -07:00
prototool.yaml chore: lint protobuf definitions 2019-08-27 18:12:36 -07:00
README.md chore: update meeting links 2020-07-13 12:50:17 -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

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.

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

GitHub