David Kowalski

Results 7 issues of David Kowalski

>docs
exclude-from-release-notes
v2.4.0

Currently, `hack/release-notes` bases it's working on the PRs marked appropriately. But this leaves us open to missing some changes due to incorrect PR labelling. To be sure one needs to...

>enhancement
exclude-from-release-notes

When we get network partition that isolates upgraded nodes, the upgrade process can finish and not upgraded nodes can’t join back the cluster. We might not become green after that....

>bug
discuss

Standalone APM Server examples should be updated with a change to Kibana config as below. ```yaml xpack.fleet.packages: - name: apm version: latest ``` This is due to the fact APM...

>enhancement
>docs

When upscaling we emit: ``` 2019-10-04T14:38:57.045+0200 INFO driver Limiting nodes creation to respect maxSurge setting {"ver": "1.0.0-beta1-latest", "namespace": "default", "statefulset_name": "quickstart13-es-datas2", "target": 2, "actual": 0} ``` When downscaling we emit:...

>docs

Currently, in our E2E tests for Elastic Agent recipes we use the version that is in the recipe. This makes us unable to test snapshot versions of the Stack. We...

>enhancement
>test