Naveenraj M

Results 32 comments of Naveenraj M

Hi I have experimented and installed Knative serving in K0s as part of the proposal for GSoC '23 . I am adding a reference here in case someone wants to...

Hi @csantanapr Great to hear this from you. Here is the PR for blog post https://github.com/knative/docs/pull/5514 Yes, In this work just resource reduction was done and no real optimization was...

Hi @aliok This didn't make it into GSoC'23. Would it be possible for this to go in [LFX Mentorship Term 02 - 2023 June - August](https://github.com/cncf/mentoring/blob/main/programs/lfx-mentorship/2023/02-Jun-Aug/project_ideas.md) .

Hi I did write a blog post on this project which featured in the [CNCF LFX graduation post](https://www.cncf.io/blog/2023/09/12/36-cncf-term-2-lfx-mentees-have-successfully-completed-the-program/) , the original post is [here](https://naveenrajm7.github.io/devops/opensource-icebreaker/). As you pointed out the technical...

+1 I ran into the same issue, I was able to reproduce this by directly using buildah. I think this issue belongs to buildah itself rather than this buildah wrapper...

Hi @strus38 , Thanks for trying out this Action. Currently, I rely on spec file for creating the source required by rpmbuild. Here is how it works in a nutshell...

Hello, I have built a [Vagrant plugin for UTM](https://naveenrajm7.github.io/vagrant_utm/) to declartively manage UTM VMs , and I would like to add USB support. This means you can define the USB...

+1 for this feature. If this is working, I'd appreciate an example usage in apple script format So I can test it.

Hello I ran into the same error, of no output if I use vagrant-go. If you have figured out how to run vagrant-go, can you please share the steps? In...

Hello, I have written two plugins for UTM which use Apple Scripting bridge extensively. My first choice was to write JXA scripts since I am familiar with JS. However, I...