You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brandond
changed the title
Install script does not honor asterisk * in the arguments passed
Install script does properly escape shell special characters in arguments
Apr 12, 2021
dweomer
changed the title
Install script does properly escape shell special characters in arguments
Install script does not properly escape shell special characters in arguments
Apr 13, 2021
Environmental Info:
K3s Version:
v1.20.5-alpha1+k3s2 (881500d)
Node(s) CPU architecture, OS, and Version:
Ubuntu 20.04
Cluster Configuration:
Single node server with etcd backend
Describe the bug:
While creating scheduled snapshot install script does not honor passing of '*' for the cron parameter
Steps To Reproduce:
Expected behavior:
Regex should recognize * as a literal when passed within ''
Actual behavior:
Regex in install script does not recognize '*' as a literal passed to cron job and replaces with invalid value
NOTE: Snapshot/Restore functionality is working as expected when executing k3s binary with same flags.
The text was updated successfully, but these errors were encountered: