Текущие доработки talos/alt-orchestra Fork от https://git.altlinux.org/people/shaba/packages/?p=talos.git;a=summary
Go to file
Andrey Smirnov b037096202
feat: build Talos images with system extensions included
This allows to build a custom Talos image which comes with some system
extension bundled in. Sometimes we might need to have an extension in
the initial image, e.g. `vmtoolsd` for VMWare Talos image.

Syntax:

```
make image-aws \
  IMAGER_SYSTEM_EXTENSIONS="ghcr.io/siderolabs/amd-ucode:..."
```

System extensions are not supported for now for ISO images, as they
don't go through the common installer flow (#5725).

Also it might be nice to add a simple way to generate just
`initramfs.xz` with system extensions bundled in (e.g. for PXE booting).
(#5726)

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2022-06-10 00:10:22 +04:00
.github chore: add dependabot config 2021-01-30 16:29:26 +03:00
api chore: bump dependencies 2022-06-06 23:27:17 +04:00
cmd fix: respect local API server port 2022-06-09 00:33:49 +04:00
docs docs: fix spelling mistakes 2022-03-15 15:38:25 +03:00
hack feat: build Talos images with system extensions included 2022-06-10 00:10:22 +04:00
internal chore: add generic methods and use them part #2 2022-06-09 23:10:02 +08:00
pkg chore: bump kernel and runc 2022-06-09 21:08:26 +05:30
website feat: build Talos images with system extensions included 2022-06-10 00:10:22 +04:00
.codecov.yml chore: apply coverage analysis to all packages 2021-04-12 09:29:07 -07:00
.conform.yaml release(v1.1.0-alpha.0): prepare release 2022-04-01 18:23:19 +03:00
.dockerignore feat: implement talosctl config new command 2021-06-17 09:06:43 -07:00
.drone.jsonnet fix: respect local API server port 2022-06-09 00:33:49 +04:00
.gitignore docs: add NVIDIA docs 2022-03-29 00:21:48 +05:30
.golangci.yml feat: migrate to go 1.18 2022-04-11 17:17:54 +04:00
.markdownlint.json docs: use variables and templates in the docs 2022-03-25 18:58:50 +03:00
.textlintrc.json chore: fix markdown linting 2021-05-19 06:08:14 -07:00
ADOPTERS.md docs: tidy up adopters 2022-05-13 19:19:18 +02:00
CHANGELOG.md release(v1.1.0-alpha.2): prepare release 2022-05-13 16:12:56 +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 chore: add 'make go-mod-outdated' 2022-05-31 23:52:22 +04:00
go.mod chore: bump dependencies 2022-06-06 23:27:17 +04:00
go.sum chore: bump dependencies 2022-06-06 23:27:17 +04:00
go.work chore: add cloud-image-uploader to go workspace 2022-05-25 19:19:23 +05:30
go.work.sum chore: bump dependencies 2022-06-06 23:27:17 +04:00
LICENSE Initial commit 2017-11-03 16:19:12 -07:00
Makefile feat: build Talos images with system extensions included 2022-06-10 00:10:22 +04:00
netlify.toml docs: fix analytics and sitemap 2022-04-23 23:00:16 +02:00
package.json docs: overhaul all the docs 2022-03-22 13:05:21 -04:00
README.md docs: update README.md 2022-03-11 19:43:25 +03:00

Talos Linux

A modern OS for Kubernetes.

Release Pre-release


Talos is a modern OS for running Kubernetes: secure, immutable, and minimal. Talos is fully open source, production ready, and supported by the people at Sidero Labs All system management is done via an API - there is no shell or interactive console. Benefits include:

  • Security: Talos reduces your attack surface: It's minimal, hardened and immutable. All API access is secured with mutual TLS (mTLS) authentication.
  • Predictability: Talos eliminates configuration drift, reduces unknown factors by employing immutable infrastructure ideology, and delivers atomic updates.
  • Evolvability: Talos simplifies your architecture, increases your agility, and always delivers current stable Kubernetes and Linux versions.

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

Some software we distribute is under the General Public License family of licenses or other licenses that require we provide you with the source code. If you would like a copy of the source code for this software, please contact via email: info at SideroLabs.com.