Jiang Yitao

Results 11 comments of Jiang Yitao

same issue and no version specified at all ``` testImport: - package: github.com/onsi/ginkgo - package: github.com/onsi/gomega subpackages: - gbytes - gexec - package: gopkg.in/DATA-DOG/go-sqlmock.v1 ``` ``` Failed to generate lock...

I had the similar issue, all vms running well and from the inside of master node, i could see the errors to call openstack api. OpenStack in my environment is...

@afritzler my issue now is the etcd pod not running, leading to the the api-server in master node failed I'm using https://github.com/gardener/landscape-setup-template.git c9b7ac4 with customized changes to kubify to enable...

@EyalZafrani when you provision ack cluster, you can specify sls project to be used for the control plane logs https://registry.terraform.io/providers/aliyun/alicloud/latest/docs/resources/cs_managed_kubernetes#control_plane_log_project. the clsuter addons are used for apps logging

Same here, really appreciate for the comments from community

SO, for kubernetes integration, CNI is configured to use `host-local` and bridge mode for container networking. which means that, all ip addresses created/used are stored in `/var/lib/cni/networks/$NETWORK_NAME`. If the pods...

> @jiangytcn are you saying that it is by design that 'used' ip addresses are never cleaned up and need to be manually removed? > I think that is what...

that would a useful feature for enterprise. I'm evaluating the ory stacks, and now pending on this new feature to support existing ldap servers group.

you can use `jobrunner.StatusPage()` to extract entry id

> The PR does not seem to fix the problem, there are still errors. @johha @philippthun still having errors now ?