Vikas Kumar

Results 44 issues of Vikas Kumar

As of now, `go-replace` replaces the strings in the files in the current directory, it would be nice to also print out the files without changing them. For example, this...

Thanks for the handy plugin. Please enable the option to delete/remove configs too In other words, something similar to the below commands ```bash kubectl config delete-cluster my-cluster kubectl config delete-context...

**What would you like to be added**: I am trying to use an ECR Image in PumagePullJob which fails with these errors ``` kruise-daemon-czjtm daemon W1225 08:08:02.435660 1 imagepuller_worker.go:328] Worker...

help wanted
kind/feature-request
kind/good-idea

**What would you like to be added**: It will be great to have multiple images in [ImagePullJob](https://openkruise.io/docs/user-manuals/imagepulljob). Maybe it can be a comma separate string. **Why is this needed**: It...

kind/feature-request

Description ----------- I am trying to use a different theme dynamically based on the Terminal program, `iTerm.app` or `vscode` in my use case. I want to use theme `bhilburn/powerlevel9k` in...

It would be great to have a windows executable too in the releases.

## Environmentent I have downloaded `commitsar` executable on my custom action runner (running Ubuntu) and using it as below ```yaml steps: - name: Checkout uses: actions/checkout@v2 # I have tried...

I use [Bottlerocket](https://aws.amazon.com/bottlerocket/) AMI on EKS clusters which use `containerd` and not docker socket. It fails with these errors ``` Build container for action use: '/runner/_work/_actions/aevea/commitsar/v0.16.0/Dockerfile'. /usr/local/bin/docker build -t 60e226:7de2787af7e04b038ce49eb6a1a987d8...

It would be great if there is a way to disable `StrictHostKeyChecking` in the SSH config file like below. ```bash Host example User mole Hostname 127.0.0.1 Port 22122 StrictHostKeyChecking no...

I am able to get things working in a container using with `root` user but just wondering if there is a way out to make it work with a non...