Skip to content

Commit 085e27b

Browse files
authored
Adding the missing kernel header warning explanation for minikube
Signed-off-by: Duck <70207455+entlein@users.noreply.github.com>
1 parent 3d95116 commit 085e27b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

DEVELOPMENT.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,12 @@ Once logged in to pixie, we found that limiting the memory is useful, thus after
106106
```sh
107107
px deploy -p=1Gi
108108
```
109-
For reference and further information https://docs.px.dev/installing-pixie/install-guides/hosted-pixie/cosmic-cloud
109+
For reference and further information https://docs.px.dev/installing-pixie/install-guides/hosted-pixie/cosmic-cloud.
110+
111+
You may encounter the following WARNING, which is related to the kernel headers missing on the minikube node (this is not your VM node). Usually, for development purposes this is safe to ignore. Please see [pixie-issue2051](https://github.com/pixie-io/pixie/issues/2051) for further details.
112+
```
113+
ERR: Detected missing kernel headers on your cluster's nodes. This may cause issues with the Pixie agent. Please install kernel headers on all nodes.
114+
```
110115
111116
5) Once you make changes to the source code, or switch to another source code version, use Skaffold to deploy (after you have the vanilla setup working on minikube)
112117

0 commit comments

Comments
 (0)