Skip to content

Commit 21ba9f0

Browse files
authored
Merge branch 'latest' into W-14938259-permissions-rtf-runtime-manager-kt
2 parents 54fa3c0 + b21d609 commit 21ba9f0

27 files changed

+335
-76
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
"**/.exchange.xml": true,
1313
"**/.vscode": true,
1414
"**/.mvn": true,
15+
"**/.tmp": true,
16+
"**/.settings": true,
1517
"**/.exchange_modules_tmp": true,
1618
".mule": true
17-
},
18-
"asciidoc.antora.enableAntoraSupport": false
19+
}
1920
}

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @sarathecoubian @mulesoft/team-docs
1+
* @luanamulesoft @kevintroller @mulesoft/team-docs

cloudhub-2/modules/ROOT/pages/_partials/caveats.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ You cannot change the name of an app after you deploy it. To change the name, yo
1111
// end::noRenameApp[]
1212

1313
//tag::supportedMule[]
14-
CloudHub 2.0 supports Mule runtime engine versions 4.3.x, 4.4.x, 4.5.x.
14+
CloudHub 2.0 supports Mule runtime engine versions 4.3.x and later.
1515
Mule 3.x is not supported.
1616
// end::supportedMule[]
17+
18+
//tag::softDelete[]
19+
Runtime Manager doesn't support deploying an application to CloudHub 2.0 or Runtime Fabric if the asset was previously xref:exchange::to-delete-asset.adoc[soft-deleted] in Exchange.
20+
// end::softDelete[]

cloudhub-2/modules/ROOT/pages/ch2-architecture.adoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The following table summarizes what DNS records are available for your applicati
138138
[%header,cols="15a,10a,30a,40a,40a"]
139139
|===
140140
| Region Name | Region | Target ID | Example DNS Record | Target Name
141-
5+h| US Runtime Plane Regions
141+
5+h| US Cloud: Runtime Plane Regions
142142
| US East (N. Virginia) |usa-e1 | `cloudhub-us-east-1` | `myapp-_uniq-id_._shard_.usa-e1.cloudhub.io` | `Cloudhub-US-East-1`
143143
| US East (Ohio) |usa-e2| `cloudhub-us-east-2` | `myapp-_uniq-id_._shard_.usa-e2.cloudhub.io` | `Cloudhub-US-East-2`
144144
| US West (N. California) |usa-w1 |`cloudhub-us-west-1` | `myapp-_uniq-id_._shard_.usa-w1.cloudhub.io` | `Cloudhub-US-West-1`
@@ -151,11 +151,13 @@ The following table summarizes what DNS records are available for your applicati
151151
| EU (Ireland) |irl-e1 | `cloudhub-eu-west-1` | `myapp-_uniq-id_._shard_.irl-e1.cloudhub.io` | `Cloudhub-EU-West-1`
152152
| EU (Frankfurt) |deu-c1 | `cloudhub-eu-central-1` | `myapp-_uniq-id_._shard_.deu-c1.cloudhub.io` | `Cloudhub-EU-Central-1`
153153
| EU (London) |gbr-e1 | `cloudhub-eu-west-2` | `myapp-_uniq-id_._shard_.gbr-e1.cloudhub.io` | `Cloudhub-EU-West-2`
154-
5+h|MuleSoft Government Cloud Region
155-
| US Gov West |usag-w1.gov| N/A | `myapp-_uniq-id_._shard_.usg-w1.gov.cloudhub.io` | N/A
156-
5+h| EU Runtime Plane Regions
154+
5+h| EU Cloud: Runtime Plane Regions
157155
| EU (Ireland) |irl-e1.eu1 | `cloudhub-eu-west-1` | `myapp-_uniq-id_._shard_.irl-e1.eu1.cloudhub.io` | `Cloudhub-EU-West-1`
158156
| EU (Frankfurt) |deu-c1.eu1 | `cloudhub-eu-central-1` | `myapp-_uniq-id_._shard_.deu-c1.eu1.cloudhub.io` | `Cloudhub-EU-Central-1`
157+
5+h| Canada Cloud: Runtime Plane Regions
158+
| Canada (Central) |can-c1| `cloudhub-ca-central-1` | `myapp-uniq-id.can-c1.ca1.cloudhub.io` | `Cloudhub-CA-Central-1`
159+
5+h| Japan Cloud: Runtime Plane Regions
160+
| Asia Pacific (Tokyo) |jpn-e1| `cloudhub-ap-northeast-1` | `myapp-uniq-id.jpn-e1.jp1.cloudhub.io` | `Cloudhub-AP-Northeast-1`
159161
|===
160162

161163
For example, if you deploy an application named `myapp` to Canada (Central), the domain used to access the application is `myapp-_uniq-id_._shard_.can-c1.cloudhub.io`.
@@ -258,7 +260,7 @@ The monitoring script exits and the application is left unchanged until you manu
258260
////
259261

260262
The logs report the details of the restart procedure.
261-
You can also receive alerts and diagnostic information if your application becomes unresponsive.
263+
You can also receive alerts and diagnostic information if your application becomes unresponsive. For more information, see xref:ch2-config-app-alerts.adoc[].
262264

263265

