We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E1023 12:38:30.121874 1 image_manager.go:492] error deleting image '<image>' from node '<node-name>': Job.batch "test-imagecache-q955z" is invalid: [spec.template.spec.volumes[0].hostPath.path: Required value, spec.template.spec.containers[0].volumeMounts[0].name: Not found: "runtime-sock", spec.template.spec.containers[0].volumeMounts[0].mountPath: Required value]
I think it is because the socketPath is empty when criSocketPath is not empty. (The same goes for the following two if blocks)
socketPath
criSocketPath
kube-fledged/pkg/images/image_helpers.go
Lines 229 to 231 in 6765db5
The text was updated successfully, but these errors were encountered:
A simple patch has been applied in PR #189
Sorry, something went wrong.
senthilrch
No branches or pull requests
I think it is because the
socketPath
is empty whencriSocketPath
is not empty. (The same goes for the following two if blocks)kube-fledged/pkg/images/image_helpers.go
Lines 229 to 231 in 6765db5
The text was updated successfully, but these errors were encountered: