Suraj Deshmukh

Results 113 issues of Suraj Deshmukh

**What steps did you take and what happened:** I deployed contour onto a cluster that has PSP enabled. And most of the things didn't work. ```console $ kubectl apply -f...

lifecycle/stale
area/deployment

There is no need to manually install the bicep. https://github.com/Azure/CloudShell/blob/2215e03eacb2c9ebb7086d16de99be16020f3a6b/linux/tools.Dockerfile#L51-L55 One can just do the following: ```bash az bicep install ```

This is done to reduce the number of layers that are created in the build process of the container image.

A user can still install ansible, ansible-galaxy as they need using pip3. This will reduce the size of the image. ```bash pip3 install ansible ansible-galaxy collection install \ azure.azcollection --force...

If I were to start mysql today I can't do that in the cloudshell. For e.g. if I start it by default here is what I see: ```bash suraj [...

Triage-needed

Right now when the `build` pipeline runs it errors as follows. Although this failure is not reported as failure! So this is a failed run from the [following run](https://github.com/Azure/CloudShell/actions/runs/8839476970/job/24273020471?pr=412): ```bash...

bug
Triage-needed

Right now we install ansible using [`tdnf`](https://github.com/Azure/CloudShell/blob/686b8ef59d9e3d559b2c2fdebd510d0f977e2d02/linux/base.Dockerfile#L41) and [`pip`](https://github.com/Azure/CloudShell/blob/686b8ef59d9e3d559b2c2fdebd510d0f977e2d02/linux/base.Dockerfile#L202) both. So remove the pip based installer.

Since the `IMAGE_LOCATION` is already a build argument, I think it should be removed from the [Dockerfile](https://github.com/Azure/CloudShell/blob/686b8ef59d9e3d559b2c2fdebd510d0f977e2d02/linux/tools.Dockerfile#L7) and should be provided at build time by the build processes.

So there is a cron job that is run using GH action, expose its status on the README, so it is pretty obvious from the README itself when it is...