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

Updates to knative docs #1253

Closed
wants to merge 1 commit into from

Conversation

cristianonicolai
Copy link
Contributor

No description provided.

3. Install Knative using the [quickstart](https://knative.dev/docs/getting-started/) since a DNS will be configured for you. In case you need to restart Minikube, make sure you start it using the `knative` profile by running `minikube start -p knative`.
4. Install the [Knative Kogito Source](https://github.com/knative-sandbox/eventing-kogito#installation).
5. Run `eval $(minikube -p minikube docker-env --profile knative)` to build the images in your internal Minikube registry.
6. Run `mvn clean install -Pknative` to build and push the image to Minibuke registry and generate the Knative resources for your application to run.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo

3. Install Knative using the [quickstart](https://knative.dev/docs/getting-started/) since a DNS will be configured for you. In case you need to restart Minikube, make sure you start it using the `knative` profile by running `minikube start -p knative`.
4. Install the [Knative Kogito Source](https://github.com/knative-sandbox/eventing-kogito#installation).
5. Run `eval $(minikube -p minikube docker-env --profile knative)` to build the images in your internal Minikube registry.
6. Run `mvn clean install -Pknative` to build and push the image to Minibuke registry and generate the Knative resources for your application to run.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo - Minibuke

2. Enable Minikube internal image registry by running `minikube addons enable registry`
3. Install Knative using the [quickstart](https://knative.dev/docs/getting-started/) since a DNS will be configured for you. In case you need to restart Minikube, make sure you start it using the `knative` profile by running `minikube start -p knative`.
4. Install the [Knative Kogito Source](https://github.com/knative-sandbox/eventing-kogito#installation).
5. Run `eval $(minikube -p minikube docker-env --profile knative)` to build the images in your internal Minikube registry.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be a little but confusing, maybe reword a little bit, like: "This configures your terminal to use the internal Minikube docker instance"?

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

Successfully merging this pull request may close these issues.

2 participants