File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
keps/sig-node/4639-oci-volume-source Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -882,7 +882,8 @@ in back-to-back releases.
882
882
- Multiple examples of real world uses
883
883
- Production support in both CRI-O and containerd
884
884
- Allowing time for feedback
885
-
885
+ - Consider a new ` RuntimeConfig ` field to indicate to end users if the feature
886
+ is supported or not.
886
887
887
888
### Upgrade / Downgrade Strategy
888
889
@@ -1321,6 +1322,14 @@ splitting it into a dedicated `Playbook` document (potentially with some monitor
1321
1322
details). For now, we leave it here.
1322
1323
-->
1323
1324
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
+
1324
1333
###### How does this feature react if the API server and/or etcd is unavailable?
1325
1334
1326
1335
Pods won't be able to be created, so the feature won't be accessible.
You can’t perform that action at this time.
0 commit comments