Текущие доработки talos/alt-orchestra Fork от https://git.altlinux.org/people/shaba/packages/?p=talos.git;a=summary
Go to file
Andrey Smirnov 1a491ee85e fix: sanitize volume name better in static pod extra volumes
Volume name should be DNS name, so make sure we don't have any leading
or trailing dashes in the generated volume name.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2021-02-23 04:15:33 -08:00
.github chore: add dependabot config 2021-01-30 16:29:26 +03:00
api feat: add a tool and package to convert self-hosted CP to static pods 2021-02-17 23:26:57 -08:00
cmd feat: update Kubernetes to 1.20.3 2021-02-19 05:22:34 -08:00
docs docs: move to gridsome 2020-10-26 21:14:14 -07:00
hack feat: update Kubernetes to 1.20.3 2021-02-19 05:22:34 -08:00
internal fix: sanitize volume name better in static pod extra volumes 2021-02-23 04:15:33 -08:00
pkg fix: sanitize volume name better in static pod extra volumes 2021-02-23 04:15:33 -08:00
website release(v0.9.0-alpha.2): prepare release 2021-02-20 14:46:12 -08:00
.codecov.yml test: run e2e-firecracker-short for default pipeline only 2020-07-01 13:16:25 -07:00
.conform.yaml chore: fix conform for releases 2020-12-04 16:58:04 -08:00
.dockerignore chore: fix markdown-lint 2020-11-04 09:25:16 -08:00
.drone.jsonnet chore: add default cron pipeline to the list of pipelines 2021-02-18 10:20:13 -08:00
.gitignore feat: generate kubeconfig on the fly on request 2020-02-28 21:00:52 +03:00
.golangci.yml chore: enable gci linter 2020-11-09 08:09:48 -08:00
.markdownlint.json chore: fix markdown linting issues 2020-04-26 20:38:03 -07:00
CHANGELOG.md release(v0.9.0-alpha.2): prepare release 2021-02-20 14:46:12 -08: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: implement ephemeral partition encryption 2021-02-17 13:39:04 -08:00
go.mod feat: update Kubernetes to 1.20.3 2021-02-19 05:22:34 -08:00
go.sum feat: update Kubernetes to 1.20.3 2021-02-19 05:22:34 -08:00
LICENSE Initial commit 2017-11-03 16:19:12 -07:00
Makefile feat: u-boot 2021.01, ca-certificates update, Linux file ACLs 2021-02-20 12:44:26 -08:00
netlify.toml docs: move to gridsome 2020-10-26 21:14:14 -07:00
prototool.yaml chore: update protobuf, grpc-go, prototool 2021-01-11 08:52:58 -08: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