Installing Camel K on Minishift
You can run Camel K integrations on OpenShift using the Minishift cluster creation tool. Follow the instructions in the getting started guide for the installation.
After installing the minishift
binary, you need to enable the admin-user
addon:
minishift addons enable admin-user
the admin user addon should be enabled before starting the cluster for the first time |
Then you can start the cluster with:
minishift start
You can now proceed with the standard Camel K installation procedure.