join: synchronize control plane joining (#776)

* join: synchronize control plane joining
This commit is contained in:
3u13r 2022-12-09 18:30:20 +01:00 committed by GitHub
parent 012f739c67
commit c993cd6800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 1166 additions and 61 deletions

View file

@ -40,6 +40,15 @@ spec:
description: ComponentsHash is the hash of the components that were
sent to the node by the join service.
type: string
deadline:
description: Deadline is the time after which the joining node is
considered to have failed.
format: date-time
type: string
iscontrolplane:
description: IsControlPlane is true if the node is a control plane
node.
type: boolean
name:
description: Name of the node expected to join.
type: string