-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add upstream support of JSON logging #95
Comments
@dmpe , thank you for submitting this enhancement request. vsphere-charts/charts/rancher-vsphere-csi/values.yaml Lines 189 to 200 in a5c99d7
registrar and Helm template around
|
5 tasks
This was referenced Oct 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Following containers have JSON support build in. It just needs to be enabled in the helm chart via some if/else construct.
So my question is: could it be done ?
csi-node-driver-registrar
-> https://github.com/kubernetes-csi/node-driver-registrar/blob/release-2.12/CHANGELOG/CHANGELOG-2.11.mdlivenessprobe
-> https://github.com/kubernetes-csi/livenessprobe/blob/release-2.14/CHANGELOG/CHANGELOG-2.13.mdand I also guess all images under https://github.com/rancher/vsphere-charts/blob/main/charts/rancher-vsphere-csi/values.yaml#L247
Example: csi attacher has added JSON logging in https://github.com/kubernetes-csi/external-attacher/blob/master/CHANGELOG/CHANGELOG-4.6.md version.
Describe the solution you'd like
I would like that all CSI containers log in JSON format, instead of default
text
format. It should also configurable in the helm chart.Rancher GUI
2.9.2
+ downstream clusterv1.30.4+rke2r1
The text was updated successfully, but these errors were encountered: