@@ -20,6 +20,13 @@ The Falcon Kubernetes Admission Controller has been deployed and tested on these
20
20
- Microsoft Azure Kubernetes Service (AKS)
21
21
- Red Hat OpenShift Container Platform 4.6 and later
22
22
23
+ ## Helm Chart Support for Falcon Admission Controller Versions
24
+
25
+ | Helm chart Version | Falcon Admission Controller Version |
26
+ | :------------------------| :-----------------------------------------------|
27
+ | ` < 1.2.x ` | ` < 7.20.x ` |
28
+ | ` >= 1.2.x ` | ` >= 7.20.x ` |
29
+
23
30
Depending on your network environment, you might need to allow TLS traffic on port 443 between your network and our cloud's network addresses:
24
31
25
32
| CrowdStrike cloud | Network address |
@@ -163,14 +170,17 @@ When a new container image is available, you can update your Falcon KAC by passi
163
170
164
171
The following tables lists the Falcon KAC configurable parameters and their default values.
165
172
166
- | Parameter | Description | Default |
167
- |:----------------------------|:------------------------------------------------------|:----------------------|
168
- | `falcon.cid` | CrowdStrike Customer ID (CID) | None (Required) |
169
- | `falcon.apd` | App Proxy Disable (APD) | None |
170
- | `falcon.aph` | App Proxy Hostname (APH) | None |
171
- | `falcon.app` | App Proxy Port (APP) | None |
172
- | `falcon.trace` | Set trace level. (`none`,`err`,`warn`,`info`,`debug`) | `none` |
173
- | `falcon.feature` | Sensor Feature options | None |
174
- | `falcon.billing` | Utilize default or metered billing | None |
175
- | `falcon.tags` | Comma separated list of tags for sensor grouping | None |
176
- | `falcon.provisioning_token` | Provisioning token value | None |
173
+ | Parameter | Description | Default |
174
+ |:-----------------------------------------------|:------------------------------------------------------|:----------------------|
175
+ | `falcon.cid` | CrowdStrike Customer ID (CID) | None (Required) |
176
+ | `falcon.apd` | App Proxy Disable (APD) | None |
177
+ | `falcon.aph` | App Proxy Hostname (APH) | None |
178
+ | `falcon.app` | App Proxy Port (APP) | None |
179
+ | `falcon.trace` | Set trace level. (`none`,`err`,`warn`,`info`,`debug`) | `none` |
180
+ | `falcon.feature` | Sensor Feature options | None |
181
+ | `falcon.billing` | Utilize default or metered billing | None |
182
+ | `falcon.tags` | Comma separated list of tags for sensor grouping | None |
183
+ | `falcon.provisioning_token` | Provisioning token value | None |
184
+ | `clusterVisibility.resourceSnapshots.enabled` | Enable cluster snapshots | `true` |
185
+ | `clusterVisibility.resourceSnapshots.interval` | Interval between cluster snapshots | `22h` |
186
+ | `clusterVisibility.resourceWatcher.enabled` | Enable Cluster Visbility | `true` |
0 commit comments