John Bryan Sazon
John Bryan Sazon
Hopefully we can get this soon! I was following this reference https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/ for inherited request parameters and it doesn't render properly. 🎉
I'm trying to use this with Nginx Ingress Controller. I also need to pass down the tracing context so I can bridge the distributed trace with a backend that uses...
How this is normally handled in Kubernetes or Openshift Pods (containers) is via Secret resource. Luckily, Docker 1.13 has implemented the same! https://docs.docker.com/engine/swarm/secrets/
@nickdgriffin @arthur-kovalenko Do we have any clue why this happens? The work around does work if using the instance ip.
@biancajiang see https://github.com/kubernetes-helm/monocular/issues/473 for related issue and fix
@nickdgriffin @anton-kasperovich There error in [adop_nodejs.groovy](https://github.com/Accenture/adop-jenkins/blob/master/resources/init.groovy.d/adop_nodejs.groovy) line #27 is ```groovy def nodeJSPluginInstance = NodeJSPlugin.instance() ``` [NodeJSPlugin](https://github.com/jenkinsci/nodejs-plugin/blob/master/src/main/java/jenkins/plugins/nodejs/NodeJSPlugin.java) has no instance method. I fixed it with the following. ```groovy def nodeJSPluginInstance =...
@anton-kasperovich the 15000 was just for testing purposes. Ok I will make it 10000 and will squash commits!
@RobertNorthard @coltrey I wouldn't mind if someone can pick up and continue my proposed changes here. I've already the deleted the source forked repo for this PR.
@stefanprodan I think it can be a good user experience to still be able to see my configs and use a secret. How about the following? ```yaml target: host: "172.18.7.21"...
I created a PR for them https://github.com/prometheus/docs/pull/1539