File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 38
38
httpGet :
39
39
path : /healthz
40
40
port : healthz
41
- volumeMounts :
42
- - mountPath : /var/run/docker.sock
43
- name : dockersock
44
- securityContext :
45
- privileged : true
46
41
terminationGracePeriodSeconds : 10
47
42
serviceAccountName : manager
48
43
tolerations :
49
44
- effect : NoSchedule
50
45
key : node-role.kubernetes.io/master
51
- volumes :
52
- - name : dockersock
53
- hostPath :
54
- path : /var/run/docker.sock
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ func (c *MachineContext) PatchKubevirtMachine(patchHelper *patch.Helper) error {
66
66
infrav1 .VMProvisionedCondition ,
67
67
infrav1 .BootstrapExecSucceededCondition ,
68
68
),
69
- conditions .WithStepCounterIf (c .KubevirtMachine .ObjectMeta .DeletionTimestamp .IsZero ()),
70
69
)
71
70
72
71
// Patch the object, ignoring conflicts on the conditions owned by this controller.
You can’t perform that action at this time.
0 commit comments