Ilmari Vacklin
Ilmari Vacklin
This would be nice to have for opentelemetry Rust crates as well.
So I implemented this with: ```terraform resource "null_resource" "kubeconfig" { provisioner "local-exec" { command = "doctl k cluster kubeconfig save ${digitalocean_kubernetes_cluster.this.name}" } triggers = { cluster_config = element(digitalocean_kubernetes_cluster.this.kube_config[*], 0).raw_config }...
Thanks, I’ll try the branch!
@efekarakus thank you! I'll leave this open then. 🙂
@aphyr, is it correct to say that if we want all the nodes to converge to the same value, using a sequential store gets there probabilistically, and a linear store...
> With a Bounded instance on your type, one could imagine something like: I think you'd want `Enum` as well. > Seeing as all showDefault does is organise the parens...
Thanks! That helps. I still would like the command to restart when I Put in Acme, but two clicks is pretty good too.
I haven't tried it myself, but using `http://username:apitoken@jenkinsurl` as your Jenkins URL in the configuration might work, as per https://wiki.jenkins-ci.org/display/JENKINS/Authenticating+scripted+clients. Please let me know if it works!
I've never used the health report indicators myself, so I don't know how important they are and what their use cases are. In any case, they need to be clearly...
One idea is to use a superscript notation for the fail count (like an exponent).