Bump k8s dependencies to 1.30#102
Conversation
* Updated k8s dependencies to 1.30 * Updated kubebuilder to v4
Signed-off-by: Adam D. Cornett <adc@redhat.com>
fc97379 to
a6ff0a6
Compare
Signed-off-by: Adam D. Cornett <adc@redhat.com>
Signed-off-by: Adam D. Cornett <adc@redhat.com>
b82a3cb to
96cb34a
Compare
Signed-off-by: Adam D. Cornett <adc@redhat.com>
96cb34a to
34afe5d
Compare
Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>
Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>
Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>
Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>
Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>
|
I tested the scaffolding of these changes by referencing this commit in |
| log.Info("enabling metrics in the manager") | ||
| err = kbutil.UncommentCode( | ||
| filepath.Join(sample.Dir(), "config", "default", "kustomization.yaml"), | ||
| "#- path: manager_metrics_patch.yaml", "#") | ||
| pkg.CheckError("enabling metrics endpoint", err) |
There was a problem hiding this comment.
I think these lines got inadvertently removed which were added as part of #90
There was a problem hiding this comment.
I'm not quite sure if this should have remained or removed. My reasoning for removing was because there was an error saying that the commented section was not found. I thought it was because it is already uncommented. Also, I wasn't able to find where this was being uncommented, hence I removed it. Should this be added back?
cc: @joelanford
There was a problem hiding this comment.
@arkadeepsen metrics is now enabled by default in kubebuilder so there is nothing that needs to uncomment. See main where the kustomize file has this enabled.
There was a problem hiding this comment.
Ack. Thanks for the clarification.
TODO:
Relates to: operator-framework/operator-sdk#6730