Closed ybettan closed 3 months ago
@ybettan: GitHub didn't allow me to request PR reviews from the following users: TomerNewman.
Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ybettan
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Name | Link |
---|---|
Latest commit | e36aac61e297837f5051e5d90642e3c70304b432 |
Latest deploy log | https://app.netlify.com/sites/kubernetes-sigs-kmm/deploys/66a62a57e7988700084b1cbc |
Deploy Preview | https://deploy-preview-866--kubernetes-sigs-kmm.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71.95%. Comparing base (
fa23a9b
) to head (e36aac6
). Report is 91 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
/lgtm
For the KMM operator, the
ImagePullPolicy
was set toAlways
for development reasons but it is in fact not the best practice, therefore, it was removed to allowedkubelet
to have its default pull policy.The webhook-server's pull policy was also removed to use the default behavior to stay in sync with the KMM operator it is deployed with.
In a nutshell, the default policy is
Always
if thelatest
tag is used andIfNotPresent
otherwise.This change is expected to reduce the networking bandwidth.
/cc @yevgeny-shnaidman @TomerNewman