264266
== Security

cloudhub-2/modules/ROOT/pages/ch2-clustering.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ If the entire application is updated or redeploying while the batch is running,
4747
The main solution for persistent batch jobs in CloudHub 2.0 is to use
4848
xref:object-store::index.adoc[].
4949

50+
In Kubernetes, a Horizontal Pod Autoscaler (HPA) automatically updates a workload resource to scale the workload to match demand. Horizontal scaling automatically deploys more pods as a response to an increased load. As a result of these regular autoscaling operations, an application can be changed to a new replica without user action.
51+
5052
== Enable Clustering Features
5153

5254
You can enable and disable either or both features of clustering in one of two ways:

cloudhub-2/modules/ROOT/pages/ch2-comparison.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ CloudHub 2.0 does not support the following infrastructure features or functions
5050

5151
CloudHub 2.0 application behavior deviates from CloudHub 1.0 in the following ways:
5252

53-
* Only Mule 4.3.0 through 4.6.x are supported.
53+
* Only Mule 4.3.0 and later versions are supported.
5454
* Application bursting depends on the resource usage of other applications that are deployed in the private space and is not guaranteed.
5555
* Secure application properties are stored in encrypted, private vaults and cannot be viewed directly by users or MuleSoft staff after they are created. Secure properties are accessible only by the application itself. You can overwrite the properties to new values at any time.
5656
* Use xref:mq::index.adoc[Anypoint MQ] for persistent queues and other queue management. Persistent queues are not supported.

cloudhub-2/modules/ROOT/pages/ch2-config-app-alerts.adoc

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,13 @@ This limit is enforced by a combination of organization, environment, alert (nam
1717
[[configure-custom-app-alerts]]
1818
== Create a Custom Alert
1919

20-
Use Runtime Manager to set up an alert related to successful app deployment:
21-
22-
// SELECT APPS SHARED
23-
include::partial$select-private-space.adoc[tag=selectAppsPage]
24-
include::partial$select-private-space.adoc[tag=clickAppName]
25-
. In the navigation menu, click *Alerts*.
26-
. On the *Alerts* page, click the blue plus icon (*+*).
27-
. On the *Create an Alert* page, configure your custom alert and click *Submit*:
28-
// +
29-
// <screenshot>
30-
// +
31-
// image::alerts-custom-rtm-create.png[Applications field in the Create an Alert window]
32-
+
20+
In Runtime Manager, bind the custom notification to an alert:
21+
22+
. From Anypoint Platform, select *Runtime Manager*.
23+
. In the navigation menu, click *Alerts*.
24+
. Click the blue plus icon (*+*) to create a new alert.
25+
. In the *Create an Alert* page, configure your custom alert and click *Submit*:
26+
3327
Name::
3428
Enter a meaningful name for the custom alert.
3529
Severity level::
@@ -40,9 +34,9 @@ Select the severity level to apply to the alert:
4034
Source::
4135
Select *Applications* for the alert source.
4236
Application type::
43-
Select *CloudHub Applications*.
37+
Select *CloudHub 2.0 and RTF Applications*.
4438
Applications::
45-
Select the application that contains the flow that you configured to trigger a custom notification.
39+
Select the application that contains the flow that you configured to trigger a custom alert.
4640
Condition::
4741
Select one of the following:
4842
** Deployment success: An app deploys and runs
@@ -58,6 +52,8 @@ Enter the email addresses for notification recipients.
5852
You can use variables in the alert *Subject* and *Message* fields.
5953
For information about using variables in alerts, see xref:runtime-manager::alerts-on-runtime-manager.adoc#alert-variables[Alert Variables].
6054

55+
When you trigger the alert, the specified recipients receive an email with the custom message you added to the app.
56+
6157
== See Also
6258

6359
* xref:monitoring::basic-alerts.adoc[]

cloudhub-2/modules/ROOT/pages/ch2-config-endpoints-paths.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ http://helloch2:8081/hello
140140
```
141141
If required, replace `http` with `https`.
142142

143+
[NOTE]
144+
You can't send traffic between applications in different namespaces by using `svc.cluster.local` endpoints.
145+
143146
=== Application-to-Application Communication
144147

145148
An application communicates with another application via:

cloudhub-2/modules/ROOT/pages/ch2-deploy-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GET
2626
https:/anypoint.mulesoft.com/runtimefabric/api/organizations/{organizationId}/privatespaces/{privatespaceId}/ports?available=true&count=10
2727
----
2828

29-
In the request, the `available` parameter enables you to alternate between used and unused ports.
29+
In the request, the `available` parameter provides unused ports in the response.
3030
The `count` parameter lets you specify the number of ports, between 1 and 10. The actual availability of ports limits the end result.
3131

3232
Response:

cloudhub-2/modules/ROOT/pages/ch2-deploy-private-space.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ You deploy apps to a private space using Runtime Manager.
55
[IMPORTANT]
66
include::partial$caveats.adoc[tag=supportedMule]
77

8+
[NOTE]
9+
include::partial$caveats.adoc[tag=softDelete]
10+
11+
812
[[deploy-app-private-space]]
913
== Deploy an App to a Private Space
1014

0 commit comments

Comments
 (0)