1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

RHDEVDOCS 6257 adjust Serverless and GitOps stub description

This commit is contained in:
Misha Ramendik
2024-11-19 22:42:42 +00:00
committed by openshift-cherrypick-robot
parent 9a8f2e9738
commit 4528d668ed
2 changed files with 2 additions and 64 deletions

View File

@@ -10,45 +10,5 @@ toc::[]
[NOTE]
====
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.
The {gitops-title} documentation is available at link:https://docs.openshift.com/gitops/[].
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[].
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/[].
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].
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].
====
{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:
. Application repository with the source code
. Environment configuration repository that defines the desired state of the application
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.
{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.
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.
[id="key-features"]
== Key features
{gitops-title} helps you automate the following tasks:
* Ensure that the clusters have similar states for configuration, monitoring, and storage
* Apply or revert configuration changes to multiple {OCP} clusters
* Associate templated configuration with different environments
* Promote applications across clusters, from staging to production
// add something about CLI tools?
[id="additional-resources_about-op-gitops"]
[role="_additional-resources"]
== Additional resources
* 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]
* 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]
* link:https://docs.openshift.com/gitops/latest/understanding_openshift_gitops/what-is-gitops.html#what-is-gitops[What is GitOps?]

View File

@@ -10,27 +10,5 @@ toc::[]
[NOTE]
====
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.
The {ServerlessProductName} documentation is available at link:https://docs.openshift.com/serverless/[].
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[].
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/[].
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].
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].
====
// add something about CLI tools?
[id="additional-resources_about-serverless"]
[role="_additional-resources"]
== Additional resources
ifdef::openshift-enterprise[]
* xref:../../operators/understanding/crds/crd-extending-api-with-crds.adoc#crd-extending-api-with-crds[Extending the Kubernetes API with custom resource definitions]
* xref:../../operators/understanding/crds/crd-managing-resources-from-crds.adoc#crd-managing-resources-from-crds[Managing resources from custom resource definitions]
endif::[]
// above links only included for OCP currently until CRD docs are available in OSD and ROSA
* link:https://www.redhat.com/en/topics/cloud-native-apps/what-is-serverless[What is serverless?]