10.3. Installing the OpenShift Serverless Logic Knative Workflow plugin for Windows


If you are using Windows, you can install the Knative Workflow plugin as a binary file.

Prerequisites

  • You have installed the Knative (kn) command-line interface (CLI). For more information, see the Installing the Knative CLI documentation.

Procedure

  1. Download the latest zip archive suitable for your environment, from the Serverless Logic download mirror page.
  2. Extract the Knative Workflow plugin binary file using PowerShell by running the following command:

    $ Expand-Archive -Path <filename>.zip -DestinationPath <destination>
  3. Rename the extracted Knative Workflow plugin binary file to kn-workflow by running the following command:

    $ Rename-Item -Path <destination>\<filename>.exe -NewName kn-workflow.exe
  4. Install the kn-workflow command as the Knative CLI plugin:

    On Windows, files with a .exe extension are treated as executable by default, so you do not need to change permissions.

    • Copy the kn-workflow binary file to a directory in your PATH by running the following command:

      $ Copy-Item -Path <destination>\kn-workflow.exe -Destination "C:\Program Files\kn-workflow.exe"

Verification

  • Run the following command to verify that the kn-workflow plugin is installed successfully:

    $ kn plugin list
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

Red Hat ドキュメントについて

Legal Notice

Theme

© 2026 Red Hat
トップに戻る