Suraj Deshmukh

Results 113 issues of Suraj Deshmukh

If I provide default provider in Nulecule file and if there is no artifact for that particular provider then too AtomicApp goes ahead and deploys (not in real but it...

beginner-friendly

atomicapp is missing auto-complete of commands, this would be nice feature to have.

When using `atomicapp stop` it is creating a random folder in `/var/lib/atomicapp` Before running the command the directory `/var/lib/atomicapp` does not even exists ``` bash (atomic) [vagrant@centos7-adb ~]$ ll /var/lib/atomicapp...

It would be great to have a option to selectively read only provided resources with atomicapp, something like this: `sudo atomicapp run . -v --provider=openshift --create-only svc,rc` A user can...

When provider is specified with option `--provider` atomicapp seems to ignore it for some time and then finally uses what is provided. But the messages it gives are misleading. ```...

The [first blog](https://example.docsy.dev/blog/2018/10/06/easy-documentation-with-docsy/) renders the content instead of showing the code to render that content: ![image](https://github.com/google/docsy-example/assets/5815795/e7d86f90-9df9-4e30-a1c2-8fc107857a64)

The CI `kata-containers-CCv0-ubuntu-20.04_sev-x86_64-CC_SEV_CRI_CONTAINERD_K8S-PR` is failing with the following error: ```bash Another app is currently holding the xtables lock. Perhaps you want to use the -w option? ``` Full set of...

bug
needs-review

S390x tests run from a test script here in this repo, which does a `make test` and with new guest-components we need libdevmapper and clang packages installed. See for more...

enhancement
needs-review

The conformance test assume that you are running with kubeadm and tries to clean up the environment like crio, flannel, etc. ```console $ ./integration/kubernetes/e2e_conformance/run.sh ... INFO: View sonobuoy status PLUGIN...

bug
needs-review

In [functions](http://pymbook.readthedocs.org/en/latest/functions.html#functions) chapter in first paragraph last line there is usage of word _build in_: > Reusing the same code is required many times within a same program. Functions help...