Skip to content

Commit edb4738

Browse files
committed
Add troubleshooting part
Signed-off-by: Sascha Grunert <[email protected]>
1 parent f60efde commit edb4738

File tree

1 file changed

+10
-1
lines changed
  • keps/sig-node/4639-oci-volume-source

1 file changed

+10
-1
lines changed

keps/sig-node/4639-oci-volume-source/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,8 @@ in back-to-back releases.
882882
- Multiple examples of real world uses
883883
- Production support in both CRI-O and containerd
884884
- Allowing time for feedback
885-
885+
- Consider a new `RuntimeConfig` field to indicate to end users if the feature
886+
is supported or not.
886887

887888
### Upgrade / Downgrade Strategy
888889

@@ -1321,6 +1322,14 @@ splitting it into a dedicated `Playbook` document (potentially with some monitor
13211322
details). For now, we leave it here.
13221323
-->
13231324

1325+
**The feature seems to be enabled but does not work:**
1326+
1327+
- Ensure that the feature gate is enabled on the kube-apiserver and the kubelet
1328+
- Ensure that the runtime supports the feature: If a runtime does not
1329+
support it, then container creation will most likely fail with an error that
1330+
"host path is not set". This means that the runtime is missing a CRI field
1331+
(`Mount.host_path`) while not being able to interpret `Mount.image`.
1332+
13241333
###### How does this feature react if the API server and/or etcd is unavailable?
13251334

13261335
Pods won't be able to be created, so the feature won't be accessible.

0 commit comments

Comments
 (0)