Suraj Deshmukh

Results 113 issues of Suraj Deshmukh

Right now we cover most of the components but `node-problem-detector` and `bootkube` are not a part of find-updates.sh script.

area/components
area/updates
kind/enhancement

- I have a cluster created using lokoctl version `v0.6.1`. - Download the new lokoctl `v0.7.0`. - Now I update the cluster using `lokoctl cluster apply -v --skip-components`. - Eveything...

bug

Currently we don't automatically redirect user, visiting a URL exposed via Ingress over HTTP, to HTTPS. Add the following annotation to the Ingress objects so that Contour can redirect all...

area/components
area/security
size/m

After the user runs `lokoctl cluster destroy`, `lokoctl` still keeps the S3 bucket around. Can we get rid of that after the destroy is successful? If a user reuses the...

area/kubernetes
kind/enhancement
area/ux

## Current situation In the following code snippet the `CheckForUpdates` returns with no error and returns an object `info`. This `info` object does not have any update information hence the...

While this generation is happening we see errors in bunch of places ```console $ docker run -v `pwd`:/data:Z surajd/kedgeschema ... +openapi2jsonschema --strict output.json -o schema/ --stand-alone Downloading schema Parsing schema...

## Problem I am using this tool to convert the augmented K8s openAPI schema to JSONSchema. But it fails for me without saying what JSON key is missing. ## Background...

This commit adds following `nodeSelector` with key `beta.kubernetes.io/os` to all language packs. With value being `linux` for packs that can work on linux OS nodes and value `windows` for pack(here...

We can auto update the test fixtures against which we compare the output a.k.a. golden files, just by adding a cmd flag to the tests. Just adding a global flag...

**Problem:** Kedge fails on creating OpenShift artifacts with error: `error: unable to recognize "STDIN": no matches for apps.openshift.io/, Kind=DeploymentConfig` **Steps to reproduce:** Using this kedge file: ```yaml $ cat kedge.yml...

kind/documentation