Skip to content

Commit

Permalink
attempt removing nfs-utils from velero
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Oct 22, 2024
1 parent deb7ff4 commit 4916bd4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions addons/velero/1.14.0/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ image local-volume-provider replicated/local-volume-provider:v0.6.7
image s3cmd kurlsh/s3cmd:20230406-9a6d89f

asset velero.tar.gz https://github.com/vmware-tanzu/velero/releases/download/v1.14.0/velero-v1.14.0-linux-amd64.tar.gz

yum nfs-utils
apt nfs-common
1 change: 0 additions & 1 deletion addons/velero/1.14.0/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function velero_join() {
}

function velero_host_init() {
install_nfs_utils_if_missing_common "$DIR/addons/velero/$VELERO_VERSION"
}

function velero_install() {
Expand Down
3 changes: 0 additions & 3 deletions addons/velero/template/base/Manifest.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ image local-volume-provider replicated/local-volume-provider:v__LOCAL_VOLUME_PRO
image s3cmd kurlsh/s3cmd:__S3CMD_TAG__

asset velero.tar.gz https://github.com/vmware-tanzu/velero/releases/download/v__VELERO_VERSION__/velero-v__VELERO_VERSION__-linux-amd64.tar.gz

yum nfs-utils
apt nfs-common
1 change: 0 additions & 1 deletion addons/velero/template/base/install.tmpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function velero_join() {
}

function velero_host_init() {
install_nfs_utils_if_missing_common "$DIR/addons/velero/$VELERO_VERSION"
}

function velero_install() {
Expand Down

0 comments on commit 4916bd4

Please sign in to comment.