Текущие доработки talos/alt-orchestra Fork от https://git.altlinux.org/people/shaba/packages/?p=talos.git;a=summary
Go to file
Alexey Palazhchenko 0f169bf9b1
chore: add API deprecations mechanism
Refs #4576.

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@talos-systems.com>
2021-11-30 06:31:55 +00:00
.github chore: add dependabot config 2021-01-30 16:29:26 +03:00
api chore: add API deprecations mechanism 2021-11-30 06:31:55 +00:00
cmd feat: talosctl fish completion support 2021-11-23 16:45:16 +03:00
docs fix: documentation typos 2021-06-28 02:50:31 -07:00
hack chore: add API deprecations mechanism 2021-11-30 06:31:55 +00:00
internal chore: add API deprecations mechanism 2021-11-30 06:31:55 +00:00
pkg chore: add API deprecations mechanism 2021-11-30 06:31:55 +00:00
website chore: add API deprecations mechanism 2021-11-30 06:31:55 +00:00
.codecov.yml chore: apply coverage analysis to all packages 2021-04-12 09:29:07 -07:00
.conform.yaml release(v0.14.0-alpha.0): prepare release 2021-10-25 22:44:31 +03:00
.dockerignore feat: implement talosctl config new command 2021-06-17 09:06:43 -07:00
.drone.jsonnet test: set proper pod CIDR for Cilium tests 2021-11-15 23:50:00 +03:00
.gitignore feat: udev rules support 2021-10-18 23:27:41 +03:00
.golangci.yml chore: update golangci-lint 2021-11-15 14:55:25 +00:00
.markdownlint.json chore: fix markdown linting issues 2020-04-26 20:38:03 -07:00
.textlintrc.json chore: fix markdown linting 2021-05-19 06:08:14 -07:00
CHANGELOG.md release(v0.14.0-alpha.1): prepare release 2021-11-15 20:59:11 +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 feat: update Kubernetes to 1.23.0-rc.0 2021-11-29 16:22:46 +03:00
go.mod refactor: use random port listener in kernel log delivery tests 2021-11-29 22:54:02 +03:00
go.sum refactor: use random port listener in kernel log delivery tests 2021-11-29 22:54:02 +03:00
LICENSE Initial commit 2017-11-03 16:19:12 -07:00
Makefile feat: update Kubernetes to 1.23.0-rc.0 2021-11-29 16:22:46 +03:00
netlify.toml docs: move to gridsome 2020-10-26 21:14:14 -07:00
README.md chore: fix markdown linting 2021-05-19 06:08:14 -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 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