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
I'm trying to upgrade our kubernetes 1.6 cluster to kubernetes 1.8.4. By default, it seems the --enable-controller-attach-detach is enabled on the kubelets, and the execution is done remotely via the controller manager.
Upon intialising, I get the following error in the controller-manager log:
E0212 18:46:44.760037 1 driver-call.go:237] Failed to unmarshal output for command: init, output: "", error: unexpected end of JSON input
W0212 18:46:44.760051 1 driver-call.go:145] FlexVolume: driver call failed: executable: /usr/libexec/kubernetes/kubelet-plugins/volume/exec/virtuozzo~ploop/ploop, args: [init], error: fork/exec /usr/libexec/kubernetes/kubelet-plugins/volume/exec/virtuozzo~ploop/ploop: no such file or directory, output: ""
E0212 18:46:44.760078 1 plugins.go:515] Error dynamically probing plugins: Error creating Flexvolume plugin from directory virtuozzo~ploop, skipping. Error: unexpected end of JSON input
The text was updated successfully, but these errors were encountered:
I'm trying to upgrade our kubernetes 1.6 cluster to kubernetes 1.8.4. By default, it seems the
--enable-controller-attach-detach
is enabled on the kubelets, and the execution is done remotely via the controller manager.Upon intialising, I get the following error in the controller-manager log:
The text was updated successfully, but these errors were encountered: