-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Type of question
Open question
Question
What did you do?
Our system is consisted of AWS resources such as EKS, ECR and so on.
I plan to use Operator SDK to develop k8s operators because it is already working like kubebuilder especially in case of go based operator.
However, unfortunately ECR provides only IAM authentication to make the authorization token, Operator sdk provides only CA authentication method to use private image registry. That's why I can't use whole solutions in aws environment.
What did you expect to see?
I wonder someone uses AWS resources with operator sdk who also uses OLM.
I worry about that we have to use kubebuilder instead of operator sdk due to AWS vendor dependency.
Is there anyone use aws resources with operator sdk? If you know and don't mind, please give me any advice.
Environment
Operator type:
/language go
Kubernetes cluster type:
AWS EKS v1.20
$ operator-sdk version
$ go version (if language is Go)
$ kubectl version