shikha130vv

Results 1 issues of shikha130vv

/kind bug In https://github.com/kubeflow/fairing/blob/master/fairing/builders/cluster/gcs_context.py, function def generate_pod_spec(self, image_name, push): args = ["--dockerfile=Dockerfile", "--destination=" + image_name, "--context=" + self.uploaded_context_url] if not push: args.append("--no-push") return client.V1PodSpec( containers=[client.V1Container( name='kaniko', image='gcr.io/kaniko-project/executor:v0.7.0', args=["--dockerfile=Dockerfile", "--destination=" +...

priority/p2
area/engprod
kind/bug