Skip to content

Commit bc7551e

Browse files
committed
Add a generic board where a specific configuration isn't important
1 parent 50278b2 commit bc7551e

File tree

1 file changed

+4
-0
lines changed
  • sdcard/rootfs/docker-multinode/etc/kubernetes/env/board

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This command is run by kube-config when doing "kube-config install"
2+
board_install(){
3+
echo "No specific configuration required"
4+
}

0 commit comments

Comments
 (0)