telepresence icon indicating copy to clipboard operation
telepresence copied to clipboard

Telepresence doesn't see workload on newly created namespace

Open psemeniuk opened this issue 2 years ago • 0 comments

Describe the bug Hi, it seems that telepresence doesn't show workload from namespaces created after telepresence connect.

To Reproduce Steps to reproduce the behavior:

  1. Run telepresence connect
  2. Create namespace new-namespace
  3. Create some workload taken into account by telepresence.
  4. Run telepresence list -n new-namespace
  5. It returns No Workloads (Deployments, StatefulSets, or ReplicaSets)

Expected behavior Workload deployed in new-namespace should be visible by telepresence.

Versions:

  • Client: v2.7.1 (api v3)
  • Root Daemon: v2.7.1 (api v3)
  • User Daemon: v2.7.1 (api v3)
  • Traffic manager 2.7.1
  • MacOS
  • EKS 1.21

Additional context Probably some local cache, because after telepresence quit -ur + telepresence connect sequence everything is visible again.

psemeniuk avatar Aug 16 '22 13:08 psemeniuk