Skip to content

Commit

Permalink
Various missing PR fixes for kubevirt startup.
Browse files Browse the repository at this point in the history
- Incorrect longhorn yaml 1.6.2->1.6.3 to match LONGHORN_VERSION
- Incorrect type passed to NodeDrainStatus publish.
- ignore yamllint issues in longhorn project supplied yaml

Signed-off-by: Andrew Durbin <[email protected]>
  • Loading branch information
andrewd-zededa committed Feb 13, 2025
1 parent 1f33261 commit 99da8b5
Show file tree
Hide file tree
Showing 5 changed files with 713 additions and 479 deletions.
1 change: 1 addition & 0 deletions .yetus/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
^.codespellignorelines
eve-tools/bpftrace-compiler/examples/.+\.bt
pkg/dom0-ztools/rootfs/usr/bin/rungetty.sh
^.+lh-cfg-v1.6.3.yaml
2 changes: 1 addition & 1 deletion pkg/kube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ COPY external-boot-image.tar /etc/

# Longhorn config
COPY longhorn-utils.sh /usr/bin/
COPY lh-cfg-v1.6.2.yaml /etc/
COPY lh-cfg-v1.6.3.yaml /etc/
COPY iscsid.conf /etc/iscsi/
COPY longhorn-generate-support-bundle.sh /usr/bin/
COPY nsmounter /usr/bin/
Expand Down
Loading

0 comments on commit 99da8b5

Please sign in to comment.