mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
37 lines
805 B
Plaintext
37 lines
805 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * operators/operator-reference.adoc
|
|
|
|
[id="cloud-credential-operator_{context}"]
|
|
= Cloud Credential Operator
|
|
|
|
[discrete]
|
|
== Purpose
|
|
|
|
The Cloud Credential Operator manages cloud provider credentials as Kubernetes
|
|
custom resource definitions (CRDs).
|
|
|
|
[discrete]
|
|
== Project
|
|
|
|
link:https://github.com/openshift/cloud-credential-operator[openshift-cloud-credential-operator]
|
|
|
|
[discrete]
|
|
== CRDs
|
|
|
|
* credentialsrequests.cloudcredential.openshift.io
|
|
** Scope: Namespaced
|
|
** CR: credentialsrequest
|
|
** Validation: Yes
|
|
|
|
[discrete]
|
|
== Configuration objects
|
|
|
|
No configuration required.
|
|
|
|
[discrete]
|
|
== Notes
|
|
|
|
* The Cloud Credential Operator uses credentials from `kube-system/aws-creds`.
|
|
* The Cloud Credential Operator creates secrets based on `credentialsrequest`.
|