Daz Wilkin

Results 54 issues of Daz Wilkin

cmux is very useful. **Thank you!** Google [Cloud Run](https://cloud.google.com/run) is a serverless solution built atop [Knative](https://knative.dev/) and it limits deployed services to a single port. This is a challenge when...

Subsequent error appeared solvable but I encountered a further problem and am abandoning this :-( I took the hint and replaced the values of `eth.genesis_hash` through the docker-compose.yaml replaced: `d4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3`...

As-is the code is not currently working. This helped me: https://github.com/ethereum/pyethapp/issues/241 Revise `Dockerfile` to: ``` # build with `docker build -t localethereum/client-python .` FROM python:2.7.11 RUN pip install pyethapp==1.5.1a0 ENTRYPOINT...

https://github.com/google/keytransparency/blob/master/deploy/prometheus/prometheus.yml References hostnames `kt-server` and `kt-signer`: ``` ... scrape_configs: - job_name: 'kt-server' static_configs: - targets: ['kt-server:8081'] - job_name: 'kt-signer' static_configs: - targets: ['kt-signer:8081'] ``` I think these should now be...

The docker-compose file overloads port mappings: - `log-server` exposes `8091` and `8090` to the host - `log-signer` exposes `8091` too - `map-server` exposes `8091` and `8090` too **Recommend** These ports...

I'm struggling to grok APIv2 and apologize if this is a stupid question and the wrong place to ask. ### Background I'm toying with a solution in which some client...

documentation

**Describe the Issue:** See: https://www.digitalocean.com/community/questions/how-to-update-dns-records-receiving-data-needs-to-end-with-a-dot The issue is in the API but is surfaced through `doctl` too: ```bash doctl compute domain records update ${DOMAIN} \ --record-id ${ID} \ --record-ttl 43200...

bug
Needs Investigation

**Describe the change you'd like to see** The API documentation uses HTML IDs, e.g. [RouteStatusFields](https://knative.dev/docs/reference/api/serving-api/#serving.knative.dev/v1.RouteStatusFields): ```HTML RouteStatusFields ``` But the HTML ID is not surfaced in the rendered HTML making...

priority/awaiting-more-evidence
triage/needs-eng-implementation
kind/site-improvements

> TL;DR Should the Krustlet include a flag to specify its Pod CIDR? I'm on thin ice here, so feel free to close if this is a non-sensible request. The...

enhancement

I've been educating myself on Krustlet by running e.g. `krustlet-wasi` in the foreground. The process appears to only log errors but I'd find it useful to review more extensive (e.g....

enhancement