Skip to content

Commit f7eac3c

Browse files
Merge pull request #52 from nunnatsa/auto_sync_upstream_2024-01-08-09-36
Auto sync upstream 2024-01-08 09:36
2 parents fd9b11b + 5b2a2c5 commit f7eac3c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

config/manager/manager.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,8 @@ spec:
3838
httpGet:
3939
path: /healthz
4040
port: healthz
41-
volumeMounts:
42-
- mountPath: /var/run/docker.sock
43-
name: dockersock
44-
securityContext:
45-
privileged: true
4641
terminationGracePeriodSeconds: 10
4742
serviceAccountName: manager
4843
tolerations:
4944
- effect: NoSchedule
5045
key: node-role.kubernetes.io/master
51-
volumes:
52-
- name: dockersock
53-
hostPath:
54-
path: /var/run/docker.sock

pkg/context/machine_context.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ func (c *MachineContext) PatchKubevirtMachine(patchHelper *patch.Helper) error {
6666
infrav1.VMProvisionedCondition,
6767
infrav1.BootstrapExecSucceededCondition,
6868
),
69-
conditions.WithStepCounterIf(c.KubevirtMachine.ObjectMeta.DeletionTimestamp.IsZero()),
7069
)
7170

7271
// Patch the object, ignoring conflicts on the conditions owned by this controller.

0 commit comments

Comments
 (0)