JunaidChaudry

Results 26 comments of JunaidChaudry

@mickael-caro-sonarsource Any updates? Still facing the same issue with dotnet sonarscanner v5.2.2

For what its worth, running the latest sonarScanner for MSBuild Jenkins Plugin also produces the exact same error

> No. You can look at this: > > https://github.com/argoproj/argoproj-deployments @alexec Does it mean that now we can provide a configmap in the same format as what we did for...

@sohnaeo I am currently running with v1beta2-1.3.8-3.1.1, do see the changes already in gencerts.sh for the second approach that you mentioned. But am still facing the same issue. I am...

Seems like changing the webhook.port to 443 somehow fixes it https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/issues/1708#issuecomment-1523442278

I have enabled the webhook, using the namespaceSelector with the correct selectors, and still having the issue. Any idea? I am using the latest version. I have also tried enabling...

My issue was the webhook port.. It for some reason doesn't run on the default port anymore. So I had to update the port to 443 based on the docs...

@LeonardAukea @DoniyorTuremuratov @slachiewicz I am also facing the same issue with the latest spark-operator... I tried setting both `KUBERNETES_TLS_VERSIONS`, as well as `HTT2_DISABLE` env variables in operator, driver, and executor....

@harshal-zetaris did you enable webhooks? I had to enable webhooks, and configure the `webhook.port` to be 443 from the default 8000