You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FAQ.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Yes.
31
31
32
32
## How will storage work at the workspace level for administration?
33
33
34
-
We are in the early stages of (brainstorming storage use cases)[https://docs.google.com/document/d/13VpnyBQHpaishrastdO3kGApKLzYBeb9QXdKn3o2vHs/edit#heading=h.tg51mxx1tg19]. Please join in the conversation if you have opinions or use cases in this areas.
34
+
We are in the early stages of [brainstorming storage use cases](https://docs.google.com/document/d/13VpnyBQHpaishrastdO3kGApKLzYBeb9QXdKn3o2vHs/edit#heading=h.tg51mxx1tg19). Please join in the conversation if you have opinions or use cases in this areas.
35
35
36
36
## With multiple `Workspaces` on a single cluster, that implies `Pods` from multiple tenants are on the same host VM. Does this mean privileged `Pods` are forbidden to avoid cross contamination with host ports and host paths?
37
37
@@ -43,11 +43,11 @@ Controller patterns are something we are actively working on defining better. I
43
43
44
44
## Can I get the logs of a pod deployed via kcp? Can I attach to a pod or exec to a pod?
45
45
46
-
Yes. We are tracking [read-through of resources](https://github.com/kcp-dev/kcp/issues/25) and [debugging](https://github.com/kcp-dev/kcp/issues/521) as use cases we need to support. You can view a demo of the current work in our (April 26 Community Call Recording)[https://www.youtube.com/watch?v=joR39RR2Gwo].
46
+
Yes. We are tracking [read-through of resources](https://github.com/kcp-dev/kcp/issues/25) and [debugging](https://github.com/kcp-dev/kcp/issues/521) as use cases we need to support. You can view a demo of the current work in our [April 26 Community Call Recording](https://www.youtube.com/watch?v=joR39RR2Gwo).
47
47
48
48
## Are workspaces hierarchical?
49
49
50
-
[Workspaces](https://github.com/kcp-dev/kcp/blob/main/docs/workspaces.md) can contain other workspaces and workspaces are typed. Please see the [Worksapce documentation](https://github.com/kcp-dev/kcp/blob/main/docs/workspaces.md) for more details.
50
+
[Workspaces](https://github.com/kcp-dev/kcp/blob/main/docs/workspaces.md) can contain other workspaces and workspaces are typed. Please see the [Workspace documentation](https://github.com/kcp-dev/kcp/blob/main/docs/workspaces.md) for more details.
51
51
52
52
## Are custom admission controllers considered? How would that work across clusters if api server and the actual service is located elsewhere?
0 commit comments