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
using macos installer in a separate base directory, the following error comes from a kubectl describe after the installer attempts to deploy the halyard container
Warning FailedCreate 3m23s (x23 over 41m) statefulset-controller create Pod halyard-0 in StatefulSet halyard failed error: Pod "halyard-0" is invalid: [spec.volumes[0].hostPath.path: Invalid value: "../plugins-test/.hal": must not contain '..', spec.volumes[1].hostPath.path: Invalid value: "../plugins-test/.kube": must not contain '..', spec.containers[0].volumeMounts[0].name: Not found: "hal", spec.containers[0].volumeMounts[1].name: Not found: "kube"]
The text was updated successfully, but these errors were encountered:
I see, it's because I put in a relative path when i specified the alternate base path. replacing that with the full path in the osxinstall script should fix it.
using macos installer in a separate base directory, the following error comes from a
kubectl describe
after the installer attempts to deploy the halyard containerWarning FailedCreate 3m23s (x23 over 41m) statefulset-controller create Pod halyard-0 in StatefulSet halyard failed error: Pod "halyard-0" is invalid: [spec.volumes[0].hostPath.path: Invalid value: "../plugins-test/.hal": must not contain '..', spec.volumes[1].hostPath.path: Invalid value: "../plugins-test/.kube": must not contain '..', spec.containers[0].volumeMounts[0].name: Not found: "hal", spec.containers[0].volumeMounts[1].name: Not found: "kube"]
The text was updated successfully, but these errors were encountered: