longhorn/scripts
Phan Le 4087206819 Fix bug: check script fails to perform all checks
When piping the script to bash (cat ./environment_check.sh | bash), the
part after `kubectl exec -i` will be interpreted as the input for the
command inside kubectl exec command. As the result, the env check script
doesn't perform the steps after that kubectl exec command. Removing the
`-i` flag fixed the issue.

Also, replacing `kubectl exec -t` by `kubectl exec` because the input of
kubectl exec command is not a terminal device

longhorn-5653

Signed-off-by: Phan Le <phan.le@suse.com>
2023-10-19 21:41:55 +08:00
..
cleanup.sh Sync with Longhorn Manager 2018-11-07 21:52:22 -08:00
environment_check.sh Fix bug: check script fails to perform all checks 2023-10-19 21:41:55 +08:00
generate-longhorn-yaml.sh Add update-manifests-dev-version.sh 2022-07-22 16:41:20 +08:00
lhexec Update to 1.2.1-rc1 2021-09-17 09:13:56 +08:00
load-images.sh scripts: fix the scripts load-images.sh and save-images.sh in the case user provides invalid flags 2020-07-15 19:48:43 -07:00
longhorn_rancher_chart_migration.sh Fix the document about the flags 2022-09-02 13:15:54 +08:00
migrate-for-pre-070-volumes.sh Double quote array expansion 2021-11-24 15:24:14 +08:00
restore-backup-to-file.sh fix: modify parameter names , output-file and version, in help function 2022-11-01 16:09:24 +08:00
save-images.sh ability to specify platform arch for air gap install 2023-06-19 15:53:18 +08:00
update-manifests-dev-version.sh Update manifests for 1.4.0 dev purpose and use master-head images 2022-07-22 16:41:20 +08:00