Pavel Aleksandrov
Pavel Aleksandrov
Hi, maybe this is stupid question, but i couldn't run a spark job with following configuration: ```sh spark: enabled: true cmdlineParams: java.opts: "-Djavax.net.ssl.trustStore=/tls/trust.store -Djavax.net.ssl.trustStorePassword=changeit" extraConfigmapMounts: - name: jaeger-tls mountPath: /tls...
> We experience the same behavior. It happened under heavy load during nodes creation/decommission and pods migration. Our workaround is to set `podsFailurePolicy: Fail` and `secretsFailurePolicy: Fail` to avoid starting...
> Hey @aleksandrovpa, we have experienced the same issue on a staging environment using Spot instances. However, our configuration is a bit different: we started by using `certificate.generate: true`, which...
I believe the issue may not originate from the vsw, but it seems to be related to the Kubernetes Control Plane, possibly involving the Admission Controller or the internal network....