What is the difference between `helm install` and `helm upgrade` when the `--force` flag is used?
-
A
--force skips all pre-install hooks
-
B
--force deletes and re-creates resources that cannot be patched in place
-
C
--force bypasses Helm version compatibility checks
-
D
--force ignores all validation errors from the API server