Ahmet Alp Balkan
Ahmet Alp Balkan
Creating k8s/deployment.yaml gives error: Error syncing pod, skipping: failed to "StartContainer" for "kube-cert-manager" with ErrImagePull: "Tag 0.5.0 not found in repository docker.io/palmstonegames/kube-cert-manager" The tag doesn't seem to be there? https://hub.docker.com/r/palmstonegames/kube-cert-manager/tags/
As a user, I prefer to see some logs like: ``` found saved tls secret=X, expires_in=47d found saved tls secret=Y, expires_in=5d renewing secret=Y received acme http-01 challenge, nonce=... responded to...
When I modify kube-cert-manager pod spec with the -acme-url=https://acme-v01.api.letsencrypt.org/directory argument, delete the TLS secret obtained during the staging configuration and deploy the new kube-cert-manager, it constantly keeps failing with the...
It seems http://gorefactor.org/ is now down because Google App Engine has [phased out Go 1.9 support](https://cloud.google.com/appengine/docs/deprecations) on June 30, 2020.
from https://github.com/ahmetozer/grpcoin-frontend but the svg doesn't seem to be properly vector-drawn.
If I'm using go.mod with go1.11 and have ``` require ( contrib.go.opencensus.io/exporter/stackdriver v0.8.0 ``` in my go.mod file, it brings some unused dependencies like `aws-sdk-go`. If I require `v0.5.0` this...
Using your code, if I make a handler like: ``` func handler(w http.ResponseWriter, r *http.Request) { time.Sleep(time.Second * 5) fmt.Fprintf(w, "This request is served over h2c!") } ``` and make...
I'm looking at using this awesome library in my admission webhook after a [long search](https://twitter.com/ahmetb/status/1549498418174644224). I'm curious if the library has any builtin mechanisms to coordinate first-time cert provisioning or...
**What happened**: ksm self-metrics endpoint is showing results such as: ``` HELP kube_state_metrics_list_total Number of total resource list in kube-state-metrics TYPE kube_state_metrics_list_total counter kube_state_metrics_list_total{resource="*v1.CertificateSigningRequest",result="success"} 5 kube_state_metrics_list_total{resource="*v1.ConfigMap",result="success"} 5 kube_state_metrics_list_total{resource="*v1.DaemonSet",result="success"} 4 ```...