Morven Cao

Results 28 comments of Morven Cao

@tyregard I encountered the same issue, and after investigation, root cause is that I didn't have HOME directory to save the kube API discovery cache. To resolve the issue, make...

@sdake @geeknoid I have added test for the controller and manager which needs kubebuilder binaries to get started, would you help to add kubebuilder binaries to the `build-tools` image. The...

@howardjohn Let me explain this. We found that Kubernetes types has some inline field, for example `Handler` field in `Probe`(https://github.com/kubernetes/api/blob/master/core/v1/types.go#L2098) and `VolumeSource` field in `Volume`(https://github.com/kubernetes/api/blob/master/core/v1/types.go#L46) These inline fields will not...

I minimized the change to only update the controller version, other changes has been in the master branch, PTAL @sdake This PR is not mandatory for 1.4 release, we can...

You don't have proxy between prometheus and alertmanager, right? Have you tried to make the `evaluation_interval` to be larger value, for example `60s`?

The`CertificateSigningRequest` v1beta1 API has been deprecated in k8s 1.19 and was removed in k8s 1.22, see: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#certificatesigningrequest-v122 It is replaced with the `CertificateSigningRequest` v1 API, and in v1 API, the...

Sorry for late response. I have added some troubleshooting steps here: https://github.com/morvencao/kube-mutating-webhook-tutorial#troubleshooting Please check if that helps.

It's more likely that your issue is caused by permission issue. Please try the latest code, I have made some updated for docker image to make it run as non-root...

This is just an example, in real environment, the sidecar configuration can be injected inline with the sidecar.