We have a custom runner configured.
Now we want to access the Kubernetes service on the runner's host machine from within a build step.
Is there any way to achieve that?
I solved it by using k0s and reset iptables, which was limiting the access from within the docker container.
My scenario: Test our software with a real running Kubernetes service on CI.
@Michael Mair hi. Thanks for your question.
Please, check this guide.
Regards, Igor.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Igor StoyanovThanks, but that is not what I was looking for. Please see my comment on what I meant and how I solved it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.