tipame
tipame
Ecluding jkube-controller - helped in my case. Thank you! But steel - i think that resource generation of "broken" xml config (no image is supplied) should end with exception.
I mean exceptional case - when developer forget to add Image tag. Expected behavior of jkube-controller - is exception at resource goal. Actualy it generates config without any exceptions. And...
My plugin configuration: ```xml true ... org.eclipse.jkube openshift-maven-plugin 1.6.0 ${k8s.namespace} v1 true true @ jkube-project-label jkube-service jkube-serviceaccount Endpoints endpoints ${k8s.image.pull.secret} ${k8s.pull.registry.server.id} ``` Also i have 2 yaml files in jkube...
Hello, i'm trying to test new added function for pytorch. I successfuly compiled native binaries (dlls for windows), but i can't find out how to package them to jar and...
Found cache dir with binaries in user home.
As workaround i managed to set exludes: ``` **/charts/** **\charts\** ```