Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit c4031f9

Browse files
committed
context
1 parent 14c0156 commit c4031f9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ A few models of Intel NUCs have a dope [software-controllable LED](https://githu
1111
|Not Ready |Pulsing red |
1212
|Error |Blinking red |
1313

14+
These can be be tweaked to your liking by editing [the `nuc-node-led-controller` configmap](./config/kubernetes/default/configmaps/nuc-node-led-controller.yaml).
15+
1416
## Installation
1517

16-
The Kubernetes manifests in [`config/kubernetes/default`](./config/kubernetes/default) will create a ClusterRole that allows this controller to get/list/watch Nodes and a DaemonSet that runs a copy of [`main.go`](./main.go) on each node.
18+
The Kubernetes manifests in [`config/kubernetes/default`](./config/kubernetes/default) will create a [ClusterRole](./config/kubernetes/default/clusterroles/nuc-node-led-controller.yaml) that allows this controller to get/list/watch Nodes and a [DaemonSet](./config/kubernetes/default/daemonsets/nuc-node-led-controller.yaml) that runs a copy of [`main.go`](./main.go) on each node.
1719

1820
* Install https://github.com/milesp20/intel_nuc_led on each of your NUCs
1921
* Install [Skaffold](https://github.com/GoogleContainerTools/skaffold)

config/kubernetes/default/configmaps/nuc-node-led-controller.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ kind: ConfigMap
33
metadata:
44
name: nuc-node-led-controller
55
data:
6-
NUC_LED_READY: ring,06,none,green
6+
# See https://github.com/milesp20/intel_nuc_led#usage
7+
NUC_LED_READY: ring,09,none,green
78
NUC_LED_UNSCHEDULABLE: ring,50,fade_slow,yellow
89
NUC_LED_NOT_READY: ring,100,fade_slow,red
910
NUC_LED_ERROR: ring,100,blink_fast,red

0 commit comments

Comments
 (0)