You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a problem when deploying the advanced chart with a cloudProvider of type "external-nfs".
The NFS (AWS EFS) volume fails to mount, since the defined paths in "sharedTenants" and "sharedUserstores" doesn't exist. Once I mounted the volume in an Ubuntu Pod and created the paths, everything worked normally.
The chart could be incremented to add a init check to see if the defined paths exist on the NFS?
Affected Product Version: Chart "advanced/is-pattern-1" - version 5.10.0-1
OS, DB, other environment details and versions:
Steps to reproduce: Deploy the helm chart with the value "wso2.persistentRuntimeArtifacts.cloudProvider" set to "external-nfs" pointing to an instance of EFS on AWS;
Used configuration:
persistentRuntimeArtifacts:
# Persistent storage provider expected to be used for sharing persistent runtime artifacts# This can be one of the following.# 1. internal-nfs - Using the NFS dynamic provisioner for Kubernetes# 2. external-nfs - Using an externally configured NFS servercloudProvider: "external-nfs"# External NFS Server IPnfsServerIP: "<efs-domain>"# Exported location on external NFS Server to be mounted at <IS_HOME>/repository/tenantssharedTenants: "/tenants"# Exported location on external NFS Server to be mounted at <IS_HOME>/repository/deployment/server/userstoressharedUserstores: "/userstores"
The text was updated successfully, but these errors were encountered:
Description:
Hi all!
I found a problem when deploying the advanced chart with a cloudProvider of type "external-nfs".
The NFS (AWS EFS) volume fails to mount, since the defined paths in "sharedTenants" and "sharedUserstores" doesn't exist. Once I mounted the volume in an Ubuntu Pod and created the paths, everything worked normally.
The chart could be incremented to add a init check to see if the defined paths exist on the NFS?
Affected Product Version: Chart "advanced/is-pattern-1" - version 5.10.0-1
OS, DB, other environment details and versions:
Steps to reproduce: Deploy the helm chart with the value "wso2.persistentRuntimeArtifacts.cloudProvider" set to "external-nfs" pointing to an instance of EFS on AWS;
Used configuration:
The text was updated successfully, but these errors were encountered: