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/GOALS.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Not every idea below may bear fruit, but it's never the wrong time to look for n
44
44
45
45
Finally, the bar is still high to writing controllers. Lowering the friction of automation and integration is in everyone's benefit - whether that's a bash script, a Terraform configuration, or custom SRE services. If we can reduce the cost of both infrastructure as code and new infrastructure APIs we can potentially make operational investments more composable.
46
46
47
-
See the [investigations doc for minimal API server](./developers/investigations/minimal-api-server.md) for more on
47
+
See the [investigations doc for minimal API server](./developers/investigations/minimal-api-server.md) for more on
48
48
improving the composability of the Kube API server.
49
49
50
50
@@ -79,4 +79,3 @@ Principles are the high level guiding rules we'd like to frame designs around. T
79
79
6. Consolidate efforts in the ecosystem into a more focused effort
80
80
81
81
Kubernetes is mature and changes to the core happen slowly. By concentrating use cases among a number of participants we can better articulate common needs, focus the design time spent in the core project into a smaller set of efforts, and bring new investment into common shared problems strategically. We should make fast progress and be able to suggest high-impact changes without derailing other important Kubernetes initiatives.
webhook["Mutating/ValidatingWebhookConfiguration<br/>ValidatingAdmissionPolicy<br/>for widgets.v1.example.org<br/><br/>Handle a from ws2 (APIResourceSchema)<br/>Handle b from ws3 (APIResourceSchema)<br/>Handle a from ws1 (CRD)"]
Copy file name to clipboardExpand all lines: docs/content/concepts/workspaces/workspace-termination.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,5 +106,5 @@ You can use this url to construct a kubeconfig for your controller. To do so, us
106
106
107
107
When writing a custom terminator controller, the following needs to be taken into account:
108
108
109
-
* We strongly recommend to use [multicluster-runtime](github.com/kcp-dev/multicluster-runtime) to build your controller in order to properly handle which `LogicalCluster` originates from which workspace
109
+
* We strongly recommend to use [multicluster-runtime](https://github.com/kcp-dev/multicluster-runtime) to build your controller in order to properly handle which `LogicalCluster` originates from which workspace
110
110
* You need to update `LogicalClusters` using patches; They cannot be updated using the update api
0 commit comments