afumu

Results 20 comments of afumu

@Lantianyou 你这个是连接不上docker hub导致的,换成国内的镜像源

> licoctl v3.26.1在manife 我刚刚也遇到了。 @wongearl 我在导出离线包之后,离线安装的时候出现了这个错误 ``` error: Pipeline[CreateClusterPipeline] execute failed: Module[CopyImagesToRegistryModule] exec failed: failed: [LocalHost] [PushManifest] exec failed after 1 retries: get manifest list failed by module cache ```

我使用kubekey v3.0.7 ,离线k8s v1.23.10和kubesphere v3.3.2 没有出现以上问题

暂时没有该功能哈,目前只能支持单表

如果CRUD都提供不同的构造器,感觉对于使用者来说有点麻烦了

Good idea, we can add it later, or if you're interested, you can submit pr

![image](https://github.com/acmestack/gorm-plus/assets/50908453/c76d1095-9778-4fa4-9652-d18dd58e1845) ``` db := gormDb.Scopes(func(db *gorm.DB) *gorm.DB { // 自定义表 return db.Table("users") }) query, _ := gplus.NewQuery[User]() // 传入Db list, db := gplus.SelectList[User](query, gplus.Db(db)) if db.Error != nil { return...