| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
|
Did you also check the rest of the Nuclei documentation (since you are closing the general issue for sanity-checking the docs with this PR), or is this only for the one specific problem related to template caches (in which case we should leave the issue open)? |
Sorry, something went wrong.
Ah nope, good point 👍 |
Sorry, something went wrong.
|
installing nuclei with the following works. templates are downloaded. helm install nuclei secureCodeBox/nuclei --set="nucleiTemplateCache.enabled=false" However installing it normally (with the template cache enabled ) results in forever pending pods. Does that mean that my cluster created with "kind" simply doesn't support the ReadOnlyMany volume type you mention. Or is this not the expected behaviour? NAME READY STATUS RESTARTS AGE nuclei-update-initial-template-cache-2lrnt 0/1 Pending 0 74m nuclei-update-template-cache-27316200-h6dbz 0/1 Pending 0 8m46s |
Sorry, something went wrong.
|
@Ilyesbdlala yup probably, you can check by running kubectl describe nuclei-content-claimThis should include a error description in the pvc. Note: the 3.4.0 helm chart currently also had some issue with the security context, might also be related and blocking your containers from being executed |
Sorry, something went wrong.
|
Just for reference, the command the view the PersistentVolumeClaim was Type Reason Age From Message ---- ------ ---- ---- ------- Normal WaitForFirstConsumer 28m persistentvolume-controller waiting for first consumer to be created before binding Normal Provisioning 12m (x7 over 28m) rancher.io/local-path_local-path-provisioner-547f784dff-cw2sb_befcd024-db22-44bd-a681-d8162826802c External provisioner is provisioning volume for claim "default/nuclei-content-claim" Warning ProvisioningFailed 12m (x7 over 28m) rancher.io/local-path_local-path-provisioner-547f784dff-cw2sb_befcd024-db22-44bd-a681-d8162826802c failed to provision volume with StorageClass "standard": Only support ReadWriteOnce access mode Normal ExternalProvisioning 3m10s (x103 over 28m) persistentvolume-controller waiting for a volume to be created, either by external provisioner "rancher.io/local-path" or manually created by system administrator works well otherwise. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Related to secureCodeBox/documentation#166
Noticed that there was still a bug in the chart when disabling the template cache.
Also added docs on how to actually disable it.
Checklist