Текущие доработки talos/alt-orchestra Fork от https://git.altlinux.org/people/shaba/packages/?p=talos.git;a=summary
Go to file
Andrey Smirnov 3909e2d011 chore: update Go to 1.16.3
See talos-systems/tools#134 talos-systems/pkgs#260
talos-systems/extras#16

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2021-04-06 13:53:53 -07:00
.github chore: add dependabot config 2021-01-30 16:29:26 +03:00
api feat: add API and command to save etcd snapshot (backup) 2021-04-02 09:20:16 -07:00
cmd fix: add a check for overlay mounts in installer pre-flight checks 2021-04-05 14:29:46 -07:00
docs docs: move to gridsome 2020-10-26 21:14:14 -07:00
hack chore: bump dependencies via dependabot 2021-04-05 06:16:24 -07:00
internal fix: require leader on etcd member operations 2021-04-06 05:36:45 -07:00
pkg chore: update blockdevice library for PMBR bootable fix 2021-04-06 06:14:56 -07:00
website feat: add --config-patch parameter to talosctl gen config 2021-04-02 10:56:41 -07:00
.codecov.yml test: run e2e-firecracker-short for default pipeline only 2020-07-01 13:16:25 -07:00
.conform.yaml feat: replace timed with time sync controller 2021-03-29 09:29:43 -07:00
.dockerignore chore: fix markdown-lint 2020-11-04 09:25:16 -08:00
.drone.jsonnet fix: publish rockpi4 image to release artifacts 2021-04-03 18:20:54 -07:00
.gitignore feat: generate kubeconfig on the fly on request 2020-02-28 21:00:52 +03:00
.golangci.yml chore: refactor: extract ClusterConfig 2021-03-29 05:49:51 -07:00
.markdownlint.json chore: fix markdown linting issues 2020-04-26 20:38:03 -07:00
CHANGELOG.md release(v0.10.0-alpha.1): prepare release 2021-03-31 23:17:31 +03:00
CODE_OF_CONDUCT.md chore: add CONTRIBUTING.md (#337) 2019-02-14 20:55:47 -08:00
CONTRIBUTING.md chore: update CONTRIBUTING.md 2020-12-08 18:39:18 +03:00
Dockerfile refactor: download modules before go generate 2021-04-05 11:38:40 -07:00
go.mod chore: update blockdevice library for PMBR bootable fix 2021-04-06 06:14:56 -07:00
go.sum chore: update blockdevice library for PMBR bootable fix 2021-04-06 06:14:56 -07:00
LICENSE Initial commit 2017-11-03 16:19:12 -07:00
Makefile chore: update Go to 1.16.3 2021-04-06 13:53:53 -07:00
netlify.toml docs: move to gridsome 2020-10-26 21:14:14 -07:00
prototool.yaml chore: update tools, use new generators 2021-03-16 11:17:15 -07:00
README.md docs: add link to GitHub Discussions as a support forum 2021-02-20 11:57:42 -08: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 a weekly meeting that all audiences are welcome to attend.

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