Elias Abacioglu

Results 123 comments of Elias Abacioglu

Hi @apparentlymart , I'm sure that the collective community of developers behind OpenTofu can figure out the technicalities if my ideas gets accepted. Often the simplest way to solve the...

Oh crap, I missed that `.nginx` is deprecated... Well if you want merge, otherwise close the PR. I will disable it in my setup, seems like I'm not using it...

Should be same namespace. This is pretty much what I'm doing in github actions. ```yaml - name: Build Image id: build-image uses: redhat-actions/buildah-build@v2 with: image: redir tags: ${{ steps.meta.outputs.tags }}...

I created an issue for the github runner, https://github.com/actions/runner-images/issues/10443. Since it works in ubuntu-22.04 runner, but not in 24.04, so it should be an runner issue and not skopeo.

I can confirm I get this on v14 as well. Haven't updated to v15 due to the licensing change and probably wont, will more likely switch to cinc.

I'm eagerly looking forward for this PR to be merged. Currently the airgap install doesn't work for me, this PR appears to be the salvation.

I can try if I manage. Whats the status on your PR? What is missing or not working?

I did run your fork today. requirements.yml: ```yaml - src: https://github.com/simonfelding/ansible-role-rke2 version: "fix-airgap" name: lablabs.rke2 ``` The airgapped install seems to have worked fine. ``` $ kubectl get nodes NAME...

@MonolithProjects Hi, what is needed for this PR to be merged?

Hi @yurnov, I did already in my original post. ``` # kubectl kustomize /var/cache/artifacts/networkpolicy | wc -l 570 # kustomize build /var/cache/artifacts/networkpolicy | wc -l 570 ``` It produces valid...