Andrew Lavery

Results 60 issues of Andrew Lavery

### Expected behavior When running the terraform step, all plan contents should be visible or there should be a scroll bar. ### Actual behavior A scrollbar never appears, and content...

type::bug
good first issue
UI

We currently refer to the Replicated documentation for the config yaml options, but there are a lot of subtle differences. (removal of legacy `when` behavior, etc)

docs

We currently refer to the Replicated documentation for template functions, but there are a lot of template functions in Ship that aren't in Replicated and vice-versa.

docs

### Expected behavior `ship init` runs properly with all kubernetes upstreams. ### Actual behavior When running with certain kubernetes yaml upstreams such as `https://cloud.weave.works/k8s/net?k8s-version=1.11.5&omit-support-info=true`, `ship init` will error when reaching...

type::bug

### Expected behavior `ship update` should work after `ship init` even if no lifecycle was provided ### Actual behavior If no lifecycle was provided (leading to the default k8s lifecycle...

type::bug

### Expected behavior `ship watch` should check the version, git commit, etc before fetching files ### Actual behavior `ship watch` downloads the files and checks the content hash, even when...

https://github.com/replicatedhq/troubleshoot/blob/master/.github/workflows/build-test-deploy.yaml#L126-L129 has an example of how we could do this.

automation

If the DB controller is unable to connect to the database (and producing logs like `{"level":"error","msg":"failed to plan sync: failed to connect to postgres: dial tcp 10.5.1.48:5432: connect: connection timed...

enhancement
important-soon

Fixes #17. Fixes #18. Relies on code changes in #19. Place dirs at `~/unfork/` not `~/` - an example would be `~/unfork/mysql` not `~/intent-lynx`

Helm will often add prefixes to the names of generated resources when applying to a cluster - resulting in names like `jaunty-quail-redis-master` instead of just `redis-master`. Unfork should handle this...