Henning C. Nielsen

Results 8 comments of Henning C. Nielsen

@outsmartin: Can we do something to get this going?

Oh yes. I see that that could be a problem. Thanks.

@outsmartin do you know who can help us?

No. Its a private image, but this is the dockerfile: ```dockerfile # https://hub.docker.com/r/rclone/rclone/tags # https://github.com/rclone/rclone/releases FROM rclone/rclone:1.70 LABEL org.opencontainers.image.title="TCS S3 Backup" \ org.opencontainers.image.authors="TCS Team" \ org.opencontainers.image.url="https://github.com/trifork/tcs-s3-backup" \ org.opencontainers.image.documentation="https://github.com/trifork/tcs-s3-backup" \ org.opencontainers.image.source="https://github.com/trifork/tcs-s3-backup"...

```sh > k browse-pvc -n tcs-s3-backup -u 1000 s3-backup-restic Browsing PVC s3-backup-restic in namespace tcs-s3-backup ✓ Attached to browse-s3-backup-restic-fnmb7 > k version Client Version: v1.34.1 Kustomize Version: v5.7.1 Server Version:...

Yes. It starts up as a job and pod, and I can shell into it, if I'm not too slow. So it doesn't attach for some reason.

I can confirm this issue: **Describe the bug** When I edit a namespace by pressing `e`, the editor opens all the namespaces, and not just the selected namespace. **To Reproduce**...