linglingye001

Results 5 comments of linglingye001

Hi @scorpionfly7, I was unable to reproduce the issue on my end. Can you check the k8s provider pod status by executing ` kubectl get pod -n azappconfig-system` and `kubectl...

@scorpionfly7 It seem like the k8s provider pod fails to start up with `CrashLoopBackOff` status. Could you please run `kubectl describe pod [name] -n azappconfig-system` and replace `[name]` with pod...

Hi @kleinmt , you can create multiple provider instances within each namespace. The property values in the `spec` section can be set differently based on the application. If each application...

Hi @doug2901 , you can use `helm get values azureappconfiguration.kubernetesprovider -n azappconfig-system` to just get the values `install` used/computed rather than the whole chart and everything, or `helm get manifest...

@doug2901 @andras-turbine The helm-chart values of kubernetes provider can be found [here](https://github.com/Azure/AppConfiguration-KubernetesProvider/blob/main/deploy/parameter/helm-values.yaml), currently the helm chart doesn't support setting nodeSelector, affinity and tolerations. We will consider it for the future...