Xiaoyun Ding
Xiaoyun Ding
**Describe the bug** If user have several repos, and each repo has its own ssh credential, Config Server will fail. Please check the below test result. **Sample** Test materials: Private...
**Describe the bug** I created one configuration 'spring.config.import: optional:configserver:' in github repo in application.yaml And configure this repo to config server 'spring.cloud.config.server.git.uri: https://github.com/leonard520/spring-petclinic-microservices-config.git' FailedToConstructEnvironmentException seen whenever get any config file,...
**Describe the bug** We are leveraging eureka for the service discovery function and we have two different deployments for one app as blue-green deployments. At beginning, deployment A is start...
**Query/Question** RegionalAuthority is a feature in https://github.com/AzureAD/microsoft-authentication-library-for-java I find it was once supported in https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity/CHANGELOG.md#140-beta1-2021-09-13 but removed later in https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity/CHANGELOG.md#140-2021-10-14 Is it due to there once a bug in `microsoft-authentication-library-for-java`...
Usually, service mesh injects a sidecar to pod/deployment to manage traffic/certificate. However, I find Carvel will reconcile and remove the sidecar. I am wondering if there is a way to...
**Describe the problem/challenge you have** I am wondering if health check is needed to maintain kapp controller in a production environment to help detect whether the controller still works **Describe...
Hi team, I know there are some concepts to maintain the package versions, `PackageRepository` and `PackageInstall`. `PackageRepository` can include several `Package`s and each `Package` can have several versions. Assume we...
**Describe the bug** I have one pod whose init container needs to take more than 1 minute to finish the job so I want to check the flame graph for...
**Describe the problem/challenge you have** Currently, kapp needs a [image pull secret](https://github.com/carvel-dev/kapp-controller/blob/d3083781b202b09883d2cb7bef5b716d36575518/pkg/packageinstall/packageinstall.go#L494) to pull image bundle from remote private docker repository. However, it is not secure to use a secret...
**Description** Recently, I've been experimenting with this project using OpenJDK's CRaC. I found that in order to perform checkpoint and restore, additional `sys_ptrace` permissions are required. It works with these...