Skip to content
New issue

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

halyard container doesn't come up macos #70

Open
npmaile opened this issue Nov 30, 2020 · 2 comments
Open

halyard container doesn't come up macos #70

npmaile opened this issue Nov 30, 2020 · 2 comments

Comments

@npmaile
Copy link

npmaile commented Nov 30, 2020

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"]

@npmaile
Copy link
Author

npmaile commented Nov 30, 2020

Creation was successful after replacing the relative path with absolute.

@npmaile
Copy link
Author

npmaile commented Nov 30, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant