Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 384 Bytes

eks-setup.md

File metadata and controls

17 lines (14 loc) · 384 Bytes

Setup for EKS

Define and apply an IRSASetup custom resource.

apiVersion: irsa-manager.kkb0318.github.io/v1alpha1
kind: IRSASetup
metadata:
  name: irsa-init
  namespace: irsa-manager-system
spec:
  mode: eks
  cleanup: false
  iamOIDCProvider: "oidc.eks.<region>.amazonaws.com/id/<id>"

Check the IRSASetup custom resource status to verify whether it is set to true.