-
Notifications
You must be signed in to change notification settings - Fork 53
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
Osx install script fails - helper functions commented out #87
Comments
Even with a uncommented set of functions you end up with it appears a hal configuration issue potentially of:
014ed91 is the commit where this was commented to move appropriately to the operator type setup as that is generally the way for kube folks are heading with managing this service setup. However, it appears that this setup entirely broke the ability to setup minnaker on osx which would be a very common platform for a large number of engineers. @alchen99 @away168 @chadtripod as the coauthors for this can you provide some clarity about the goal and any timeline yu might have on getting the osx minnaker into a functional state for the osx installer. |
Hello. I'm having the same problem installing with Minnaker in MacOS 11.4. Does any plan exist to solve this problem? |
Running into same issue (also on MacOS 11.4) and minnaker-0.1.3 |
Looks like macOS and https://github.com/armory/spinnaker-operator are not compatible. Until this issue is fixed please use this version https://github.com/armory/minnaker/tree/0.0.22 instead. |
The
copy_templates
helper, as well as other helpers for generating the kubernetes manifests have been commented out inscripts/functions.sh
in favor of something else, but they're still being referenced in the osx install script. I tried skipping thecopy_templates
step, and uncommenting the said helpers, but these did not work as well, and I am getting all sorts of errors as I try to bring back the commented out code.The text was updated successfully, but these errors were encountered: