Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attempt removing nfs-utils from velero #5435

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion addons/velero/1.14.0/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function velero_join() {
}

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

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
2 changes: 1 addition & 1 deletion addons/velero/template/base/install.tmpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function velero_join() {
}

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

function velero_install() {
Expand Down
Loading