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

It is strongly recommended to change the default value of ImagePullPolicy to "IfNotPresent" in all deployments, statefulset.

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

Use of the the --kubeconfig arg. does not correctly flow through to e.g. kubectl invocations. To see how this can cause an error do the following: 1. delete your own...

priority/backlog
triage/accepted
area/cli

**Describe the bug** I wrote a PxL script that passed `not var_name` to a function argument. I received a message saying that the type of `not var_name` was unknown. **To...

We would expect the scripts shown in `ctrl + k` to be sorted in some reasonable order, so that scripts are easier for the user to filter through. !image-2021-10-08-14-04-29-654.png|width=200,height=183! ┆Issue...

priority/backlog
triage/accepted
area/cli

See the GitHub issue for further discussion: https://github.com/pixie-io/pixie/issues/312 Frequently, when running auth.login, we get the error of "too many open files". There is a fix which is to use `ulimit`...

priority/backlog
triage/accepted
area/cli

!image-2022-03-01-15-11-02-070.png|width=200,height=183! When running `px deploy` , even if a user cancels the deployment, we still go ahead and print out the next steps. We should instead print out a message...

priority/backlog
triage/accepted
area/cli

I am entirely new to Pixie. Please Pardon me if things mentioned below are already present. **Is your feature request related to a problem? Please describe.** I am looking for...

kind/feature
area/deployment
priority/important-soon
triage/accepted

The following golang client does not get traced by Pixie: url, exists := os.LookupEnv("EGRESS_URL") if !exists { log.Fatal("Must specify EGRESS_URL in environment to run malicious egress. See README.md.") } jsonData...

priority/backlog
triage/accepted
tmp/imported

Using a simple golang client to call an HTTPS endpoint leads to data not being traced. Note that even when forcing golang to use an HTTP/1.1 client instead of HTTP2...

priority/backlog
triage/accepted
tmp/imported

Kubernetes has a graceful termination time limit. This time limit may be too low for a pem shutdown to complete. We should: 1. Try to characterize how long it takes...

priority/backlog
triage/accepted
tmp/imported