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

k3d migration #218

Merged
merged 1 commit into from
Dec 15, 2020
Merged

k3d migration #218

merged 1 commit into from
Dec 15, 2020

Conversation

kuritka
Copy link
Collaborator

@kuritka kuritka commented Dec 14, 2020

close #141

  • upgrade workflows to the newest ubuntu-20.04. For more details, see Ubuntu-latest workflows will use Ubuntu-20.04 actions/runner-images#1816
  • create k3d github action
  • remove private registry from makefile
  • remove kind configs
  • update Makefile (deploy-full-local-setup, deploy-terratest-setup)
  • update tests k3d
  • update documentation references from kind to k3d, change number of returned nodes in dig @localhost localtargets-app3.cloud.example.com from three to four
  • upgrade podinfo version
  • specify underlying docker bridge network (required by k3d)
  • refactor GitHub terratest.yaml workflow, currently running against @main until v1.0.0 will be released
  • refactor and test release.yaml workflow to use k3d action with single cluster, no private docker registry
  • passed https://github.com/AbsaOSS/k8gb/blob/master/docs/local.md

@ytsarev
Copy link
Member

ytsarev commented Dec 15, 2020

@kuritka could you please rebase with master. Going to thoroughly test it with recent codebase

@kuritka
Copy link
Collaborator Author

kuritka commented Dec 15, 2020

@kuritka could you please rebase with master. Going to thoroughly test it with recent codebase

@ytsarev rebased, no conflicts

Copy link
Member

@ytsarev ytsarev left a comment

Choose a reason for hiding this comment

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

Some cosmetic suggestions. Amazing job otherwise, works like a charm!

- create k3d github action
- remove private registry from makefile
- remove kind config yamls
- update makefile
- update tests k3d
- update documentation to k3d, change number of returned nodes in `dig @localhost localtargets-app3.cloud.example.com` from three to four
- upgrade podinfo version
- specify underlying docker bridge network (requires by k3d)
- refactor GitHub `terratest.yaml` workflow, currently running against @main until v1.0.0 will be released
- refactor and test `release.yaml` workflow to use k3d action with single cluster, no private docker registry
- set workflow to the newest ubuntu-20.04. For more details, see actions/runner-images#1816
- https://github.com/AbsaOSS/k8gb/blob/master/docs/local.md passed
@kuritka kuritka requested a review from ytsarev December 15, 2020 16:51
@ytsarev
Copy link
Member

ytsarev commented Dec 15, 2020

Amazing, so let's merge it and cut-off the release

@kuritka kuritka merged commit 30d173d into master Dec 15, 2020
@kuritka kuritka deleted the 141-switch-to-k3d branch December 15, 2020 19:01
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.

Consider the switch from kind to k3d
2 participants