Maël Valais

Results 227 comments of Maël Valais
trafficstars

The open ticket is stale; any news?

That you for the advice!! I should have though of that!

For future reference and because your 7-minutes-long screencast is exemplary 👍 I made a gif out of the swf. Not great quality but, heh ![lol](https://user-images.githubusercontent.com/2195781/52416879-ec7f7280-2aea-11e9-8faa-2e0bae76cea1.gif)

![Capture d e cran 2013-02-15 a 22 05 57](https://f.cloud.github.com/assets/2195781/162310/8aea634a-77b3-11e2-93ac-0e615a324030.png) That's true! I jumped from 1MB/s to 8MB/s Thank you

As a workaround, I have been using @alexellis's [alexellis/upload-assets](https://github.com/marketplace/actions/upload-release-assets). For example ([see in my ci.yml](https://github.com/maelvls/ocamlyices2/blob/554893d467a4bf3e9b0b630833b417348b15e771/.github/workflows/ci.yml#L123-L127)): ```yaml release: steps: - id: create_release uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name:...

I make sure to have different file names (as shown in the screenshot above)

~This limitation makes me stay on Telepresence v1~. As you mentioned, I wish we could skip having to create a service resource when developing Kubernetes controllers. I expand on my...

I have created the design document [20220720-per-certificate-owner-ref.md](https://github.com/cert-manager/cert-manager/pull/5324/files?short_path=e927ac6#diff-e927ac6e1b5b0ff19d5b17c40e7bb438e4342256b5ddc4f8fff4ba2c830d87b4) with the aim to continue the discussion about the API surface. **Update:** I will be on vacation from 30 July to 15 August...

> The documentation says if no default ingress class is set it should stick to the ingress class (annotation) of the resource. The [HTTP01 page](https://cert-manager.io/docs/configuration/acme/http01/#class) on the cert-manager website is...