-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Create Knative-with-MicroK8s.md #1747
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
Conversation
|
Hi @ammarn911. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/assign @samodell |
|
can this get an ok-to-test please? |
|
|
||
| ```shell | ||
| echo 'N;' | microk8s.enable knative | ||
| ``` |
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.
Can you add a description of what gets installed and which version. This feels a bit too magical with little information
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.
+1 It would be great to know what version gets installed and how this will be kept up-to-date.
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.
@ammarn911 Can you explicitly list what gets installed with this command? With that change, I'll be able to approve and LGTM this so it merges.
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.
@samodell done. Added what gets installed; Knative Serving v0.7.1 and Knative Eventing v0.7.1
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.
@ammarn911 do you know if these versions are updated and reflect the current versions?
I am working on #1850 so I was wondering if you can confirm whether we can remove mention of the versions or not.
Thanks! 🙂
dgerd
left a comment
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.
/ok-to-test
|
|
||
| ```shell | ||
| echo 'N;' | microk8s.enable knative | ||
| ``` |
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.
+1 It would be great to know what version gets installed and how this will be kept up-to-date.
Addressing suggestions.
Addressing suggestions.
ammarn911
left a comment
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.
Better version info and delete command
Adding lines of communication for support/contributing.
|
/lgtm /assign @samodell |
Addressing suggestions.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ammarn911, samodell The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Proposed Changes