jay vyas

Results 134 issues of jay vyas

Serialized HDFS files can be tricky to read, because sometimes they are - Compressed - Encoded in a non Writable Sequence file format (thrift, avro,...) I wonder if I can...

On openshift (3.10), i see no resources created after i make the vault CRD. - The vault operator is healthy: ``` ➜ vault-operator git:(openshift) ✗ oc get pods --all-namespaces |...

**Describe the solution you'd like** - interesting that are only 6/300+ tests in the k8s conformance suite which use the kube-proxy, - but 23 or so sig-network tests use the...

kind/enhancement
lifecycle/stale

**What steps did you take and what happened:** We were just using sonobuoy 0.55 on a customer site and using `sonobuoy run --plugin e2e --e2e-focus="Volume" --e2e-skip="Disruptive|Slow|6"` Resulted in ALL TESTS...

kind/bug
lifecycle/triage
area/windows

### What happened? We missed some critical test coverage in 1.22 and verified etcd 3.5 which has several issues https://groups.google.com/a/kubernetes.io/g/dev/c/B7gJs88XtQc/m/rSgNOzV2BwAJ?utm_medium=email&utm_source=footer&pli=1 ### What did you expect to happen? We have a...

kind/bug
sig/testing
lifecycle/rotten
needs-triage

Looks like right now the cloudprovider impl is AWS only.... Any plans for GCE, Openstack, ... ?

enhancement

When using vagrant openstack, I find that vagrant hostmanager reports that "machine with the name 12345-1 was not configured for this environment". This is a **fatal** error . However, those...

more information needed

``` goroutine 9 [running]: math/rand.(*rngSource).Uint64(...) /usr/local/Cellar/go/1.10.3/libexec/src/math/rand/rng.go:246 math/rand.(*rngSource).Int63(0xc4200a5500, 0xc4202e8bd0) /usr/local/Cellar/go/1.10.3/libexec/src/math/rand/rng.go:231 +0x8a math/rand.(*Rand).Int63(0xc420094510, 0x4) /usr/local/Cellar/go/1.10.3/libexec/src/math/rand/rand.go:82 +0x33 math/rand.(*Rand).Int31(0xc420094510, 0x4) /usr/local/Cellar/go/1.10.3/libexec/src/math/rand/rand.go:96 +0x2b math/rand.(*Rand).Int31n(0xc420094510, 0x20f, 0x0) /usr/local/Cellar/go/1.10.3/libexec/src/math/rand/rand.go:131 +0x4f math/rand.(*Rand).Intn(0xc420094510, 0x20f, 0x0) /usr/local/Cellar/go/1.10.3/libexec/src/math/rand/rand.go:169 +0x45 github.com/jayunit100/vuln-sim/vendor/github.com/Pallinder/go-randomdata.randomFrom(0xc4200d0000, 0x20f,...

bug

After stumbling upon this (former huge user of go-bindata, in fact, I'm the reason its a core dependency of kubernetes), I'd like to suggest we add a reference to this...

question