telepresence icon indicating copy to clipboard operation
telepresence copied to clipboard

Local development against a remote Kubernetes or OpenShift cluster

Results 271 telepresence issues
Sort by recently updated
recently updated
newest added

## Description This PR updates the tel2/tel2-base image build to be multiarch so telepresence can be used in k8s clusters running on arm nodes. Resolves #753 ## Checklist - [x]...

**Describe the bug** The latest version v2.4.5 works well when I'm not on VPN. But, if I run `telepresence connect` after connecting to VPN, then my VPN specific DNS settings...

I have successfully connected the traffic-manager in the kubernetes cluster, And I have registered into the ambassador cloud with my api key using command: `telepresence login --apikey [apikey]`. After that,...

First of all, I'm a big fan of telepresence as it's making the development process more convenient and saves my time. While I'm still not able to migrate to Telepresence...

t:feature
v2

Some workloads (such as controllers) don't respond to incoming traffic, but instead are oriented around a `watch` to the Kubernetes apiserver. For these workloads, you want to actually stop the...

t:feature
v2

**Describe the bug** When attempting to intercept a service, the `$TELEPRESENCE_ROOT` directory is empty and doesn't contain any of the pod's mounts. During a previous debugging session, a question was...

friction

if you find that `telepresence intercept` on a mac freezes file system access, forcing a reboot, where the root cause is `sshfs` freezes on resource busy, the ultimate cause may...

I have remote kubernetes cluster and have done port forwarding to kube api port number 9443 on my local mac. I can execute kubectl commands which returns expected output. Have...

t:bug
v2

MutatingWebhooks can be defined with an `objectSelector`: ``` › kubectl explain MutatingWebhookConfiguration.webhooks.objectSelector KIND: MutatingWebhookConfiguration VERSION: admissionregistration.k8s.io/v1 RESOURCE: objectSelector DESCRIPTION: ObjectSelector decides whether to run the webhook based on if the...

Traffic manager is coded to expect the mutating webhook certificate and key file to be mounted at /var/run/secrets/tls/crt.pem and /var/run/secrets/tls/key.pem. This breaks with convention used by Kubernetes when creating TLS...