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/versioned/admin/admin-overview.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Knative configurations are performed by the following methods:
112
112
113
113
Some platform-wide settings can be managed declaratively using the Knative Operator, installed with the `kn` Knative CLI plugin. You can manage the operator without using the `kn` CLI. The `kn` CLI manages only operator installations.
114
114
115
-
For more information, see [Installing CLI tools](../client/README.md)
115
+
For more information, see [Configuring Knative by using the Operator](../install/operator/configuring-with-operator.md) and [CLI tools](../client/README.md).
116
116
117
117
Knative uses Kubernetes YAML manifests to define and configure system components. These manifests include core resources, custom resource definitions (CRDs), and extensibility features. As with Kubernetes, these configuration resources are declarative and can be managed using the `kubectl` CLI tool or with continuous delivery tools.
118
118
@@ -125,11 +125,9 @@ The following sections provide an overview of the current configuration resource
125
125
|[Default configurations](../serving/configuration/config-defaults.md)|`config-defaults`| Default resource values such as performance, hardware, and storage settings. |
126
126
|[Deployment resources](../serving/configuration/deployment.md)|`config-deployment`| Kubernetes deployment resources that back Knative services. |
127
127
|[Domain names](../serving/using-a-custom-domain.md)|`config-domain`| Configure and publish domains. |
128
-
|[High-availability](../serving/config-ha.md)| NA | Configure ensure that APIs stay operational if a disruption occurs. |
129
128
|[Garbage collection](../serving/revisions/revision-admin-config-options.md)|`config-gc`| Disable and enable collection and set retention time values. |
130
129
|[Ingress gateway](../serving/setting-up-custom-ingress-gateway.md)|`config-istio`| For new clusters, you can configure your own gateway and underlying service. |
131
130
|[Istio authorization](../serving/istio-authorization.md)| NA | Grant authorization to your deployed Knative services. |
132
-
|[Namespace exclusion from webhook](../serving/webhook-customizations.md)| NA | For performance concerns during an upgrade. |
133
131
|[Rollout duration for revisions](../serving/configuration/rolling-out-latest-revision-configmap.md)|`config-network`| Adjust rollout durations to accommodate longer request queues. |
134
132
|[Security - Certificates](../serving/encryption/configure-certmanager-integration.md)|`config-certmanager`| Describes how to manage automatic certificate provisioning. |
135
133
|[Security - Encryptions](../serving/encryption/encryption-overview.md)|`config-network`| Provides links to procedures for encrypting external domains, the local cluster, and system internal. |
@@ -146,4 +144,9 @@ The following sections provide an overview of the current configuration resource
146
144
|[KEDA Autoscaling of Kafka Resources](../eventing/configuration/keda-configuration.md)|`config-kafka-features`| Configure how KEDA scales a KafkaSource, trigger, or subscription. Note: This feature is is Alpha pre-release. |
147
145
|[Sugar Controller](../eventing/sugar/README.md)|`config-sugar`| Configure the Sugar controller, which reacts to label configurations to produce or control eventing resources. See also [Knative Eventing Sugar Controller](../eventing/sugar/README.md). |
148
146
147
+
### Common configurations
149
148
149
+
| Configuration | ConfigMap | Description |
150
+
| -- | --- | --- |
151
+
|[High-availability](../serving/config-ha.md)| NA | Configure ensure that APIs stay operational if a disruption occurs. |
152
+
|[Namespace exclusion from webhook](../serving/webhook-customizations.md)| NA | For performance concerns during an upgrade. |
0 commit comments