Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose the storage provider endpoint as a configmap #132

Open
ashishmax31 opened this issue Mar 9, 2022 · 0 comments
Open

Expose the storage provider endpoint as a configmap #132

ashishmax31 opened this issue Mar 9, 2022 · 0 comments

Comments

@ashishmax31
Copy link

ashishmax31 commented Mar 9, 2022

As an SRE we would like to build some scripts/automation around the odf-provider addon to retrieve the storage provider endpoint and supply it to the customer/CEE teams.

Proposal:
The operator creates a configmap containing the StorageProviderEndpoint string in the operator's namespace.

apiVersion: v1
kind: ConfigMap
metadata:
  name: ocs-storage-provider-endpoint
data:
  storage_provider_endpoint: <storage provider endpoint>
@ashishmax31 ashishmax31 changed the title Include the storage provider endpoint as an attribute in the ManagedOCS status api Expose the storage provider endpoint as a configmap Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant