Skip to content

Commit

Permalink
chore: replace hostNetwork: true with hostNetwork: false
Browse files Browse the repository at this point in the history
  • Loading branch information
vadasambar committed Jan 11, 2024
1 parent 572f104 commit 5af0fcf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/install/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ spec:
labels:
app: csi-image-warm-metal
spec:
hostNetwork: true
hostNetwork: false
serviceAccountName: csi-image-warm-metal
containers:
- name: node-driver-registrar
Expand Down
2 changes: 1 addition & 1 deletion sample/install/cri-o.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ spec:
- mountPath: /run/containers/storage
mountPropagation: Bidirectional
name: crio-run-root
hostNetwork: true
hostNetwork: false
serviceAccountName: csi-image-warm-metal
volumes:
- hostPath:
Expand Down
2 changes: 1 addition & 1 deletion sample/install/k3s-containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ spec:
- mountPath: /var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.overlayfs
mountPropagation: Bidirectional
name: snapshot-root-0
hostNetwork: true
hostNetwork: false
serviceAccountName: csi-image-warm-metal
volumes:
- hostPath:
Expand Down
2 changes: 1 addition & 1 deletion sample/install/minikube-containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:
- mountPath: /mnt/vda1/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs
mountPropagation: Bidirectional
name: snapshot-root-0
hostNetwork: true
hostNetwork: false
serviceAccountName: csi-image-warm-metal
volumes:
- hostPath:
Expand Down
2 changes: 1 addition & 1 deletion sample/install/snap-microk8s-containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ spec:
- mountPath: /var/snap/microk8s/common/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs
mountPropagation: Bidirectional
name: snapshot-root-0
hostNetwork: true
hostNetwork: false
serviceAccountName: csi-image-warm-metal
volumes:
- hostPath:
Expand Down

0 comments on commit 5af0fcf

Please sign in to comment.