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(e2e): run e2e tests as actions #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat(e2e): run e2e tests as actions #15

wants to merge 1 commit into from

Conversation

kengou
Copy link
Contributor

@kengou kengou commented Sep 27, 2024

No description provided.

Comment on lines +99 to +100
kind export kubeconfig --name ${{ inputs.admin-cluster-name }} --kubeconfig $RUNNER_TEMP/e2e.kubeconfig
kind export kubeconfig --internal --name ${{ inputs.admin-cluster-name }} --kubeconfig $RUNNER_TEMP/e2e.internal.kubeconfig
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will the second line not override the exported kubeconfig from the first line?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it would not, because the first one exports to --kubeconfig $RUNNER_TEMP/e2e.kubeconfig and in the second there is an additional internal in the file name

@kengou kengou requested a review from IvoGoman October 8, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants