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

Add smoke test for GKE #244

Open
hidalgopl opened this issue Jul 27, 2021 · 0 comments
Open

Add smoke test for GKE #244

hidalgopl opened this issue Jul 27, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@hidalgopl
Copy link
Contributor

We currently have terraform scripts for running KIP in GKE cluster. Recently, we had to fix it. We should be more proactive; adding smoke test similar to the one we recently added for EKS would be good first step.

Possible smoke test scenario would be provisioning GKE cluster with current default GKE version; deploying KIP, deploying nginx server on regular node, deploying curl-er pod onto KIP and checking connectivity between those two.

Ideally we would like to run EKS and GKE smoke tests in parallel; I'm not sure if it's feasible with current travis CI configuration. We may think about switching to github actions, so docker images are built as first step; then smoke tests are run in parallel.

@hidalgopl hidalgopl added the good first issue Good for newcomers label Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant