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

[Pulsar Functions] Support config admin CLI in funtions runtime #6681

Merged
merged 2 commits into from
Apr 8, 2020

Conversation

wolfstudy
Copy link
Member

Signed-off-by: xiaolong.ran rxl@apache.org

Motivation

Sometimes, users want to use a customized admin CLI tool. Currently, in the k8s runtime, hardcode is used in getdownloadcommands(). This change will support users to configure the CLI tool they want. The default value is: /bin/pulsar-admin.

Modifications

  • Support config admin CLI

Signed-off-by: xiaolong.ran <rxl@apache.org>
@wolfstudy wolfstudy self-assigned this Apr 7, 2020
@wolfstudy wolfstudy added this to the 2.6.0 milestone Apr 7, 2020
@wolfstudy wolfstudy changed the title Config admin CLI [Pulsar Functions] Support config admin CLI in k8s runtime Apr 7, 2020
@wolfstudy wolfstudy changed the title [Pulsar Functions] Support config admin CLI in k8s runtime [Pulsar Functions] Support config admin CLI in funtions runtime Apr 7, 2020
Comment on lines +163 to +164
## Config admin CLI
#configAdminCLI:
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks duplicated.

@jiazhai
Copy link
Member

jiazhai commented Apr 7, 2020

/pulsarbot run-failure-checks

@sijie sijie merged commit 772b789 into apache:master Apr 8, 2020
huangdx0726 pushed a commit to huangdx0726/pulsar that referenced this pull request Aug 24, 2020
Signed-off-by: xiaolong.ran <rxl@apache.org>


### Motivation

Sometimes, users want to use a customized admin CLI tool. Currently, in the k8s runtime, hardcode is used in `getdownloadcommands()`. This change will support users to configure the CLI tool they want. The default value is: `/bin/pulsar-admin`.

### Modifications

- Support config admin CLI
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.

None yet

4 participants