mirror of
https://github.com/siderolabs/omni.git
synced 2025-08-06 01:27:02 +02:00
Some checks failed
default / default (push) Has been cancelled
default / e2e-backups (push) Has been cancelled
default / e2e-cluster-import (push) Has been cancelled
default / e2e-forced-removal (push) Has been cancelled
default / e2e-omni-upgrade (push) Has been cancelled
default / e2e-scaling (push) Has been cancelled
default / e2e-short (push) Has been cancelled
default / e2e-short-secureboot (push) Has been cancelled
default / e2e-templates (push) Has been cancelled
default / e2e-upgrades (push) Has been cancelled
default / e2e-workload-proxy (push) Has been cancelled
The node token status can be used to check if the machine has the unique token generated. It also shows the exact token state: - `NONE` - token is supported, but not yet generated. - `UNSUPPORTED` - Talos is < 1.6.x, so token won't be generated. - `EPHEMERAL` - token is generated, but is not persistent, so join token rotation and machine reboot will make the node to disconnect. - `PERSISTENT` - token is generated and is persisted to the `META` partition. If the node unique status is `NONE` the same controller will try to generate node unique token. Fixes: https://github.com/siderolabs/omni/issues/1348 Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com> |
||
---|---|---|
.. | ||
kubernetes | ||
testdata | ||
workloadproxy | ||
auth_test.go | ||
backup_test.go | ||
blocks_test.go | ||
cleanup_test.go | ||
cli_test.go | ||
cluster_test.go | ||
common_test.go | ||
config_patch_test.go | ||
extensions_test.go | ||
image_test.go | ||
infra_test.go | ||
integration_test.go | ||
kubernetes_node_audit_test.go | ||
kubernetes_test.go | ||
machines_test.go | ||
maintenance_test.go | ||
omni_upgrade_test.go | ||
omniconfig_test.go | ||
rolling_update_test.go | ||
siderolink_test.go | ||
stats_test.go | ||
suites_test.go | ||
talos_test.go | ||
template_test.go |