kocercan
kocercan
KubernetesStatefulsetDown alert is triggering false positive when statefulset replicas set to 0 It's alerting since I've set a statefulset temproraly to 0 replicas. I think correct expr must be: kube_statefulset_replicas...
CI Task ``` - task: SonarQubePrepare@4 inputs: SonarQube: 'SonarqubeDevTest-ErcanTest' scannerMode: 'MSBuild' projectKey: 'ErcanTest' projectName: 'ErcanTest' extraProperties: | sonar.zaproxy.reportPath=$(System.DefaultWorkingDirectory)/owaspzap/test-results.xml sonar.zaproxy.htmlReportPath=$(System.DefaultWorkingDirectory)/owaspzap/report.html ``` Error: `##[error]ERROR: Error during SonarScanner execution java.lang.UnsupportedOperationException: Can not add...
I'm very happy for I found this project. After few tries I can't get over this error. My system is Linux Mint 19.3 $python3 remmina_mremoteng_conv.py -f vf-ptt.xml Traceback (most recent...
Following command completed with code 1 when executed in php. (www-data user) tar -czvf archive.tar.gz folder --warning=no-file-changed When I run command with root shell it runs fine.