Dr Nic Williams

Results 138 issues of Dr Nic Williams

Knative/Istio supports custom host/path routing: * https://github.com/knative/docs/tree/master/serving/samples/knative-routing-go * https://github.com/knative/docs/blob/master/serving/samples/knative-routing-go/routing.yaml Would be lovely for this to be nicely handled by `knctl`.

blocked-on-public-api

The installation of istio/knative requires that the user has cluster-admin. For example: ``` kubectl create clusterrolebinding cluster-admin-binding \ --clusterrole=cluster-admin \ --user=$(gcloud config get-value core/account) ``` If the user forgets to...

Perhaps I'm just having a brain fart, but installation is failing for me. Protips? ``` go get github.com/apex/apex-shell package github.com/apex/apex/plugins/env: cannot find package "github.com/apex/apex/plugins/env" in any of: /usr/local/go/src/github.com/apex/apex/plugins/env (from $GOROOT)...

I downloaded v1.0.0 for darwin, but running it fails: ``` $ which apex-shell /Users/drnic/bin/apex-shell $ apex-shell INFO[0000] deploying function=repl FATAL[0000] error: build hook: /Users/drnic/Projects/gopath/src/github.com/apex/log/handlers/logfmt/logfmt.go:10:2: cannot find package "github.com/go-logfmt/logfmt" in any...

FYI today I got challenged with "why did you replace foreman with goreman in this project? is it a concern that its only v0.3.4?" It did raise the question in...

`rails -T` does not include the generators included in this gem. I'm using the gem as installed/configured in JSP. Within JSP: ``` $ rails -T | grep not rails annotate_models...

bug
help wanted

Currently bosh-gen only looks in `~/.fog` for known credentials. Also look in `~/.aws/credentials` using https://github.com/TwP/inifile parser: ``` myini = IniFile.load(File.join(ENV['HOME'], '.aws/credentials')) ``` Perhaps this needs to go in cyoi library

I specified eu-central-1 as the region for the bucket, but: * [ ] `config/final.yml` did not specify `region: eu-central-1` * [ ] bucket was actually created in us-east-1 - I...

Packages don't need to have explicit versions in files. The above example should produce: * `packages/name/spec` ``` --- name: softhsm dependencies: [] files: - softhsm/SoftHSMv2-*.tar.gz ``` * `packages/name/packaging` ``` ......

``` $ tree blobs blobs └── softhsm └── SoftHSMv2-2.3.0.tar.gz $ bosh-gen package softhsm -f softhsm/SoftHSMv2-2.3.0.tar.gz create packages/softhsm/packaging tar: Error opening archive: Failed to open 'softhsm/SoftHSMv2-2.3.0.tar.gz' Skipping unknown file /Users/drnic/Projects/bosh_releases/softhsm-boshrelease/softhsm/SoftHSMv2-2.3.0.tar.gz create...