Suraj Deshmukh

Results 113 issues of Suraj Deshmukh

Make prometheus deployed using prometheus-operator HA with the help of Thanos or Cortex. Right now if a prometheus installation has couple of hundreds of metrics data and for whatever reason...

area/components
kind/enhancement
area/monitoring

Remove this field in `v0.9.0` release. It is marked as deprecated as of `v0.7.0`.

kind/cleanup

If a e2e test case fails on timeout error like this: ``` util.go:189: error while waiting for the deployment: timed out waiting for the condition ``` We should show events...

area/ci
kind/enhancement
area/testing
size/s

Once the static kubelet kubeconfig is decided upon to be deprecated and TLS bootstrap becomes default remove this variable. While doing that remove following code: ```diff kubelet: Remove all static...

area/kubernetes
kind/cleanup
technical-debt
area/stability
size/s

We removed the need for Route53 zone ID for the Packet cluster installation. This was a huge plus in UX but then we ask it for External DNS config which...

area/components
area/ux

If you install Grafana with following config: ```hcl component "prometheus-operator" { grafana { ingress { host = "grafana.suraj.io" certmanager_cluster_issuer = "letsencrypt-production" } } } ``` And once it is deployed...

bug
area/monitoring

Right now if a user provides lables like this: ```tf worker_pool "default" { count = 1 labels = { "key.foobar.io" = " default" } } ``` We pass it on...

kind/enhancement
area/ux

I had a HA cluster on Packet with no component installed. This was installed at a version: 35814104. Now I updated the lokoctl to version 524a81df and upgraded the cluster...

bug
area/kubernetes
area/updates
priority/P1
platform/packet
area/storage

## Current situation Currently if a user wants to have nodes on different racks they have to rely on node reservation feature by Packet, which is cumbersome to use and...

cluster-lifecycle
kind/enhancement
platform/packet
area/ux

Right now there is not much of documentation on how to use CLC snippets, other than letting users to figure out how to use it. --- Create a document using...

kind/documentation