Browse Source

fix missing kube resource

pull/10/head
Nicolas Massé 1 year ago
parent
commit
1d17a53272
  1. 7
      content/english/blog/build-multi-architecture-container-images-with-kubernetes-buildah-tekton-aws/index.md
  2. 7
      content/french/blog/build-multi-architecture-container-images-with-kubernetes-buildah-tekton-aws/index.md

7
content/english/blog/build-multi-architecture-container-images-with-kubernetes-buildah-tekton-aws/index.md

@ -1,6 +1,7 @@
---
title: "Build multi-architecture container images with OpenShift, Buildah and Tekton on AWS"
date: 2024-05-02T00:00:00+02:00
lastMod: 2024-08-30T00:00:00+02:00
opensource:
- Kubernetes
- Tekton
@ -420,6 +421,12 @@ The [OpenShift 4.15 documentation](https://docs.openshift.com/container-platform
Install the **AWS EFS CSI Driver Operator**.
```yaml
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: aws-efs-csi-driver-operator
namespace: openshift-cluster-csi-drivers
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:

7
content/french/blog/build-multi-architecture-container-images-with-kubernetes-buildah-tekton-aws/index.md

@ -1,6 +1,7 @@
---
title: "Construction d'images de conteneur multi-architecture avec OpenShift, Buildah et Tekton dans le cloud AWS"
date: 2024-05-02T00:00:00+02:00
lastMod: 2024-08-30T00:00:00+02:00
opensource:
- Kubernetes
- Tekton
@ -420,6 +421,12 @@ La [documentation OpenShift 4.15](https://docs.openshift.com/container-platform/
Installer l'**AWS EFS CSI Driver Operator**.
```yaml
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: aws-efs-csi-driver-operator
namespace: openshift-cluster-csi-drivers
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:

Loading…
Cancel
Save