Skip to content

Commit e4fd016

Browse files
committed
RHDEVDOCS 6257 adjust Serverless and GitOps stub description
1 parent 97c3caa commit e4fd016

File tree

2 files changed

+2
-64
lines changed

2 files changed

+2
-64
lines changed

cicd/gitops/about-redhat-openshift-gitops.adoc

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,5 @@ toc::[]
1010

1111
[NOTE]
1212
====
13-
Because {gitops-title} releases on a different cadence from {OCP}, the {gitops-title} documentation is now available as separate documentation sets for each minor version of the product.
14-
15-
The {gitops-title} documentation is available at link:https://docs.openshift.com/gitops/[].
16-
17-
Documentation for specific versions is available using the version selector dropdown, or directly by adding the version to the URL, for example, link:https://docs.openshift.com/gitops/1.8[].
18-
19-
In addition, the {gitops-title} documentation is also available on the Red Hat Portal at https://access.redhat.com/documentation/en-us/red_hat_openshift_gitops/[].
20-
21-
For additional information about the {gitops-title} life cycle and supported platforms, refer to the link:https://access.redhat.com/support/policy/updates/openshift#gitops[Platform Life Cycle Policy].
13+
Because {gitops-title} releases on a different cadence from {product-title}, the {gitops-title} documentation is now available as a separate documentation set at link:https://docs.redhat.com/en/documentation/red_hat_openshift_gitops[Red Hat OpenShift GitOps].
2214
====
23-
24-
{gitops-title} ensures consistency in applications when you deploy them to different clusters in different environments, such as: development, staging, and production. {gitops-title} organizes the deployment process around the configuration repositories and makes them the central element. It always has at least two repositories:
25-
26-
. Application repository with the source code
27-
. Environment configuration repository that defines the desired state of the application
28-
29-
These repositories contain a declarative description of the infrastructure you need in your specified environment. They also contain an automated process to make your environment match the described state.
30-
31-
{gitops-title} uses Argo CD to maintain cluster resources. Argo CD is an open-source declarative tool for the continuous integration and continuous deployment (CI/CD) of applications. {gitops-title} implements Argo CD as a controller so that it continuously monitors application definitions and configurations defined in a Git repository. Then, Argo CD compares the specified state of these configurations with their live state on the cluster.
32-
33-
Argo CD reports any configurations that deviate from their specified state. These reports allow administrators to automatically or manually resync configurations to the defined state. Therefore, Argo CD enables you to deliver global custom resources, like the resources that are used to configure {OCP} clusters.
34-
35-
[id="key-features"]
36-
== Key features
37-
38-
{gitops-title} helps you automate the following tasks:
39-
40-
* Ensure that the clusters have similar states for configuration, monitoring, and storage
41-
* Apply or revert configuration changes to multiple {OCP} clusters
42-
* Associate templated configuration with different environments
43-
* Promote applications across clusters, from staging to production
44-
45-
// add something about CLI tools?
46-
47-
48-
[id="additional-resources_about-op-gitops"]
49-
[role="_additional-resources"]
50-
== Additional resources
51-
52-
* link:https://docs.openshift.com/container-platform/latest/operators/understanding/crds/crd-extending-api-with-crds.html#crd-extending-api-with-crds[Extending the Kubernetes API with custom resource definitions]
53-
* link:https://docs.openshift.com/container-platform/latest/operators/understanding/crds/crd-managing-resources-from-crds.html#crd-managing-resources-from-crds[Managing resources from custom resource definitions]
54-
* link:https://docs.openshift.com/gitops/latest/understanding_openshift_gitops/what-is-gitops.html#what-is-gitops[What is GitOps?]

serverless/about/about-serverless.adoc

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,5 @@ toc::[]
1010

1111
[NOTE]
1212
====
13-
Because {ServerlessProductName} releases on a different cadence from {product-title}, the {ServerlessProductName} documentation is now available as separate documentation sets for each minor version of the product.
14-
15-
The {ServerlessProductName} documentation is available at link:https://docs.openshift.com/serverless/[].
16-
17-
Documentation for specific versions is available using the version selector drop-down list, or directly by adding the version to the URL, for example, link:https://docs.openshift.com/serverless/1.28[].
18-
19-
In addition, the {ServerlessProductName} documentation is also available on the Red Hat Customer Portal at https://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/[].
20-
21-
22-
For additional information about the {ServerlessProductName} life cycle and supported platforms, refer to the link:https://access.redhat.com/support/policy/updates/openshift#ossrvless[Platform Life Cycle Policy].
13+
Because {ServerlessProductName} releases on a different cadence from {product-title}, the {ServerlessProductName} documentation is now available as a separate documentation set at link:https://docs.redhat.com/en/documentation/red_hat_openshift_serverless[Red Hat OpenShift Serverless].
2314
====
24-
25-
// add something about CLI tools?
26-
27-
28-
[id="additional-resources_about-serverless"]
29-
[role="_additional-resources"]
30-
== Additional resources
31-
ifdef::openshift-enterprise[]
32-
* xref:../../operators/understanding/crds/crd-extending-api-with-crds.adoc#crd-extending-api-with-crds[Extending the Kubernetes API with custom resource definitions]
33-
* xref:../../operators/understanding/crds/crd-managing-resources-from-crds.adoc#crd-managing-resources-from-crds[Managing resources from custom resource definitions]
34-
endif::[]
35-
// above links only included for OCP currently until CRD docs are available in OSD and ROSA
36-
* link:https://www.redhat.com/en/topics/cloud-native-apps/what-is-serverless[What is serverless?]

0 commit comments

Comments
 (0)