-
Notifications
You must be signed in to change notification settings - Fork 27
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
[doc] The example function yaml could not be run #504
Comments
There is a sample image folder to create images for running jars. Need to investigate if the samples are being used and updated now~ |
Looks like the best way would be to create a public docker registry and use the docker image to run the documentation command. |
Another way is we change the example YAML to use a full pulsar image, like |
I encountered |
what's the tag of the pulsar-all image you are using? |
@tpiperatgod 2.9.2.23 |
@imaffe pulsar 2.9 is still in root image, and the |
In the function mesh documentation, there is a step to run kubectl apply -f config/samples/compute_v1alpha1_function.yaml
And this yaml requires some extra setup, such as upload the function jar to pulsar storage or pack into the running image. The function jar location refers to a local test name as well.
One thing we can do is to create a demo image containing the basic jar and use the image in compute_v1alpha1_function.yaml.
The text was updated successfully, but these errors were encountered: