telepresence
telepresence copied to clipboard
Telepresence doesn't see workload on newly created namespace
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:
- Run
telepresence connect
- Create namespace
new-namespace
- Create some workload taken into account by telepresence.
- Run
telepresence list -n new-namespace
- 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.