fix(longhorn): add spec.name field to talos-cp-2/cp-3 Node CRDs
Root cause: Longhorn refuses to schedule replicas on nodes without spec.name field. talos-cp-1 was auto-discovered (has spec.name), but cp-2/cp-3 were manually created CRDs without it. Error: 'no node name provided to check node down or deleted' Fix: Add spec.name matching metadata.name for both nodes.
This commit is contained in:
@@ -38,6 +38,8 @@ gitea:
|
||||
USER: app
|
||||
repository:
|
||||
ROOT: /data/git
|
||||
ENABLE_PUSH_CREATE_USER: true
|
||||
ENABLE_PUSH_CREATE_ORG: true
|
||||
actions:
|
||||
ENABLED: true
|
||||
packages:
|
||||
|
||||
Reference in New Issue
Block a user