telepresenceio / telepresence

Local development against a remote Kubernetes or OpenShift cluster
https://www.telepresence.io
Other
6.6k stars 520 forks source link

Support installing/connecting to agent in DeploymentConfig workloads #1990

Closed sichapman closed 1 month ago

sichapman commented 3 years ago

As far as I can tell, Telepresence 2 combined with Openshift (4.7) seems to work fine with Deployments and StatefulSets but some of our pods are held in DeploymentConfigs, which do not appear in telepresence list as interceptable and telepresence intercept gives a not found error.

If I use the mutator webhook I can get the agent installed into the pod, but that still doesn't help connecting to it from the client side.

edeandrea commented 2 years ago

+1 to this.

github-actions[bot] commented 3 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment, or this will be closed in 7 days.

thallgren commented 1 month ago

I'm closing this feature request because the OpenShift DeploymentConfig has been deprecated and users are recommended to instead use a Deployment.