Daniel Zabel

Results 5 issues of Daniel Zabel

To avoid stacktrace in sslyze check `--tlsv1_2` when using a server that supports brainpool curves, these should be added to nassl. sample error: ``` * Error when running --tlsv1_2: You...

- fixes "Array and string offset access syntax with curly braces is deprecated"

### Versions: * Version of knife-vsphere: 2.0.0 * Version of chef: 12.16.42 ### Scenario: Command: knife vsphere vm migrate -VV "8.0.4.0-1.0.7-3.1.2" --dest-datastore vnx01_data6 --folder '_Templates/wcs_templates' --resource-pool 'VMCluster_Dev/Product Center - Infrastructure...

Type: Bug
Triage: Needs Information

### Scenario: ``` knife vsphere vm clone newvm --template oldvm --folder "_Templates" --dest-folder="_Templates" --datastore vnx01_data10 --resource-pool 'VMCluster_Dev/Product Center - Infrastructure Service and Testing' ``` ERROR: RbVmomi::Fault: NicSettingMismatch: fault.NicSettingMismatch.summary ### Please...

Type: Enhancement

I have tried to install Helm v3.9.0 using the provided script. How to reproduce ``` HELM_VERSION="v3.9.0" VERIFY_SIGNATURES=true curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 chmod 700 get_helm.sh ./get_helm.sh --version "${HELM_VERSION}" ``` Output:...

question/support