From 2e91a3b097bc6edc2af624e946ba774e54d82ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 15 Mar 2024 15:31:42 +0100 Subject: [PATCH] wip --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 646d28e..25e1d91 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Multi-architecture Tekton Pipeline +## Tekton configuration + +```sh +oc patch configmap/feature-flags -n openshift-pipelines --type=merge -p '{"data":{"disable-affinity-assistant":"true"}}' +``` + ## Setup on AWS - [Install the AWS EFS CSI Driver Operator](https://docs.openshift.com/container-platform/4.15/storage/container_storage_interface/persistent-storage-csi-aws-efs.html#persistent-storage-csi-olm-operator-install_persistent-storage-csi-aws-efs) @@ -31,3 +37,5 @@ parameters: directoryPerms: "700" basePath: "/pv" ``` + +- [Create and configure access to EFS volumes in AWS](https://docs.openshift.com/container-platform/4.15/storage/container_storage_interface/persistent-storage-csi-aws-efs.html#efs-create-volume_persistent-storage-csi-aws-efs)