Main changes for kube/cluster-init.sh for multi-node cluster handling #9788
Annotations
7 errors
Yetus:
pkg/kube/cluster-utils.sh#L67
shellcheck: note: Double quote to prevent globbing and word splitting. [SC2086]
|
Yetus:
pkg/kube/cluster-utils.sh#L7
shellcheck: warning: multus_source_dir appears unused. Verify use (or export if used externally). [SC2034]
|
Yetus:
pkg/kube/cluster-utils.sh#L8
shellcheck: warning: multus_dest_dir appears unused. Verify use (or export if used externally). [SC2034]
|
Yetus:
pkg/kube/cluster-utils.sh#L83
shellcheck: warning: Don't use ls | grep. Use a glob or a for loop with a condition to allow non-alphanumeric filenames. [SC2010]
|
Yetus:
pkg/kube/cluster-utils.sh#L88
shellcheck: warning: Don't use ls | grep. Use a glob or a for loop with a condition to allow non-alphanumeric filenames. [SC2010]
|
Yetus:
pkg/kube/cluster-utils.sh#L88
shellcheck: note: Double quote to prevent globbing and word splitting. [SC2086]
|
Yetus:
pkg/kube/cluster-utils.sh#L9
shellcheck: warning: search_multus_string appears unused. Verify use (or export if used externally). [SC2034]
|
Loading