Noah Zucker
Noah Zucker
Hit the same error.
@stjohnjohnson what the poster means is run this instead `./node_modules/.bin/cucumber-junit-enhance > tests/features/cucumber_report.xml` I did this and it worked.
@stjohnjohnson to elaborate, it looks like the OP and @jperkns, like me, got here via [protractor-cucumber-junit](https://www.npmjs.com/package/protractor-cucumber-junit), which appears to be a fork of `cucumber-junit` for protractor support.
Question: is enabling this feature dependent on kubernetes/enhancements/pull/2022 leaving "alpha"?
Almost 1 year anniversary of this request. What can we do to move it forward?
I am getting this error: `system properties: has type STRING rather than BOOLEAN` Seems reasonable that the code throwing this error should be able to coerce the STRING to a...
I am working on a simple reproduction but have not succeeded yet. In the meantime, here is the stackt race from our application: version is 1.4.0 ``` com.typesafe.config.ConfigException$WrongType: system properties:...
I swear this happened for me earlier (see stack trace) but I cannot reproduce it and it went away in my project as well. https://github.com/noahlz/lightbend-config-test Not sure what to make...
Great question! In this case, the pods failed to launch with the reason `FailedCreatePodSandBox` as the symptom. We also saw the `ProgressDeadlineExceeded` and `MinimumReplicasUnavailable` events (but did not have alertmanager...
It's not clear to me if kube launched the pod with low memory, or merely failed to launch at all due to the invalid configuration. It seems like the former?...