Zein Fahrozi

Results 16 comments of Zein Fahrozi

thank you for responding Currently i have 3 old laptop that i connected to proxmox as node. I try the sandbox for testing and play with it. But i need...

Same as me but mine is error, im run it with docker run through aliasing `err: exit status 1: stderr: failed to initialize build cache at /.cache/go-build: mkdir /.cache: permission...

Need this one too using Traefik. is it like this ? https://community.cloudflare.com/t/examples-ingress-cloudflared-configuration-when-exposing-via-ingress-kubernetes/331844

@Leo310 i pivoted to use nginx

Yep same as me using docker exec and exec directly when in '-it' mode work. But testcontainers dont. The thing that i want to run is pubsub emulator. So the...

I'm not configured anything. its all default Ahh i see. i should configure the nil value right ?

Thank you. will update the result

I have question about this value. # -- The static IP addresses that created DNS records should point to. Must not be provided # if the target service is set....

Somewhat i encountered this too ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: nginx-main namespace: default annotations: traefik.ingress.kubernetes.io/router.entrypoints: web spec: rules: - host: main.zeinfahrozi.club http: paths: - path: / pathType: Exact...

Hi @svengreb im trying to ise Ingress type with work with traefik ingress and external-dns. Is there an example of yaml that i can use ?