pixie icon indicating copy to clipboard operation
pixie copied to clipboard

Instant Kubernetes-Native Application Observability

Results 408 pixie issues
Sort by recently updated
recently updated
newest added

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

dependencies
python

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...

dependencies
javascript

Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.28.0. Release notes Sourced from axios's releases. Release v0.28.0 Release notes: Bug Fixes fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091) Backports from...

dependencies
javascript

Summary: Exclude DaemonSets (PEMs) from modification by a Vizier's nodeSelector This accomplishes part of #1861. The remaining work is to include new additional node selector configuration values that only apply...

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.0 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...

dependencies
python

We have a GitHub action that runs the pixie perf tool. This has been failing for a number of months, but is valuable for detecting regressions and performance history over...

Summary: [Not for review] Ensure perf tool builds with sysroot and use Ubuntu nodes until COS issues are addressed Relevant Issues: #1900 Type of change: /kind bug Test Plan: N/A

Running Pixie on a recent (v109) COS GKE cluster results in a failed socket tracer. **To Reproduce** 1. Create GKE cluster using COS latest version (v109) 2. `px deploy` 3....

area/datacollector

**Describe the bug** We have a system for setting feature flags on Viziers. The flow is as follows: 1. When the operator is deploying/updating Vizier to a cluster, it makes...

kind/bug
good first issue
area/deployment
priority/important-soon
triage/accepted
area/vizier

Summary: When some or all of the tables `http_events, stirling_error, probe_status, proc_exit_events` are disabled via stirling flags (`PL_STIRLING_SOURCES=...`) the `other_table_size` calculation returns a negative output if `num_tables < 4`. It...