Skip to content

Commit

Permalink
Merge pull request #244 from Ankit152/nit-fix-doc
Browse files Browse the repository at this point in the history
Added nit fixes to the documentation
  • Loading branch information
anik120 authored Jul 6, 2022
2 parents add7cd5 + 276a1b2 commit 773e2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/Concepts/crds/clusterserviceversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "ClusterServiceVersion"
weight: 2
---

A ClusterServiceVersion (CSV) represents a particular version a running operator on a cluster. It includes metadata such as name, description, version, repository link, labels, icon, etc. It declares `owned`/`required` CRDs, cluster requirements, and install strategy that tells OLM how to create required resources and set up the operator as a [deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/).
A ClusterServiceVersion (CSV) represents a particular version of a running operator on a cluster. It includes metadata such as name, description, version, repository link, labels, icon, etc. It declares `owned`/`required` CRDs, cluster requirements, and install strategy that tells OLM how to create required resources and set up the operator as a [deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/).

OLM requires you to provide metadata about your operator in order to ensure that it can be kept running safely on a cluster, and to provide information about how updates should be applied as you publish new versions of your operator.

Expand Down

0 comments on commit 773e2d9

Please sign in to comment.