Thejas Babu
Thejas Babu
@luxas Can you tell how the `http_requests` in hpa is getting resolved? I have looked at the default rules in DirectXMan12/k8s-prometheus-adapter, there seems like no default rule for this.
@pfisterer A sample informer code for a CRD `Foo` ``` const kubeConfig = new k8s.KubeConfig(); const credentials = fs.readFileSync(path.join(__dirname, 'kubeconfig'), 'utf8'); kubeConfig.loadFromString(credentials); const k8sApi = kubeConfig.makeApiClient(k8s.CustomObjectsApi); const apiGroup = 'samplecontroller.k8s.io';...
@pingles The health check currently is pretty weak. It just returns "pong" in response. Maybe we need to extend the health check of the agent to ping the kiam server...
The networking issue that @iverberk is facing might be because of the grpc loadbalancing in kubernetes with headless service. KIAM client needs to register to the kubernetes API and listen...