You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: This command reboots all the worker nodes sequentially. To avoid reboot on Day 2, the cluster administrator can perform this step on Day 1.
30
-
31
-
## Verification
32
-
### From the web console
33
-
Navigate to the Compute -> MachineConfigPools section to check the status and make sure the MachineConfigPool update is complete. The status will update from `Updating` to `Up to date`.
34
-
35
-
### From CLI
36
-
```
37
-
$ oc get mcp
38
-
```
39
-
Output:
40
-
```
41
-
NAME CONFIG UPDATED UPDATING DEGRADED MACHINECOUNT
Navigate to the node terminal on the web console (Compute -> Nodes -> Select a node -> Terminal). Run the following command in the terminal:
47
-
```
48
-
$ cat /proc/cmdline
49
-
```
50
-
Ensure `firmware_class.path=/var/lib/firmware` is present.
51
-
52
22
# Machine configuration for Intel® Data Center GPU
53
23
## Create `intel-dgpu` MachineConfigPool
54
24
The command shown below creates a custom `intel-dgpu` MachineConfigPool for worker nodes with an Intel Data Center GPU card, which is labeled with `intel.feature.node.kubernetes.io/gpu: 'true'` by [NFD](/nfd/README.md).
0 commit comments