-
Notifications
You must be signed in to change notification settings - Fork 382
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
Updates to knative docs #1253
Conversation
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. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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"?
No description provided.