You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the latest kube-linter I found two errors related to the default values used in the chart.
./charts/descheduler/templates/cronjob.yaml: (object: default/test-release-descheduler batch/v1, Kind=CronJob) container "descheduler" does not expose port 10258 for the HTTPGet (check: liveness-port, remediation: Check which ports you've exposed and ensure they match what you have specified in the liveness probe.)
./charts/descheduler/templates/cronjob.yaml: (object: default/test-release-descheduler batch/v1, Kind=CronJob) container "descheduler" has memory limit 0 (check: unset-memory-requirements, remediation: Set memory limits for your container based on its requirements. Refer to https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#requests-and-limits for details.)
The text was updated successfully, but these errors were encountered:
Running the latest kube-linter I found two errors related to the default values used in the chart.
The text was updated successfully, but these errors were encountered: