Skip to content

Commit dd560a4

Browse files
committed
Making some minor fixes
1 parent bd3026a commit dd560a4

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

modules/installation-alibaba-config-yaml.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ metadata:
4141
- 172.30.0.0/16
4242
platform:
4343
alibabacloud:
44-
defaultMachinePlatform: <2>
44+
defaultMachinePlatform: <2>
4545
instanceType: ecs.g6.xlarge
4646
systemDiskCategory: cloud_efficiency
4747
systemDiskSize: 200
@@ -54,8 +54,7 @@ sshKey: |
5454
----
5555
<1> Required. The installation program prompts you for a cluster name.
5656
<2> Optional. Specify parameters for machine pools that do not define their own platform configuration.
57-
<3> Required. The installation program prompts you for the the region to deploy the cluster to.
57+
<3> Required. The installation program prompts you for the region to deploy the cluster to.
5858
<4> Optional. Specify an existing resource group where the cluster should be installed.
5959
<5> Required. The installation program prompts you for the pull secret.
60-
<6> Optional. The installation program prompts you for the SSH key value that you use to access the machines in your cluster.
61-
60+
<6> Optional. The installation program prompts you for the SSH key value that you use to access the machines in your cluster.

modules/sdpolicy-networking.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Custom domains and subdomains are not available for the platform service routes,
3131
* External control plane load balancer for Red Hat that is reserved for cluster management by Red Hat. Access is strictly controlled, and communication is only possible from allowlisted bastion hosts.
3232
* Default router/ingress load balancer that is the default application load balancer, denoted by `apps` in the URL. The default load balancer can be configured in {cluster-manager} to be either publicly accessible over the internet, or only privately accessible over a pre-existing private connection. All application routes on the cluster are exposed on this default router load balancer, including cluster services such as the logging UI, metrics API, and registry.
3333
* Optional: Secondary router/ingress load balancer that is a secondary application load balancer, denoted by `apps2` in the URL. The secondary load balancer can be configured in {cluster-manager} to be either publicly accessible over the internet, or only privately accessible over a pre-existing private connection. If a 'Label match' is configured for this router load balancer, then only application routes matching this label will be exposed on this router load balancer, otherwise all application routes are also exposed on this router load balancer.
34-
* Optional: Load balancers for services that can can be mapped to a service running on {product-title} to enable advanced ingress features, such as non-HTTP/SNI traffic or the use of non-standard ports. These can be purchased in groups of 4 for standard clusters, or they can be provisioned without charge in Customer Cloud Subscription (CCS) clusters; however, each AWS account has a quota that link:https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-limits.html[limits the number of Classic Load Balancers] that can be used within each cluster.
34+
* Optional: Load balancers for services that can be mapped to a service running on {product-title} to enable advanced ingress features, such as non-HTTP/SNI traffic or the use of non-standard ports. These can be purchased in groups of 4 for standard clusters, or they can be provisioned without charge in Customer Cloud Subscription (CCS) clusters; however, each AWS account has a quota that link:https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-limits.html[limits the number of Classic Load Balancers] that can be used within each cluster.
3535

3636
[id="network-usage{context}"]
3737
== Network usage

serverless/admin_guide/serverless-configuration.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ The `spec.config` in the Knative custom resources have one `<name>` entry for ea
2121

2222
You can specify that the `KnativeServing` custom resource uses the `config-domain` config map as follows:
2323

24-
```yaml
24+
[source,yaml]
25+
----
2526
apiVersion: operator.knative.dev/v1alpha1
2627
kind: KnativeServing
2728
metadata:
@@ -34,12 +35,13 @@ spec:
3435
selector:
3536
app: prod
3637
example.com: ""
37-
```
38+
----
3839
<1> Specifies the `config-domain` config map.
3940

4041
You can apply values to multiple config maps. This example sets `stable-window` to 60s in the `config-autoscaler` config map, as well as specifying the `config-domain` config map:
4142

42-
```yaml
43+
[source,yaml]
44+
----
4345
apiVersion: operator.knative.dev/v1alpha1
4446
kind: KnativeServing
4547
metadata:
@@ -54,6 +56,6 @@ spec:
5456
example.com: ""
5557
autoscaler: <2>
5658
stable-window: "60s"
57-
```
59+
----
5860
<1> Specifies the `config-domain` config map.
5961
<2> Specifies the `stable-window` setting in the `config-autoscaler` config map.

0 commit comments

Comments
 (0)