info stamp added regarding hairpin mode in sequence (#4810)

* info stamp added regarding hairpin mode in sequence

* new line added

* fix indentation
This commit is contained in:
Shashank Sharma 2022-03-11 01:20:47 +05:30 committed by GitHub
parent 98033de140
commit 1195f844ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ Sequence CRD provides a way to define an in-order list of functions that will be
invoked. Each step can modify, filter or create a new kind of an event. Sequence
creates `Channel`s and `Subscription`s under the hood.
!!! info
Sequence needs "hairpin" traffic. Please verify that your pod can reach itself via the service IP.
If the "hairpin" traffic is not available, you can reach out to your cluster administrator since its a cluster level (typically CNI) setting.
## Usage
### Sequence Spec