kubernetes/test/e2e/framework
Kubernetes Submit Queue 4b69418676
Merge pull request #59661 from shyamjvs/fix-profile-gatherer
Automatic merge from submit-queue (batch tested with PRs 59424, 59672, 59313, 59661). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Disable symbol resolution by pprof in profile-gatherer

Because otherwise it is failing while trying to symbolize, due to lack of a kube-apiserver binary locally (as noted by @wojtek-t) within the job pod:

```
Local symbolization failed for kube-apiserver: open /usr/local/bin/kube-apiserver: no such file or directory
```

This does seem to still produce a graph with all named references - so it seems fine to avoid it. The [documentation](https://github.com/google/pprof/blob/master/doc/pprof.md#symbolization) says:

```
pprof can add symbol information to a profile that was collected only with address information. This is useful for profiles for compiled languages, where it may not be easy or even possible for the profile source to include function names or source coordinates.
```

So my feeling is that for golang, the function names, etc are included in the profile source.

/cc @wojtek-t @kubernetes/sig-scalability-misc 

```release-note
NONE
```
2018-02-09 14:46:37 -08:00
..
ginkgowrapper update BUILD files 2017-10-15 18:18:13 -07:00
metrics Update generated files 2017-11-09 12:14:08 +01:00
timer Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
authorizer_util.go PodSecurityPolicy E2E tests 2017-11-01 16:00:32 -07:00
BUILD Merge pull request #59010 from cheftako/webhook-crd 2018-02-07 15:27:37 -08:00
cleanup.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
crd_util.go Fix flaky AdmissionWebhook e2e-crd tests 2018-02-06 11:34:57 -08:00
deployment_util.go Merge pull request #55439 from crimsonfaith91/revamp 2018-02-02 17:17:33 -08:00
exec_util.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
firewall_util.go Test ports are covered by firewall 2018-02-05 16:54:15 -08:00
firewall_util_test.go Test ports are covered by firewall 2018-02-05 16:54:15 -08:00
framework.go Reset DeferredDiscoveryRESTMapper before use 2018-01-30 11:53:20 -05:00
get-kubemark-resource-usage.go add grabbing CA metrics in e2e tests 2017-08-10 11:22:45 +02:00
google_compute.go [e2e util] Remove static IP functions based on gcloud 2018-01-19 18:42:32 -08:00
gpu_util.go Update URLs for nvidia gpu device plugin and nvidia driver installer. 2017-11-14 15:31:22 -08:00
ingress_utils.go [e2e ingress-gce] Plumb the Logger interface and avoid assertion in util functions 2018-02-06 15:39:51 -08:00
jobs_util.go use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
kubelet_stats.go Remove check for SubResourcePodProxyVersion and SubResourceServiceAndNodeProxyVersion 2017-11-03 23:11:09 +08:00
log_size_monitoring.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
metrics_util.go Merge pull request #55056 from porridge/typo-percentil 2017-11-20 01:40:50 -08:00
networking_utils.go Revert "Fix for the network partition tests" 2017-12-04 04:26:14 -08:00
nodes_util.go Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
perf_util.go Report scope in e2e test metrics 2017-09-11 22:13:55 -04:00
pods.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
profile_gatherer.go Merge pull request #59661 from shyamjvs/fix-profile-gatherer 2018-02-09 14:46:37 -08:00
psp_util.go Don't create PSP binding when RBAC is not enabled 2017-12-16 15:28:42 +01:00
pv_util.go Merge pull request #57872 from mlmhl/volume_metric_bound_pvc 2018-02-05 18:43:37 -08:00
rc_util.go removes the remainder from ScalerFor method 2018-01-29 20:02:27 +01:00
resource_usage_gatherer.go Add e2e tests for GPU monitoring. 2018-01-26 15:30:55 -08:00
rs_util.go use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
service_util.go Collect all the assorted image URLs from e2e tests in one place 2017-12-19 12:16:07 -05:00
size.go Support multizone clusters in GCE and GKE e2e tests 2017-11-10 15:29:15 +01:00
statefulset_utils.go Promote SS to apps/v1 2018-01-18 13:48:52 +05:30
test_context.go Introduce apiserver profile-gathering library in testing framework 2018-02-02 13:27:29 +01:00
upgrade_util.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
util.go Merge pull request #59094 from jianglingxia/jlx-013114 2018-02-03 22:36:09 -08:00
volume_util.go Change default volume source to regular emptydir for e2e volume servers 2018-01-16 11:21:06 -08:00