Andrew Lavery

Results 58 issues of Andrew Lavery

#### What type of PR is this? #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes # #### Special notes for your...

type::bug
bug::normal
team::blue

this is a hidden command This also moves the 'gitops' package into kots from kotsadm in order to be accessible to the CLI

#### What type of PR is this? #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes # #### Special notes for your...

Currently, we request 100Mi (with a limit of 500Mi) for kotsadm: https://github.com/replicatedhq/kots/blob/master/pkg/kotsadm/kotsadm_objects.go#L427-L436 In some situations (large images in airgap bundles in clusters under memory pressure) this results in kotsadm taking...

``` apiVersion: troubleshoot.replicated.com/v1beta1 kind: Preflight metadata: name: airgap-preflight-checks spec: analyzers: - textAnalyze: checkName: a name fileName: ping.txt/run-ping.log regexGroups: '(?P\d+) packets? transmitted, (?P\d+) packets? received, (?P\d+\.\d+)% packet loss' outcomes: - pass:...

type::bug

What I Did ------------ Updated go-getter to include a fix for bitbucket upstreams, as https://github.com/hashicorp/go-getter/issues/183 has been resolved by https://github.com/hashicorp/go-getter/pull/189. How I Did it ------------ How to verify it ------------...

### Expected behavior The contents of the `Description for the Changelog` portion of PRs are included in the release notes ### Actual behavior They are not, instead all commit messages...

### Expected behavior Ship uses a maintained library, like https://github.com/shuLhan/go-bindata. ### Actual behavior Ship uses a library that has bugs in the latest release and only works on `master`. Oh,...