Skip to main content

Log - Sprint 1 ๐Ÿ›ซ

ยท 2 min read

Dateโ€‹

Flight Logs contain information relating to steps completed between 02/13/24 - 02/15/24

Key Accomplishmentsโ€‹

  • Client provisioned a small EKS cluster and was able to go through staging steps.
  • Customer was able to do the workaround provided yesterday to support hierarchical image naming convention in Amazon ECR.
  • Deployed OpenLDAP & Postgresql.
  • Successfully deployed the FileNet Operator into the customer's AWS EKS environment by manual process.

Challengesโ€‹

  • Postgresql Failure: Permission issue while deploying postgresql.

    • Error Message: "chmod: changing permission of '/var/lib/postgresql': Operation not permitted"
    • Solution: Client used โ€œefs-scโ€ (file storage) from the the FNCM Operator CR yaml. The postgres-pvc.yaml said to use โ€œebs-gp3-scโ€ (block storage). Switched the storageclass to fix the error.
  • Amazon ECR: ECR has a flat structure so to maintain hierarchical naming structure of Filenet images client has to create separate repositories within ECR.

Lessons Learnedโ€‹

  • Make a note in the documentation to make it clear to use EBS(Block storage) instead of EFS for Postgresql.
  • Amazon ECR behavior and workaround needs updated in the documentation.
  • Both load balancer and nginx are needed. Nginx only works on ports 80 and 443 and other port goes through the load balancer.

Action Itemsโ€‹

Next Stepsโ€‹

  • Go through the FNCM CRD and fill out the configuration.

Trackingโ€‹