Mark Yen

Results 82 comments of Mark Yen

I am seeing a similar issue (with current github-release-resource), but can't quite tell if it is the same one. When calculating the [timestamp](https://github.com/concourse/github-release-resource/blob/080646a20bce1925d3e64d7675606a151c9c752f/versions.go#L35-L43), we only look at the published and...

Yeah, I'm not sure why we're seeing forced termination (actually, I think it's just that the DB connection died); I suspect it's just us bumping cf-deployment leading to a larger...

The problem was that, if we _don't_ remove the resource group, the next deployment fails for me (because it already exists). I'll try again later to get the exact error.

Looking at #160, it would be nice if the configs can be passed in via something other than environment variables. They are typo prone (they have to be set repeatedly,...

@jandubois Is this already done by #854? That documented how to rotate a QuarksSecret. It doesn't contain a script to rotate all secrets, though.

Yep, this will be an update to https://github.com/cloudfoundry-incubator/kubecf-docs/blob/master/content/en/docs/Tasks/secrets.md But to make it _reasonable_ for the user, I'll attempt to make a QuarksJob to automate the rotate-all-secrets case, and tell the...

There's a https://hub.docker.com/r/splatform/base-ci but it is unclear where that comes from (there doesn't seem to be a repo for it).

We'll need to track down everything that ends up in the kubecf helm chart, then? (That would include the images, and what they consist of, …)

This is still (sometimes) failing, I _think_ when the rancher pod restarts on a failure. This can lead to CrashLoopBackoff that takes longer than two hours to resolve. We might...

> Error: could not listen on npipe:////./pipe/docker_engine: open //./pipe/docker_engine: Zugriff verweigert time="2024-07-09T15:16:59+02:00" level=info msg="Got WSL2 VM" guid=48b7ebae-da49-4b92-94ee-31f889238512 Hmm, that's probably the issue: we fail to set up the (Windows-side) docker...