mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OSDOCS#15857: Change *OperatorHub* to *Software Catalog* &tc.
This commit is contained in:
@@ -49,7 +49,7 @@ Install the ACK controller to create and delete buckets in the S3 service by usi
|
||||
We will use an Operator to make it easy. The Operator installation will also create an `ack-system` namespace and a service account `ack-s3-controller` for you.
|
||||
|
||||
. Log in to the cluster console.
|
||||
. On the left menu, click *Operators*, then *OperatorHub*.
|
||||
. On the left menu, click *Ecosystem*, then *Software Catalog*.
|
||||
. In the filter box, enter "S3" and select *AWS Controller for Kubernetes - Amazon S3*.
|
||||
+
|
||||
image:cloud-experts-deploying-integrating-ack-operator.png[]
|
||||
@@ -390,4 +390,4 @@ $ aws s3 ls s3://${OSTOY_NAMESPACE}-bucket
|
||||
----
|
||||
$ aws s3 ls s3://ostoy-bucket
|
||||
2023-05-04 22:20:51 51 OSToy.txt
|
||||
----
|
||||
----
|
||||
|
||||
@@ -261,7 +261,7 @@ EOF
|
||||
$ oc new-project external-dns-operator
|
||||
----
|
||||
|
||||
. Install the `External DNS` Operator from OperatorHub:
|
||||
. Install the `External DNS` Operator from the software catalog:
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
|
||||
@@ -20,9 +20,9 @@ toc::[]
|
||||
|
||||
link:https://aws-controllers-k8s.github.io/community/[AWS Controllers for Kubernetes] (ACK) lets you define and use AWS service resources directly from {product-title}. With ACK, you can take advantage of AWS-managed services for your applications without needing to define resources outside of the cluster or run services that provide supporting capabilities such as databases or message queues within the cluster.
|
||||
|
||||
You can install various ACK Operators directly from OperatorHub. This makes it easy to get started and use the Operators with your applications. This controller is a component of the AWS Controller for Kubernetes project, which is currently in developer preview.
|
||||
You can install various ACK Operators directly from the software catalog. This makes it easy to get started and use the Operators with your applications. This controller is a component of the AWS Controller for Kubernetes project, which is currently in developer preview.
|
||||
|
||||
Use this tutorial to deploy the ACK S3 Operator. You can also adapt it for any other ACK Operator in the OperatorHub of your cluster.
|
||||
Use this tutorial to deploy the ACK S3 Operator. You can also adapt it for any other ACK Operator in the software catalog of your cluster.
|
||||
|
||||
[id="cloud-experts-using-aws-ack-prerequisites"]
|
||||
== Prerequisites
|
||||
@@ -145,7 +145,7 @@ $ oc -n ack-system create configmap \
|
||||
--from-env-file=${SCRATCH}/config.txt ack-${ACK_SERVICE}-user-config
|
||||
----
|
||||
+
|
||||
. Install the ACK S3 Operator from OperatorHub:
|
||||
. Install the ACK S3 Operator from the software catalog:
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user