sorenmat/k8s-rds

Users should be instructed to create AWS-related secret before starting the controller

ldimaggi opened this issue · 1 comments

Users should be instructed to create an AWS-related secret, before performing this action:

kubectl apply -f deploy/deployment-rbac.yaml

The secret to create should take this form (users must supply their own AWS KEY and KEY_ID):

apiVersion: v1
kind: Secret
metadata:
  name: k8s-rds
type: Opaque
data:
  AWS_ACCESS_KEY_ID: ################################## (must be encrypted)
  AWS_SECRET_ACCESS_KEY: ################################# (must be encrypted)

Note - the encryption should not include a new line char - on Linux, this tool can be used:

echo -n "########" | base64