We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a4717f + 9c355f8 commit 69a2e71Copy full SHA for 69a2e71
deployments/container/Dockerfile
@@ -107,6 +107,5 @@ COPY --from=build /artifacts/compute-domain-controller /usr/bin/compute-do
107
COPY --from=build /artifacts/compute-domain-kubelet-plugin /usr/bin/compute-domain-kubelet-plugin
108
COPY --from=build /artifacts/compute-domain-daemon /usr/bin/compute-domain-daemon
109
COPY --from=build /artifacts/gpu-kubelet-plugin /usr/bin/gpu-kubelet-plugin
110
-COPY --from=build /build/hack/kubelet-plugin-prestart.sh /usr/bin/kubelet-plugin-prestart.sh
111
-COPY --from=build /build/templates /templates
+COPY /hack/kubelet-plugin-prestart.sh /usr/bin/kubelet-plugin-prestart.sh
112
COPY /templates /templates
0 commit comments