Paul Meyer

Results 35 comments of Paul Meyer

The loadbalancer service we are deploying looks like this: ```yaml apiVersion: v1 kind: Service metadata: name: whoami namespace: lb-test spec: selector: app: whoami ports: - port: 8080 targetPort: 80 type:...

/remove-lifecycle stale

/remove-lifecycle rotten

@jprzychodzen Any updates on this issue? Seems like there are still no images available.

> I guess this has happened, right? It hasn't. You can check with ``` curl -sSL registry.k8s.io/v2/cloud-controller-manager/tags/list | jq .tags[] ```

> has the released images There is only a single image that is not tagged as alpha. Also, the registry URL says **staging**, which suggests that these images shouldn't be...

@aojea Thanks! Could you also add the v27.1.0 release to the registry?

After taking a quick look, this package seems neither be imported on main nor in the latest release. Which version of distribution are you using and where is the package...