jb-2020

Results 10 comments of jb-2020

> ```yaml > name: Run > on: [push] > jobs: > python-program: > runs-on: ubuntu-latest > steps: > - uses: actions/checkout@v4 > - uses: actions/setup-python@v5 > with: > cache: "pip"...

Thanking for checking it out, since we are in an air-gaped environment we are pulling: `python-${PYTHON_VERSION}-linux-22.04-x64.tar.gz` from a proxy of https://github.com/actions/python-versions/ Then populating the tools cache with: ``` mkdir -p...

`alternatively/additionally, provide better integration into the existing UI, so for example we might populate the existing PipelineRun details page with data from the Results API if the resources are no...

One note, after enabling GHES support, the actions that are sourced from our enterprise server are still linking to `github.com` when clicking `Open action on GitHub` in a workflow. I...

We also ran into this issue (EKS, no kube-proxy replacement, cilium v1.14.5), setting the fields `k8sServiceHost` / `k8sServicePort` explicitly resolved our issues. e.g. ``` k8sServiceHost: foo.bar.buzz.eks.amazonaws.com k8sServicePort: 443 ``` In...

>There might be something going on with DNS. Though, I could find nothing of value in our coredns logs In our case, it seems `kube-proxy` wasn't creating the `iptables` entries...

@yossicohn we are not using the kube-proxy replacement feature: > (EKS, **no kube-proxy replacement**, cilium v1.14.5)

@nikola-jokic Any thoughts here? We recently updated to ARC `0.9.3` and have been hit with listener restarts and the above messaging in the runners as well. FWIW this started when...

@Link- / @nikola-jokic any thoughts here?