Nitin Ware
Nitin Ware
@joejulian thanks for you suggestion, but k8's complains about all resources are not present on k8's cluster even though I created the resources use same helm chart artifact - ```...
@joejulian appreciate quick response and sry for confusion, but the `$ helm template firstchart-0.1.0.tgz | kubectl -n default delete -f -` does not cleanup any resources after executing multiple times,...
@joejulian Thanks this worked because I had a helm app named `firstapp` locally. But will this work for non-helm k8's resources deployed on k8's cluster for which I am currently...
@joejulian Thanks it worked locally. I created k8's resources not as helm app and later deleted using helm template + kubectl combo and it worked ``` $ helm template firstapp...
thanks for quick response seeing below error now, appreciate ur inputs, thanks - ``` java.lang.ClassCastException: com.linkedin.spark.shaded.org.tensorflow.example.FeatureList cannot be cast to com.linkedin.spark.shaded.org.tensorflow.example.Feature at com.linkedin.spark.datasources.tfrecord.TFRecordSerializer.$anonfun$serializeExample$1(TFRecordSerializer.scala:22) at com.linkedin.spark.datasources.tfrecord.TFRecordSerializer.$anonfun$serializeExample$1$adapted(TFRecordSerializer.scala:19) at scala.collection.immutable.Range.foreach(Range.scala:158) at com.linkedin.spark.datasources.tfrecord.TFRecordSerializer.serializeExample(TFRecordSerializer.scala:19) at...
@rajatjindal thanks for quick reply, appreciate it, below are the `kubectl version` details - ``` $ kubectl version Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.5", GitCommit:"c285e781331a3785a7f436042c65c5641ce8a9e9", GitTreeState:"clean", BuildDate:"2022-03-16T15:51:05Z", GoVersion:"go1.17.8", Compiler:"gc", Platform:"darwin/arm64"} Server...