cnat icon indicating copy to clipboard operation
cnat copied to clipboard

Example Kubernetes controller: the cloud native at command

Results 4 cnat issues
Sort by recently updated
recently updated
newest added

1. git clone https://github.com/kubernetes/sample-controller 2. modify the sample-controller to cnat-client-go 3. modify pkg/apis/samplecontroller to pkg/apis/samplecontroller 4. modify the hack/update-codegen.sh as following ``` set -o errexit set -o nounset set -o...

https://github.com/programming-kubernetes/cnat/blob/27f8ddba657b803ffb10501a28e003d0febd6387/cnat-operator/pkg/controller/at/at_controller.go#L112

I'm getting the following error ``` 2020-09-19T13:16:17.164+0530 INFO controller-runtime.controller Starting EventSource {"controller": "at", "source": "kind source: /, Kind="} 2020-09-19T13:16:17.164+0530 INFO controller-runtime.manager starting metrics server {"path": "/metrics"} 2020-09-19T13:16:17.365+0530 INFO controller-runtime.controller Starting...

Hi, in my set-up (Google Kubernetes Engine), as the CustomResourceSubresources feature gate is not enabled, I get the following error while running the [cnat-client-go/controller.go](https://github.com/programming-kubernetes/cnat/blob/master/cnat-client-go/controller.go ): ` E1012 22:10:45.503547 52194 controller.go:193]...