Talos Linux is a modern Linux distribution built for Kubernetes.
Go to file
Spencer Smith d57c97fdb6 feat: allow ability to create dummy nics
This PR will introduce a new field to v1alpha1 configs that allows users
to set `dummy: true` when specifying interfaces. If present, we will
create a dummy interface with the CIDR information given. This is useful
for users that don't want to use loopback for things like ECMP (or want
more than one dummy interface).

The created dummy interface looked like this with `ip a`:

```
3: dummy0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN qlen 1000
    link/ether 66:4a:e3:5f:38:10 brd ff:ff:ff:ff:ff:ff
    inet 10.254.0.5/32 brd 10.254.0.5 scope global dummy0
       valid_lft forever preferred_lft forever
```

Will close #2186.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
2020-06-17 17:15:07 -04:00
.github chore: add bug report issue template 2020-04-21 10:28:22 -07:00
api feat: add rollback API 2020-06-09 16:18:40 -07:00
cmd feat: add rollback command 2020-06-16 20:06:15 -07:00
docs feat: allow ability to create dummy nics 2020-06-17 17:15:07 -04:00
hack chore: run provision tests in parallel 2020-06-16 20:34:17 -07:00
internal feat: allow ability to create dummy nics 2020-06-17 17:15:07 -04:00
pkg feat: allow ability to create dummy nics 2020-06-17 17:15:07 -04:00
.codecov.yml refactor: implement LoggingManager as central log flow processor 2020-06-10 14:30:36 -07:00
.conform.yaml release(v0.6.0-alpha.0): prepare release 2020-05-15 21:14:54 -07:00
.dockerignore chore: fix markdown linting issues 2020-04-26 20:38:03 -07:00
.drone.yml chore: sign the drone file 2020-06-17 09:21:41 -07:00
.gitignore feat: generate kubeconfig on the fly on request 2020-02-28 21:00:52 +03:00
.golangci.yml feat: rename osctl to talosctl 2020-03-20 19:07:39 -07:00
.markdownlint.json chore: fix markdown linting issues 2020-04-26 20:38:03 -07:00
CHANGELOG.md release(v0.6.0-alpha.3): prepare release 2020-06-16 21:11:55 -07:00
CODE_OF_CONDUCT.md chore: add CONTRIBUTING.md (#337) 2019-02-14 20:55:47 -08:00
CONTRIBUTING.md chore: fix markdown linting issues 2020-04-26 20:38:03 -07:00
Dockerfile chore: update kernel to support CONFIG_CRYPTO_USER_API_HASH 2020-06-17 13:47:34 -07:00
go.mod feat: update kubernetes to 1.19.0-beta.1 2020-06-10 15:01:11 -04:00
go.sum feat: update kubernetes to 1.19.0-beta.1 2020-06-10 15:01:11 -04:00
LICENSE Initial commit 2017-11-03 16:19:12 -07:00
Makefile feat: update kubernetes to 1.19.0-beta.1 2020-06-10 15:01:11 -04: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 chore: fix markdown lint 2020-05-25 12:07:20 -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 two weekly meetings targeted for different audiences.

Office Hours

  • When: Mondays at 17:00 UTC.
  • Where: zoom.

Maintainers and Contributors

When attending this meeting, please add yourself to the meeting notes as an attendee. If you would like to discuss a specific topic, we encourage you to add it to the agenda.

  • When: Thursdays at 17:00 UTC.
  • Where: zoom.

You can subscribe to these meetings 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