Skip to content

Commit a204250

Browse files
Merge pull request #29 from weekenthralling/docs/README
docs: reference `kernel_launch` README to build custom kernel image
2 parents 886abd2 + d9dcfb5 commit a204250

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)