You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.yaml.template
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,4 +72,6 @@ kubevirt_checks: # Utilizing virt che
72
72
name: $KUBE_VIRT_NAME # Regex Name style of VMI's to watch, optional, will watch all VMI names in the namespace if left blank
73
73
only_failures: $KUBE_VIRT_FAILURES # Boolean of whether to show all VMI's failures and successful ssh connection (False), or only failure status' (True)
74
74
disconnected: $KUBE_VIRT_DISCONNECTED # Boolean of how to try to connect to the VMIs; if True will use the ip_address to try ssh from within a node, if false will use the name and uses virtctl to try to connect; Default is False
75
-
ssh_node: $KUBE_VIRT_SSH_NODE
75
+
ssh_node: $KUBE_VIRT_SSH_NODE
76
+
node_names: $KUBE_VIRT_NODE_NAME # Filter only VMI's running a specific node name
77
+
exit_on_failure: $KUBE_VIRT_EXIT_ON_FAIL # If value is True and VMI's are failing post chaos returns failure, values can be True/False
0 commit comments