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
To verify, if the connection process was successful you can view the list of connected agents from the Targets section on your ChaosCenter and ensure that the connected agent is in Active State.
64
-
65
61
### Flags for `create agent` command
66
62
<table>
63
+
<tr>
67
64
<th>Flag</th>
68
65
<th>Short Flag</th>
69
66
<th>Type</th>
@@ -80,6 +77,12 @@ To verify, if the connection process was successful you can view the list of con
80
77
<td>String</td>
81
78
<td>Set the cluster-type to external for external agents | Supported=external/internal (default "external")</td>
82
79
</tr>
80
+
<tr>
81
+
<td>--skip-agent-ssl</td>
82
+
<td></td>
83
+
<td>Boolean</td>
84
+
<td>Set whether agent will skip ssl/tls check (can be used for self-signed certs, if cert is not provided in portal) (default false)</td>
85
+
</tr>
83
86
<tr>
84
87
<td>--cluster-type</td>
85
88
<td></td>
@@ -108,7 +111,7 @@ To verify, if the connection process was successful you can view the list of con
108
111
<td>--node-selector</td>
109
112
<td></td>
110
113
<td>String</td>
111
-
<td>Set the node-selector for agent components | Format: key1=value1,key2=value2)</td>
114
+
<td>Set the node-selector for agent components | Format: key1=value1,key2=value2)
0 commit comments