Nitin Ware

Results 3 issues of Nitin Ware

We are are multiple applications deployed in k8's cluster sharing same cluster and namespaces and these k8's resources are not created/managed as helm app. We do have helm artifacts for...

question/support

I am trying to write a spark df to 'tfrecord' `df.write.mode("overwrite").format("tfrecord").option("recordType", "tfrecords").save(outputPath + '/tf-records/')` I am running on gcp dataproc cluster which comes with spark version '3.1.2' and I am...

I am seeing below error on trying to evict the pod using the evict-pod plugin: ``` $ kubectl evict-pod podtest-67f995866b-2b46k -n pred-services Error: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1" ```