Stanisław Tuszyński
Stanisław Tuszyński
@Poohblah https://github.com/chef-cookbooks/jenkins/pull/597 works fine to me as a workaround
@tyler-ball Hi! Great thanks for a feedback. I'll look into this in my spare time.
I'm seeing this issue on `v12.9.38`. We also use multiple files that we pass to `chef-client` with desired order. Packing everything to one file make it work but it's breaking...
@zinuzoid I encounter a similar issue. Telegraf is using `url = "http://10.240.0.19:10255"` for connecting to kubelet, but your kubelet is most likely listen on HTTPS only.
Sorry, my bad. The `http://:10255` refer to the unsecured read-only port available on each kubelet. ``` --read-only-port int32 The read-only port for the Kubelet to serve on with no authentication/authorization,...
I made an issue on Heroku stack images repository: https://github.com/heroku/stack-images/issues/84