We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225f161 commit 0b6ff6bCopy full SHA for 0b6ff6b
USAGE.md
@@ -155,6 +155,10 @@ crystal src/cnf-conformance.cr ip_addresses
155
```
156
crystal src/cnf-conformance.cr nodeport_not_used
157
158
+#### :heavy_check_mark: To test if there are any (non-declarative) hardcoded IP addresses or subnet masks in the K8s runtime configuration
159
+```
160
+crystal src/cnf-conformance.cr hardcoded_ip_addresses_in_k8s_runtime_configuration
161
162
#### (PoC) To test if there is a liveness entry in the Helm chart
163
164
crystal src/cnf-conformance.cr liveness
0 commit comments