Текущие доработки talos/alt-orchestra Fork от https://git.altlinux.org/people/shaba/packages/?p=talos.git;a=summary
Go to file
Florian Klink a50c42980f
fix: use #!/usr/bin/env bash as shebang instead of #!/bin/bash
This will fix running these scripts on distros without /bin/bash, but
where bash is in $PATH, such as NixOS.

Currently, `make fmt` otherwise fails to run:

```
make[3]: Leaving directory '/home/flokli/dev/numtide/manifoldfinance/talos'
sh: ./hack/fix-artifacts.sh: /bin/bash: bad interpreter: No such file or directory
make[2]: *** [Makefile:163: local-fmt-protobuf] Error 126
make[2]: Leaving directory '/home/flokli/dev/numtide/manifoldfinance/talos'
make[1]: *** [Makefile:274: fmt-protobuf] Error 2
make[1]: Leaving directory '/home/flokli/dev/numtide/manifoldfinance/talos'
make: *** [Makefile:277: fmt] Error 2
```

Signed-off-by: Florian Klink <flokli@flokli.de>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2022-01-25 23:11:39 +03:00
.github chore: add dependabot config 2021-01-30 16:29:26 +03:00
api feat: replace flags with --mode in apply, edit and patch commands 2022-01-13 16:09:53 +03:00
cmd feat: add oraclecloud.com platform support 2022-01-14 16:56:37 +03:00
docs fix: documentation typos 2021-06-28 02:50:31 -07:00
hack fix: use #!/usr/bin/env bash as shebang instead of #!/bin/bash 2022-01-25 23:11:39 +03:00
internal fix: enforce reasonable TLS min tls-min-version 2022-01-21 13:31:07 -05:00
pkg fix: qemu: always use runtime.GOARCH for CNI bundle 2022-01-25 20:20:59 +03:00
website release(v0.15.0-alpha.1): prepare release 2022-01-24 16:08:38 +03:00
.codecov.yml chore: apply coverage analysis to all packages 2021-04-12 09:29:07 -07:00
.conform.yaml chore: provide umarshal from YAML methods for network resource specs 2022-01-10 17:00:53 +03:00
.dockerignore feat: implement talosctl config new command 2021-06-17 09:06:43 -07:00
.drone.jsonnet feat: jetson nano SoC 2022-01-18 20:12:54 +05:30
.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.15.0-alpha.1): prepare release 2022-01-24 16:08:38 +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: support CRI configuration merging and reimplement registry config 2022-01-20 23:05:20 +03:00
go.mod release(v0.15.0-alpha.1): prepare release 2022-01-24 16:08:38 +03:00
go.sum feat: support CRI configuration merging and reimplement registry config 2022-01-20 23:05:20 +03:00
LICENSE Initial commit 2017-11-03 16:19:12 -07:00
Makefile chore: update Linux to 5.15.16 2022-01-20 23:28:59 +03:00
netlify.toml docs: move to gridsome 2020-10-26 21:14:14 -07:00
README.md docs: readme updates 2022-01-18 22:23:49 +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