Skip to content

Commit 09649d6

Browse files
authored
Merge pull request kubernetes-sigs#10449 from pravarag/update-runtime-hook
📖 Update guidelines for runtime hook implementation
2 parents 7506b7f + 675eae5 commit 09649d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/book/src/tasks/experimental-features/runtime-sdk/implement-extensions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,8 @@ implementation documentation.
358358

359359
## Tips & tricks
360360

361+
Make sure to add the ExtensionConfig object to the YAML manifest used to deploy the runtime extensions (see [Extensionsconfig](#extensionconfig) for more details).
362+
361363
After you implemented and deployed a Runtime Extension you can manually test it by sending HTTP requests.
362364
This can be for example done via kubectl:
363365

0 commit comments

Comments
 (0)