Skip to content

[major] Added changes for creating EFS CSI Driver Operator through Gitops#404

Open
dpdifferent1 wants to merge 40 commits intomainfrom
MASCORE-10777
Open

[major] Added changes for creating EFS CSI Driver Operator through Gitops#404
dpdifferent1 wants to merge 40 commits intomainfrom
MASCORE-10777

Conversation

@dpdifferent1
Copy link
Contributor

The new cluster level app gitops/cluster-applications/000-efs-csi-driver installs the EFS CSI Driver operator through Gitops automation which further creates CSI Driver & Service accounts required for dynamic provisioning & EFS mount point creation.

Screenshot 2026-02-24 at 9 44 40 PM

Copy link
Member

@whitfiea whitfiea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i am not sure what this is adding as there is already an efs operator chart, and this is just renaming some files, with some random db2 changes?

Comment on lines 7 to 11
# Related JIRA Issues:
# - https://jsw.ibm.com/browse/MASCORE-11886
# - https://jsw.ibm.com/browse/MASCORE-11498
# - https://jsw.ibm.com/browse/MASCORE-11506

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we shouldn't be linking to jira here

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

@@ -1,4 +1,4 @@
{{- if not (empty .Values.efs_csi_driver) }}
{{- if and (not (empty .Values.account.hypervisor)) (eq .Values.account.hypervisor "rosa") }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is hypervisor something new?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added input params hypervisor in the pipeline. Based upon hypervisor param, the ArgoApp will be created for EFS CSI Driver. It will have a value either of rosa or fyre in order to enable installation only for ROSA cluster.

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

Successfully merging this pull request may close these issues.

3 participants