Skip to content

Commit d9dcfb5

Browse files
docs: reference kernel_launch README to build custom kernel image
1 parent f5e0bc7 commit d9dcfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It has been developed using Golang and [Kubebuilder](https://book.kubebuilder.io
66

77
## Spec
88

9-
First, create configMap from kernel launch file
9+
First, create configMap from kernel launch file. You can read this [document](./kernel_launch/README.md) to understand the content of the script or build your own image as needed.
1010

1111
```sh
1212
kubectl -n <your-namespace> create configmap kernel-launch-scripts --from-file=kernel_launch/bootstrap-kernel.sh --from-file=kernel_launch/launch_ipykernel.py

0 commit comments

Comments
 (0)