Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add UpgradeInsights controller/crd #260

Conversation

floreks
Copy link
Member

@floreks floreks commented Sep 9, 2024

Local Test CRD

apiVersion: v1
kind: Namespace
metadata:
  name: upgrade-insights-test
---
apiVersion: v1
kind: Secret
metadata:
  name: eks-credentials
  namespace: upgrade-insights-test
stringData:
  secretAccessKey: "CHANGEME"
---
apiVersion: deployments.plural.sh/v1alpha1
kind: UpgradeInsights
metadata:
  name: eks-upgrade-insights-test
spec:
  distro: EKS
  clusterName: plrl-dev-aws
  credentials:
    aws:
      accessKeyID: CHANGEME
      region: eu-central-1
      secretAccessKeyRef:
        name: eks-credentials
        namespace: upgrade-insights-test

EKS In-cluster Test CRD

It requires some additional steps in the AWS console to configure pod identity associations and allow deployment operator SA to get access to AWS resources via the API.

apiVersion: deployments.plural.sh/v1alpha1
kind: UpgradeInsights
metadata:
  name: eks-upgrade-insights-test

Copy link

linear bot commented Sep 9, 2024

@floreks floreks self-assigned this Sep 9, 2024
@github-actions github-actions bot added size/XXL and removed size/XL labels Sep 10, 2024
@michaeljguarino michaeljguarino merged commit 982ad78 into main Sep 10, 2024
33 checks passed
@michaeljguarino michaeljguarino deleted the sebastian/prod-2603-upgradeinsights-deployment-operator-crd branch September 10, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants