fengxsong
fengxsong
@he-aook 参考https://github.com/labring/sealos/issues/1592#event-7231013685
> OR > > ``` > $ sealos run -e SSH_USER=ubuntu kuberentes:v1.12.4 > ``` > > Every image has a default Clusterfile. this feature will applied to `run` command later.
More details need to be discussed.
@tao12345666333 conflicts resolved.
the other [repostory](https://github.com/ucloud/redis-operator) has the same problem.
@strive-after operator应用案例可查看[awesome-operators](https://github.com/operator-framework/awesome-operators)项目
> I'll need to run this code, but at first sight, this change is not needed (since the modified container is a pointer and we were modifying it in place)....
@iximiuz Hi there, from what I observed, the template doesn't have that change. here's my test case ``` $ git diff diff --git a/pkg/app/master/inspectors/pod/pod_inspector.go b/pkg/app/master/inspectors/pod/pod_inspector.go index 5b7744fa..f61b95ca 100644 --- a/pkg/app/master/inspectors/pod/pod_inspector.go...
> Hi @fengxsong, I confirmed the problem. But we do not support multiple topolvm controllers on a single namespace, I'd like to use a namespace name for object names because...
@Lyt99 At first, I defined template function `apisix.podAntiAffinity` only for situation that apisix instance use hostnetwork and the kind of apisix is `Deployment`. and then I discovered that the kube-scheduler...