-
Such as https://github.com/xtaci/kcptun, in this `kcptun-linux-amd64-20231012.tar.gz` release
Contains two binaries: `server_darwin_amd64`, `client_darwin_amd64`,
What I expected is : when I run…
-
## Bug Report
### Description
1. I provisioned a talos cluster with docker on Fedora 35: `talosctl cluster create --wait --extra-disks 1 --workers 3`
1. I followed [this guide and installed Rook]…
-
## Bug Report
### Description
Talosctl may hang after completing the necessary checks after resetting the nodes.
This is inconsistent, but I managed to replicate it a handful of times during my …
-
Hi! I really appreciate you taking the time on this repo.
I've an issue with the worker nodes labels in the `worker.yaml` file for Talos worker nodes. When I try to update the node labels using `m…
-
## Bug Report
### Description
When using `talosctl apply-config`, the diff output can contain secret values (ex: MachineToken, certificates key, etc).
This is not suitable for an usage where ou…
-
It is unclear currently which of the APIs/`talosctl` commands are available when a node is not configured, using `--insecure` flag.
-
## Bug Report
### Description
I'm trying to run Talos on Raspberry Pi 4b but running out of idea, everything looks good on the dashboard except that i can't connect to the API server via kubectl/c…
-
Hello,
how to create the client configuration including the role, basically the same way as with this command:
```
talosctl -n config new vmtoolsd-secret.yaml --roles os:admin
```
from terrafor…
-
During cluster setup user have to upload `secrets.yaml` and `cluster.conf` into Kubernetes. eg:
```bash
kubectl create secret generic -n cozy-system cozy-talos-bootstrap --from-file secrets.yaml -…
kvaps updated
7 months ago
-
I put both port tcp/50000 and tcp/6443 behind a load balancer balancing among all controlplane nodes, gave the load balancer a DNS record and added that hostname to `machine.certSANs`.
`talosconfig…