Andreas Kupries

Results 188 comments of Andreas Kupries

Hm. Could adding ``` func (c *Certificate) GetSubjectNameHash() (uint32, error) { hash := C.X509_subject_name_hash(c.x) return uint32(hash), nil } ``` to `cert.go` be enough ? (I am unsure about endianess) Could...

Oh, a blast from the past ... Well. We moved from Concourse as our CI to Github Actions. Nothing more needs to be said, I guess. Sorry that I could...

Thanks to @enrichman for finding this ticket. This looks to be a good place for my own questions. - Is it possible to configure the `CloneOptions` such that the clone...

Sigh. Coming at this with a fresh brain in the morning I now see that this inherited code contained `SingleBranch: true`. And from a quick experiment disabling it this is...

:bell: @agracey @jimmykarily @manno Having a look at the existing extended app status, i.e. ``` 🚢 Show application details Namespace: workspace Application: fox ✔️ Details: | KEY | VALUE |...

I thought to have seen probes ... Rechecking I note that I had seen them on the linkerd container, not the app container. The app containers indeed to not have...

Ok. I am coming away from the above with the following acceptance criteria: - Implement support (manifest, options) for spec of app level probes. Like existing support (env, services, instances)...

Working out more details I get more questions. What do I have: Basic structure. ``` health: live: http: scheme: string port: int path: string ready: ... (same as above) ```...

See doc draft PR https://github.com/epinio/docs/pull/18 for the specification of this new feature, as seen by a user.