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: modules/acm/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@
3
3
This module installs [Anthos Config Management](https://cloud.google.com/anthos-config-management/docs/) (ACM) in a Kubernetes cluster.
4
4
5
5
Specifically, this module automates the following steps for [installing ACM](https://cloud.google.com/anthos-config-management/docs/how-to/installing):
6
-
1. Installing the ACM Operator on your cluster.
7
-
2. Generating an SSH key for accessing Git and providing it to the Operator
8
-
3. Configuring the Operator to connect to your ACM repository
6
+
1. Enabling the ACM feature on hub.
7
+
2. Installing the ACM Operator on your cluster.
8
+
3. Optionally, generating an SSH key for accessing Git and providing it to the Operator
9
+
4. Configuring the Operator to connect to your ACM repository
0 commit comments