Skip to content

Commit

Permalink
Merge pull request #10449 from pravarag/update-runtime-hook
Browse files Browse the repository at this point in the history
📖 Update guidelines for runtime hook implementation
  • Loading branch information
k8s-ci-robot committed Apr 17, 2024
2 parents 7506b7f + 675eae5 commit 09649d6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ implementation documentation.

## Tips & tricks

Make sure to add the ExtensionConfig object to the YAML manifest used to deploy the runtime extensions (see [Extensionsconfig](#extensionconfig) for more details).

After you implemented and deployed a Runtime Extension you can manually test it by sending HTTP requests.
This can be for example done via kubectl:

Expand Down

0 comments on commit 09649d6

Please sign in to comment.