Текущие доработки talos/alt-orchestra Fork от https://git.altlinux.org/people/shaba/packages/?p=talos.git;a=summary
Go to file
Andrey Smirnov e7f6344d97 fix: stop etcd on any path on upgrade
The problem was that etcd stop was only happening in `LeaveEtcd`, thus
upgrade with preserve was never stopping etcd leaving ephemeral
partition still busy.

Refactored code which was stopping service, shutting down all the
services to provide the interface we need:

* stop a service without considering reverse dependencies (force);
* stop a service (services) waiting for reverse dependencies;
* shutdown all the services waiting for reverse dependencies.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2020-10-26 12:18:53 -07:00
.github chore: add bug report issue template 2020-04-21 10:28:22 -07:00
api feat: support disk usage command in talosctl 2020-10-13 09:30:31 -07:00
cmd fix: implement preserving contents of partition on install 2020-10-22 23:56:39 +03:00
docs fix: update handling of ntp disable 2020-10-20 08:58:55 -07:00
hack chore: update CI scripts 2020-10-22 09:00:41 -07:00
internal fix: stop etcd on any path on upgrade 2020-10-26 12:18:53 -07:00
pkg feat: extend etcd health check on upgrade 2020-10-23 15:49:55 -07:00
.codecov.yml test: run e2e-firecracker-short for default pipeline only 2020-07-01 13:16:25 -07:00
.conform.yaml release(v0.7.0-alpha.0): prepare release 2020-08-17 10:29:14 -07:00
.dockerignore chore: fix markdown linting issues 2020-04-26 20:38:03 -07:00
.drone.jsonnet chore: reduce numer of steps/parallelism of Drone build 2020-10-21 08:15:38 -07:00
.gitignore feat: generate kubeconfig on the fly on request 2020-02-28 21:00:52 +03:00
.golangci.yml test: clean up integration test code, fix flakes 2020-10-19 15:44:14 -07:00
.markdownlint.json chore: fix markdown linting issues 2020-04-26 20:38:03 -07:00
CHANGELOG.md release(v0.7.0-alpha.7): prepare release 2020-10-20 09:19:39 -07:00
CODE_OF_CONDUCT.md chore: add CONTRIBUTING.md (#337) 2019-02-14 20:55:47 -08:00
CONTRIBUTING.md docs: extend contribution doc 2020-06-18 08:17:09 -04:00
Dockerfile docs: link container images to our repository 2020-10-19 13:11:16 -07:00
go.mod feat: wipe disks faster in the installer 2020-10-22 08:32:29 -07:00
go.sum feat: wipe disks faster in the installer 2020-10-22 08:32:29 -07:00
LICENSE Initial commit 2017-11-03 16:19:12 -07:00
Makefile chore: fix the check-dirty command to abort on untracked files 2020-10-20 14:33:48 -07:00
netlify.toml docs: add documentation website 2019-10-18 21:28:40 -07:00
prototool.yaml chore: lint protobuf definitions 2019-08-27 18:12:36 -07:00
README.md docs: add link to latest docs 2020-10-12 14:21:38 -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.

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