hemantkathuria
hemantkathuria
**Describe the bug** I am a newbie to KubeOps and Kubernetes operator. I have a very basic question around the testing. I looked at this [link ](https://buehler.github.io/dotnet-operator-sdk/docs/testing.html) for doing the...
During the PUT request if the properties are marked for CREATE and READ only, it is not validating if the user has changed the properties which are marked for CREATE...
While generating the examples via OAV 1) For the min generation files, it is not adding the required properties. 2) Also, it is not adding ID property which is must.
I am using version 0.8.2. I was unable to install 1.0 because of this issue. https://github.com/getporter/operator/issues/285 I am able to fire the installation by creating an instance of Installation CRD....
This is in continuation to the issue: https://github.com/getporter/operator/issues/285 I tried adding installationServiceAccount: porter-agent in my customaction agent config. After that all my installations are going in unknown phase and no...
I am trying to follow the instructions mentioned [here](https://github.com/getporter/operator/blob/main/docs/content/quickstart/_index.md): The below command never works and it gives the error: ``` porter credentials generate porterops -r ghcr.io/getporter/porter-operator:v1.0.0 unable to pull bundle:...
We have a ASP.NET based container running in AKS. From our container we need to fire Porter Installations and need to wait for its completion. Exploring 2 options. 1) In...
I have created a new installation against the CNAB published in my ACR. I am trying to use porter operator on AKS. I have gone ahead and have created a...
I am facing the issue when I am trying to install a package on AKS, getting the volume mount error. I have installed 0.8.2 version of Porter Operator in my...
Add Mcp Tools and keep on getting the below error randomly fail: Microsoft.SemanticKernel.KernelFunction[0] Function Tools-GetCropHealthParameters failed. Error: Transport is not connected ModelContextProtocol.McpException: Transport is not connected at ModelContextProtocol.Shared.McpSession.SendRequestAsync(JsonRpcRequest request, CancellationToken...