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

504: change samples function to make documenation steps work #542

Merged
merged 1 commit into from
Dec 6, 2022
Merged

Conversation

imaffe
Copy link
Contributor

@imaffe imaffe commented Dec 5, 2022

  • changed the compute_v1alpha1_function.yaml to use a sample image so users can skip setting up the package.
  • still need to change the documentation to guide users to set configs right.

We can use the sample runner image, or the pulsar-all image

Fixes #504
fix #504

@imaffe imaffe requested review from nlu90, freeznet and a team as code owners December 5, 2022 08:39
@github-actions
Copy link

github-actions bot commented Dec 5, 2022

@imaffe:Thanks for your contribution. For this PR, do we need to update docs?
(The PR template contains info about doc, which helps others know more about the changes. Can you provide doc-related info in this and future PR descriptions? Thanks)

@github-actions github-actions bot added the doc-info-missing This pr needs to mark a document option in description label Dec 5, 2022
@imaffe imaffe changed the title 504: change samples function to make documenation steps work WIP: 504: change samples function to make documenation steps work Dec 5, 2022
@xiaogang-sn
Copy link
Contributor

For traceability this is for #504.

@imaffe imaffe changed the title WIP: 504: change samples function to make documenation steps work 504: change samples function to make documenation steps work Dec 5, 2022
@freeznet freeznet merged commit e0e488b into master Dec 6, 2022
@freeznet freeznet deleted the 504 branch December 6, 2022 01:08
@freeznet freeznet added type/task Indicates a chore or a small item of work m/2022-12 labels Dec 6, 2022
xiaogang-sn added a commit that referenced this pull request Dec 6, 2022
When using the existing example of compute_v1alpha1_functionmesh.yaml, it complains about the format of jarLocation and uploading jar package requires additional steps. Inspired by #542 the Docker image is used here for the Function which eliminates the steps to handle package uploading to make the onboarding easier.
@Huanli-Meng Huanli-Meng added the doc-required This pr needs a document label Dec 6, 2022
@Huanli-Meng Huanli-Meng added doc-added and removed doc-info-missing This pr needs to mark a document option in description doc-required This pr needs a document labels Dec 6, 2022
freeznet added a commit that referenced this pull request Dec 9, 2022
* Update the FunctionMesh config example to use Docker images

When using the existing example of compute_v1alpha1_functionmesh.yaml, it complains about the format of jarLocation and uploading jar package requires additional steps. Inspired by #542 the Docker image is used here for the Function which eliminates the steps to handle package uploading to make the onboarding easier.

* Fix the inconsistency in the comment

Co-authored-by: Rui Fu <freeznet@users.noreply.github.com>

* Fix another inconsistency in the comments

Co-authored-by: Rui Fu <freeznet@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-added m/2022-12 type/task Indicates a chore or a small item of work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[doc] The example function yaml could not be run
5 participants