pixie
pixie copied to clipboard
Instant Kubernetes-Native Application Observability
It is strongly recommended to change the default value of ImagePullPolicy to "IfNotPresent" in all deployments, statefulset.
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...
**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...
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`...
!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...
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...
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...
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...
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...