Sander Ploegsma

Results 69 comments of Sander Ploegsma
trafficstars

Someone in the #ktor channel on Slack pointed me in the following direction: ``` kotlin meta { attributes["prefix"] = "og http://ogp.me/ns#" attributes["property"] = "og:title" content = "title" } ``` Although...

I'm having the same problem: due to many (50+) github repositories containing NPM packages and node.js applications we have set the Greenkeeper plugin to 'all repositories', but when we create...

That is a good point. Indeed, redis cluster management is a bit tedious. If a self-managing way would have existed, I don't think you would even need a `StatefulSet`... So...

I don't have much time to look into your comment now, sorry. But: > I think I am going to fork your repo and make some suggestions. Good idea? You...

Right, that's kind of what I also encountered. Essentially, all of your points are the main reason I used StatefulSets in the first place. I admire your courage in trying...

@KeithTt not sure why you're hijacking the thread, but yeah, it should.

Hi @kjenney, thanks for reporting this! Yes, I was kind of aware that this setup is not plug-and-play on different providers, I only set it up on Minikube and on...

I don't think your assumption is correct though, `hostname` is a function that is invoked in the container. If it somehow returns an empty string, maybe it should be something...

Hmm, interesting. I don't recall it working this way in earlier Kubernetes versions. Anyway, I didn't intend to use the value of the environment variable `HOSTNAME`, but instead I wanted...

The CI job is fixed by #487 and the Configlet job is fixed by #484. I don't know what the CircleCI job is still doing, since there is no `.circleci/config.yml`...