mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
feat:Add exclude label to application outage (#967)
* feat:Add exclude label to application outage Signed-off-by: zhoujinyu <2319109590@qq.com> * chore: add missing comments Signed-off-by: zhoujinyu <2319109590@qq.com> * chore: adjust comments Signed-off-by: zhoujinyu <2319109590@qq.com> --------- Signed-off-by: zhoujinyu <2319109590@qq.com>
This commit is contained in:
@@ -3,3 +3,4 @@ application_outage: # Scenario to create an out
|
||||
namespace: <namespace-with-application> # Namespace to target - all application routes will go inaccessible if pod selector is empty
|
||||
pod_selector: {app: foo} # Pods to target
|
||||
block: [Ingress, Egress] # It can be Ingress or Egress or Ingress, Egress
|
||||
exclude_label: "" # Optional label selector to exclude pods. Supports dict, string, or list format
|
||||
|
||||
Reference in New Issue
Block a user