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: docs/content/kube-bind.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,6 @@ However in most other aspects, the two projects differ dramatically in scope and
55
55
|**Installation Location**<br><small>Where is the active part installed to?</small> | provider cluster | consumer cluster |
56
56
|**Compatibility / Scope**<br><small>What is this software meant to be used with?</small> | synchronize objects between kcp and Kubernetes | handshake between two parties;<br>synchronize between any two Kubernetes endpoints |
57
57
|**Cluster Access**<br><small>In which direction is the communication established?</small> | provider connects to kcp<br><small>(provider cluster can be firewalled off)</small> | consumer to provider<br><small>(provider cluster needs to be publicly accessible)</small> |
58
-
|**Ownership**<br><small>Who owns each project?</small> | kcp community | SIG Multicluster |
59
58
|**Scope Support**<br><small>What kind of resources are supported?</small> | cluster scoped,<br>namespaced | cluster scoped,<br>namespaced |
60
59
|**Mutations**<br><small>Changing an object's content in transit</small> | ✅ | ❌ |
61
60
|**Projections**<br><small>Changing an object's group, version or kind in transit</small> | ✅ | ❌ |
0 commit comments