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

GKE Cluster Source #17

Open
ribeiro-rodrigo opened this issue Jan 6, 2021 · 0 comments
Open

GKE Cluster Source #17

ribeiro-rodrigo opened this issue Jan 6, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@ribeiro-rodrigo
Copy link
Contributor

ribeiro-rodrigo commented Jan 6, 2021

The purpose of this task is to implement support for the GKE (Google Kubernetes Engine) cluster source.

The access information as a service account token will be passed on to the secret that the cluster source must know how to read.

The custom resource that contains the GKE source cluster should look like this:

  source:
    secretName: gke-secret
    gke:
      filters: {}
      tags: {}
      ignore:
        - cluster1
        - cluster2
        - cluster3 

The cluster source must allow in the filters field, all filters allowed in the command gcloud container clusters list.
The rules for reading the secret performed by the cluster source must follow the requirements specified in issue #4.

@ribeiro-rodrigo ribeiro-rodrigo added the enhancement New feature or request label Jan 6, 2021
@ribeiro-rodrigo ribeiro-rodrigo added this to the v1.0.0 milestone Jan 6, 2021
@ribeiro-rodrigo ribeiro-rodrigo added this to To do in Enforcement Jan 6, 2021
@ribeiro-rodrigo ribeiro-rodrigo modified the milestones: v1.0.0, v1.2.0 Mar 13, 2021
@ribeiro-rodrigo ribeiro-rodrigo modified the milestones: v1.2.0, v1.1.0 Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants