Dean Coakley
Dean Coakley
I am experiencing this issue too. Any updates @fredrikssongustav ?
Would love to get this resolved as it breaks our Opentracing example for most users: https://github.com/nginxinc/kubernetes-ingress/tree/master/examples/opentracing#step-2---deploy-a-tracer Happy to try opening a PR sometime next week if not resolved. - I'm...
@jpkrohling On my minikube when running `./mvnw clean verify -Pall-in-one` I get: ``` [ERROR] Failed to execute goal org.apache.maven.plugins: maven-failsafe-plugin:2.20.1: integration-test (run-integration-tests) on project jaegertracing-kubernetes-all-in-one: Execution run-integration-tests of goal org.apache.maven.plugins:maven-failsafe-plugin:2.20.1:integration-test...
@pavolloffay ping. 😬 Sounds like the `all-in-one` test is failing on master, which is preventing the merge of this PR. Can you take a look? Any suggestions?
Running `./mvnw clean verify -Pall-in-one` locally gives me: ```bash [ERROR] Failed to execute goal org.apache.maven.plugins: maven-failsafe-plugin:2.20.1: integration-test (run-integration-tests) on project jaegertracing-kubernetes-all-in-one: Execution run-integration-tests of goal org.apache.maven.plugins:maven-failsafe-plugin:2.20.1:integration-test failed.: NullPointerException -> [Help...
@prydonius This can be closed?
@mattiaperi I am working on resolving this issue, however I'm getting. `must be no more than 63 characters` and have validated that it works for me up to 63 characters....
Nevermind, if the name is far too long it will fail on `spec.template.labels` at 63 chars Otherwise it will fail on `metadata.name` of the cronjob at 52 chars as you've...
Right, I'll try update the chart docs later today if I get a chance. However that's unrelated to this issue: `./helm install this-is-very-long-release-name chart/monocular` Will still result in a Crontab...
Bump patch version assuming that https://github.com/helm/monocular/pull/644 will be merged before this.