You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to an outstanding bug in containerd (containerd/containerd#4669) there is a problem when the value WORKDIR is set and user namespaces are in effect.
In the meantime, as a workaround in the event that WORKDIR cannot be set, the value workingDir: / can be added to the container spec in the KNative serving definition, e.g.:
Due to an outstanding bug in
containerd
(containerd/containerd#4669) there is a problem when the valueWORKDIR
is set and user namespaces are in effect.More detail on this can be seen in: kubernetes-sigs/kind#1331
In the meantime, as a workaround in the event that
WORKDIR
cannot be set, the valueworkingDir: /
can be added to the container spec in the KNative serving definition, e.g.:This sets
WORKDIR
/workingDir
to a value which will not necessitate any additional operations within the container.The text was updated successfully, but these errors were encountered: