IMPORTANT: The functionality introduced by is preview only. Red Hat support is not provided, and this release should not be used in a production environment.
IMPORTANT: You will need cluster administrator privileges to install and use Knative on a Minishift cluster.
Platform | Supported versions |
---|---|
Minishift | 1.25.0 |
The Minishift cluster must have at least 10GB of memory allocated to run Knative correctly.
If you are running Minishift on your local machine, ensure that virtualization is enabled, as this installation requires the use of virtual machines (KVM).
IMPORTANT:
install-on-minishift.sh
is destructive. It will destroy the existingknative
profile and recreate it with known-to-work configuration.
-
Clone the
knative-operators
repository.git clone https://github.com/openshift-cloud-functions/knative-operators
cd knative-operators/
git fetch --tags
git checkout openshift-v0.2.0
-
Confirm that your Minishift instance has been stopped.
minishift stop
-
Navigate to the newly cloned repository and run the install-on-minishift.sh script.
./etc/scripts/install-on-minishift.sh