Add wording about expectations for enabled status and default group (#10993)

* Add wording about expections for enabled status and default group

* fix pluralization

Co-authored-by: Alex Corey <acorey@redhat.com>

* Correct grammar mistake

Co-authored-by: Alex Corey <acorey@redhat.com>
This commit is contained in:
Alan Rominger
2021-09-03 10:35:29 -04:00
committed by GitHub
parent baf37e94eb
commit 22782f8c5f

View File

@@ -73,7 +73,11 @@ Control nodes check the receptor network (reported via `receptorctl status`) whe
Nodes on the receptor network are compared against the `Instance` model in the database.
If a node appears in the mesh network which is not in the database, then a "health check" is started.
The `capacity` field will obtain a non-zero value through this process, which is necessary to run jobs.
Fields like `cpu`, `memory`, and `version` will obtain a non-default value through this process.
In order to run jobs on execution nodes, either the installer needs to pre-register the node,
or user needs to make a PATCH request to `/api/v2/instances/N/` to change the `enabled` field to true.
Execution nodes should automatically be placed in the default instance group.
#### Health Check Mechanics