Salah Aldeen Al Saleh
810b3cbf78
support non-interactive mode in support bundle ( #340 )
...
* support non-interactive mode in support bundle
v0.10.14
2021-03-23 18:01:39 -07:00
Andrew Lavery
81789181ed
Merge pull request #339 from replicatedhq/laverya/host-unmounted-partitions
...
added two parameters to the eligible block device check
v0.10.13
2021-03-18 19:36:56 -04:00
Andrew Lavery
256c68feca
added two parameters to the eligible block device check
...
whether to accept unmounted partitions (default false) and minimum acceptable device size (default 0)
2021-03-18 19:03:39 -04:00
divolgin
b01e6ef578
Merge pull request #338 from replicatedhq/divolgin/preogress2
...
Add progress percentage
v0.10.12
2021-03-18 16:02:11 -07:00
divolgin
62afc87af8
Add progress percentage
2021-03-18 22:29:27 +00:00
divolgin
17bff4b2bd
Merge pull request #337 from replicatedhq/divolgin/progress
...
Report back some basic progress
v0.10.11
2021-03-18 12:11:54 -07:00
divolgin
5f2525b663
Report back some basic progress
2021-03-18 18:56:27 +00:00
Salah Aldeen Al Saleh
afa0bc56d4
fix custom redactors file selectors in support bundle subdirectory ( #336 )
...
* fix custom redactors file selectors in support bundle subdirectory
v0.10.10
2021-03-11 08:45:20 -08:00
Salah Aldeen Al Saleh
c1f9b3906d
support reading redactors from configmaps ( #335 )
v0.10.9
2021-03-10 15:25:55 -08:00
Dex
0a19d35073
hide spinner if interactive false ( #328 )
...
* hide preflight spinner if interactive is false
Co-authored-by: Salah Aldeen Al Saleh <salahalsaleh1993@gmail.com >
2021-03-09 09:42:38 -08:00
emosbaugh
7c4135d563
Merge pull request #334 from replicatedhq/host-preflgihts-ux
...
Host preflight ux improvements
v0.10.8
2021-03-02 12:03:17 -08:00
Ethan Mosbaugh
4b78c430ca
Host preflight ux improvements
2021-03-02 17:27:01 +00:00
Ethan Mosbaugh
09d16ff185
Host preflights exclude
2021-03-01 22:45:16 +00:00
Andrew Lavery
bdf843f84d
Merge pull request #332 from replicatedhq/laverya/add-regex-case-insensitive-test
...
add a test that uses a case-insensitive regex analyzer
2021-03-01 13:13:35 -05:00
Andrew Lavery
47f7d98907
add a test that uses a case-insensitive regex analyzer
2021-03-01 13:02:30 -05:00
emosbaugh
a1e0813d55
Merge pull request #331 from replicatedhq/condition-analyzers
v0.10.7
2021-02-26 07:22:38 -08:00
Ethan Mosbaugh
d6acd6d906
Conditional Analyzers
2021-02-26 04:33:11 +00:00
Jalaja Ganapathy
ce53dbcd29
Merge pull request #330 from replicatedhq/pv-pvc
...
add pv and pvcs to support bundle
2021-02-25 20:18:44 -08:00
Jalaja
3b10d9c9e1
add pv and pvcs to support bundle
2021-02-26 01:02:33 +00:00
emosbaugh
7589b4fed0
Merge pull request #329 from replicatedhq/host-diskUsage-traverse
...
diskUsage host collector traverse file tree for directory exists
v0.10.6
2021-02-24 16:26:34 -08:00
Ethan Mosbaugh
a459120516
diskUsage host collector traverse file tree for directory exists
2021-02-24 23:38:57 +00:00
Andrew Reed
b02338762e
Fix build for darwin and windows ( #327 )
...
* Fix build for darwin and windows
* Remove unexpected dependencies
v0.10.5
2021-02-19 18:31:18 -05:00
Andrew Reed
76419237d4
Merge pull request #326 from areed/host-cert
...
Analyze TLS certificate
v0.10.4
2021-02-19 16:30:27 -05:00
Andrew Reed
87b4c12274
Analyze TLS certificate
2021-02-19 20:55:16 +00:00
Dan Stough
7647c039e9
Merge pull request #325 from replicatedhq/feat/rke3-k3s-anaylzer
...
feat(analyzer): rke2 and k3s distro support
2021-02-19 14:52:22 -05:00
Dan Stough
c26824a619
feat(analyzer): rke2 and k3s distro support
2021-02-19 19:06:02 +00:00
Andrew Reed
617e0d55de
Merge pull request #324 from areed/fs-read-perf
...
Analyze random read IOPS for a directory
2021-02-19 13:34:28 -05:00
Andrew Reed
b418334a46
Analyze random read IOPS for a directory
...
The random IOPS benchmark attempts to replicate the results of this
fio command:
fio --ioengine=psync --direct=1 --bs=4k --size=1Gi --readwrite=randread --serialize_overlap=1
Across three tests the fio command reported 1877 IOPS and the preflight
1822 IOPS with the same block and file size.
2021-02-18 23:56:51 +00:00
Andrew Reed
b78d7d04d9
Merge pull request #323 from areed/host-fio
...
Analyze fs sequential write performance
2021-02-17 20:19:08 -05:00
Andrew Reed
989d5f7dbd
Analyze fs write performance
...
The included example found P99 latency of 2.6ms.
Fio reported P99 latency of 2.5ms with this command:
fio --rw=write --ioengine=sync --fdatasync=1 --directory=/var/lib/etcd
--size=220m --bs=2300
2021-02-17 23:20:38 +00:00
Andrew Reed
8aca23199c
Merge pull request #322 from areed/host-preflight-examples
...
Move host preflights examples into separate directory
v0.10.3
2021-02-15 18:18:56 -05:00
Andrew Reed
fe4db40b43
Move host preflights examples into separate directory
...
Add all supported analyzers to host preflight sample.
Don't log transient errors waiting for TCP connection.
Begin human stdout results on new line after spinner.
2021-02-15 22:46:12 +00:00
Andrew Reed
5eef177965
Merge pull request #321 from areed/host-interfaces
...
Analyze ipv4 interfaces
2021-02-15 16:05:11 -05:00
Andrew Reed
6498c34da5
Analyze ipv4 interfaces
...
Co-authored-by: Andrew Lavery <laverya@umich.edu >
2021-02-15 20:54:53 +00:00
Andrew Reed
b0a005796c
Merge pull request #317 from areed/host-remote-port
...
Analyze TCP connection
2021-02-15 15:18:11 -05:00
Andrew Reed
1311064d21
Merge pull request #320 from areed/host-http-load-balancer
...
Analyze HTTP load balancer
2021-02-15 12:32:22 -05:00
Andrew Reed
450d7570eb
Analyze HTTP load balancer
2021-02-15 17:22:42 +00:00
Andrew Reed
40af0f8a9c
Analyze TCP connection
2021-02-12 21:45:57 +00:00
divolgin
529fe8cdbf
Merge pull request #319 from replicatedhq/divolgin/cani
...
log not logs is the subresource
v0.10.2
2021-02-12 11:40:36 -08:00
divolgin
105a718bbb
log not logs is the subresource
2021-02-12 18:38:46 +00:00
divolgin
c2b53036f9
Merge pull request #318 from replicatedhq/divolgin/cani
...
Fix can-i checks
2021-02-12 09:42:18 -08:00
divolgin
ba22fe9f22
Fix can-i checks
2021-02-12 17:27:48 +00:00
Andrew Reed
8df8a5c792
Merge pull request #316 from areed/host-block-device
...
Analyze block devices
2021-02-11 14:50:22 -05:00
Andrew Reed
0bcd5183f5
Analyze block devices
2021-02-11 19:19:45 +00:00
Andrew Reed
e2c0c722ae
Merge pull request #315 from areed/host-time
...
Get time info from systemd
2021-02-10 15:30:49 -05:00
Andrew Reed
9984fe2caa
Get time info from timedated
2021-02-10 20:01:15 +00:00
Andrew Reed
f2e4127111
Merge pull request #314 from areed/host-preflight-urls
...
Host HTTP request analyzer
2021-02-10 10:56:54 -05:00
Andrew Reed
f25149f45c
Host HTTP request analyzer
2021-02-09 20:31:28 +00:00
Andrew Reed
2a06cb25e4
Merge pull request #313 from areed/fix-darwin-build
...
Fix build for darwin amd64
v0.10.1
2021-02-08 18:00:49 -05:00
Andrew Reed
86bc366ec3
Fix build for darwin amd64
2021-02-08 22:47:06 +00:00