Kubebuilder project with a component config - could not decode file into runtime.Object #2704
-
|
I tried to add a custom config for a Kubernetes operator with a kubebuilder ComponentConfig, but I received the bellow mentioned error: ERROR setup unable to load the config file {"error": "could not decode file into runtime.Object"} I set the value of I'm not pasting all the changes I did because I also tried to run the example from kubebuilder's repository with the same result. When I try to load the options without the Is it a bug in one of the packages or is my projectconfig_types.go: Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I received an answer to this issue in Stackoverflow. It looks like that there is a bug in the sample controller_manager_config.yaml manifest. |
Beta Was this translation helpful? Give feedback.
-
|
Closing since it is answered. |
Beta Was this translation helpful? Give feedback.
I received an answer to this issue in Stackoverflow. It looks like that there is a bug in the sample controller_manager_config.yaml manifest.