意琦行
意琦行
logs ```console Identity added: (stdin) ((stdin)) Warning: Permanently added '***' (ECDSA) to the list of known hosts. sending incremental file list rsync: mkdir "/var/www/html" failed: No such file or directory...
mkdir before rsync,fix(#29)
Signed-off-by: lixd ### What type of PR is this? /kind flake ### What this PR does / why we need it: ### Which issue(s) this PR fixes: Fixes # ###...
Signed-off-by: lixd ### What type of PR is this? /kind bug ### What this PR does / why we need it: update aio deploy without ssh config ### Which issue(s)...
fix #648
**Describe the bug** when install to others namespace,vela cli not work,such as `vela addon enable velaux` return an error: Error: configmaps "vela-addon-registry" not found. **To Reproduce** 1. vela install -n...
相关代码如下: ```go func (u *UFileRequest) DownloadFile(writer io.Writer, keyName string) error { reqURL := u.GetPrivateURL(keyName, 24*time.Hour) req, err := http.NewRequest("GET", reqURL, nil) if err != nil { return err } resp,...
**Describe the Bug** A clear and concise description of what the bug is. kcctl registry Parameter is too more,maybe we can save it in a config file. like this,list repository...