Текущие доработки talos/alt-orchestra Fork от https://git.altlinux.org/people/shaba/packages/?p=talos.git;a=summary
Go to file
Andrey Smirnov 046b229b13 chore: skip building multi-arch installer for race-enabled build
Go cross-compilation is not quite compatible with Go race detector, as C
toolchain is not cross-compilation ready.

Workaround is really simple: for race-enabled builds, don't build
multi-arch installer image (that is installer image which contains both
amd64 and arm64 Talos artifacts), but build installer artifacts only for
the target arch (skipping cross-compilation).

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2021-05-31 11:04:55 -07:00
.github chore: add dependabot config 2021-01-30 16:29:26 +03:00
api chore: remove security API ReadFile/WriteFile 2021-04-27 03:48:20 -07:00
cmd feat: add ability to mark MBR partition bootable 2021-05-27 12:44:50 -07:00
docs docs: move to gridsome 2020-10-26 21:14:14 -07:00
hack chore: bump dependencies 2021-05-31 06:12:06 -07:00
internal fix: only fetch machine uuid if it's not set 2021-05-31 10:19:07 -07:00
pkg chore: bump dependencies 2021-05-31 06:12:06 -07:00
website feat: add the ability to disable CoreDNS 2021-05-28 10:33:14 -07:00
.codecov.yml chore: apply coverage analysis to all packages 2021-04-12 09:29:07 -07:00
.conform.yaml feat: implement LinkStatusController 2021-05-07 10:08:21 -07:00
.dockerignore chore: fix markdown linting 2021-05-19 06:08:14 -07:00
.drone.jsonnet chore: make conformance pipeline depend on cron-default 2021-05-07 12:14:05 -07:00
.gitignore feat: add support for "none" CNI type 2021-04-09 12:53:00 -07: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
.textlintrc.json chore: fix markdown linting 2021-05-19 06:08:14 -07:00
CHANGELOG.md release(v0.11.0-alpha.0): prepare release 2021-05-26 10:19:00 -07: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 chore: skip building multi-arch installer for race-enabled build 2021-05-31 11:04:55 -07:00
go.mod chore: bump dependencies 2021-05-31 06:12:06 -07:00
go.sum chore: bump dependencies 2021-05-31 06:12:06 -07:00
LICENSE Initial commit 2017-11-03 16:19:12 -07:00
Makefile chore: skip building multi-arch installer for race-enabled build 2021-05-31 11:04:55 -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 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