docs: update install docs and ArtifactHub metadata to headlamp namespace #32

Closed
privilegedescalation-engineer[bot] wants to merge 2 commits from docs/update-namespace-refs into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 3d42bcee42 - Show all commits
+1 -1
View File
@@ -48,7 +48,7 @@ src/
- Provisioner: `tns.csi.io`
- Controller pod selector: `app.kubernetes.io/name=tns-csi-driver,app.kubernetes.io/component=controller`
- Node pod selector: `app.kubernetes.io/name=tns-csi-driver,app.kubernetes.io/component=node`
- Driver namespace: `headlamp`
- Driver namespace: `kube-system`
- Metrics port: `8080`
- kbench image: `yasker/kbench:latest`
- kbench managed-by label: `app.kubernetes.io/managed-by=headlamp-tns-csi-plugin`
+2 -2
View File
@@ -42,10 +42,10 @@ The TNS-CSI plugin is a single-page React application bundled as a Headlamp plug
│ ├── /apis/storage.k8s.io/v1/storageclasses │
│ ├── /api/v1/persistentvolumes │
│ ├── /api/v1/persistentvolumeclaims │
│ ├── /api/v1/namespaces/headlamp/pods │
│ ├── /api/v1/namespaces/kube-system/pods │
│ ├── /apis/storage.k8s.io/v1/csidrivers │
│ ├── /apis/snapshot.storage.k8s.io/v1/... │
│ ├── /api/v1/namespaces/headlamp/pods/<pod>/proxy/metrics
│ ├── /api/v1/namespaces/kube-system/pods/<pod>/proxy/metrics
│ └── (Benchmark) /apis/batch/v1/jobs │
└─────────────────────────────────────────────────────┘
```