Suraj Deshmukh

Results 113 issues of Suraj Deshmukh

Traceback (most recent call last): File "scorer.py", line 44, in r = requests.get(url) File "/usr/lib/python2.7/dist-packages/requests/api.py", line 55, in get return request('get', url, *_kwargs) File "/usr/lib/python2.7/dist-packages/requests/api.py", line 44, in request return...

bug

Here is a code snippet that I am running: ```go $ cat non.go package main import ( "fmt" "log" "github.com/ghodss/yaml" ) type C struct { M int `yaml:"M"` N int...

Add support of Pod Security Policy in the operator. Right now it is not possible to deploy the operator that has PSP enabled in it. I have restricted PSP on...

Epic

Add support to import image from docker-daemon in rkt Now you can import an image that is available in docker's image store on a local machine into rkt's imagestore. To...

Error from `client.Transport.Send` is not handled, the error returned by following code is assigned to field `ch`, but this ain't checked anywhere in caller. https://github.com/getsentry/raven-go/blob/563b81fc02b75d664e54da31f787c2cc2186780b/client.go#L524-L525 inside caller it is not...

Right now a typical `TrafficTarget` example looks like following: ```yaml kind: TrafficTarget apiVersion: access.smi-spec.io/v1alpha1 metadata: name: api-service-api namespace: default destination: kind: ServiceAccount name: api-service namespace: default port: 8080 specs: -...

Pod that runs with `hostNetwork: true` reports wrong traffic (network usage) metrics. It reports traffic that is passing through the node. Now we might conclude that it is doing the...

bug
area/monitoring

Prometheus Operator allows use to specify additional scrape config but it is not exposed at lokoctl level. So expose it using appropriate variables. --- Right now the user can do...

kind/enhancement
area/monitoring

The self-hosted kubelet has a dependency on a file to exist at `/var/lib/kubelet/kubeconfig`. This was added during the cert rotation feature. On a cluster that has TLS bootstrap disabled there...

bug
area/kubernetes
area/updates
platform/aws
platform/packet
platform/bare-metal

AWS EBS CSI Driver volume expansion does not work I have deployed the CSI driver with the following configuration: ```tf component "aws-ebs-csi-driver" { enable_default_storage_class = true enable_volume_scheduling = true enable_volume_resizing...

bug
platform/aws
area/storage