liyanzhao

Results 19 comments of liyanzhao

> the @malikkal I don't think it matters. BTW, I tried out centos-7 and it worked. I'll continue to debug with centos-7.7.

@malikkal Still in investigation and to find the solution might not be a trivial. The size of generated Centos7.7 iso image is 354MB which is too larger than that of...

@hickeng , Did I get what you mean? Is `t.launch` failing to get` ClearToLaunch` signal that prevents `docker exec` finish ? How does `docker cp` affect this signal?

I hit the same issue. I didn't use EKS but just follow the get-started guide: https://cluster-api-aws.sigs.k8s.io/getting-started.html

@casualjim So all the model used by go-swagger server should have these methods including `Validate()`? Thus, the imported model (by `x-go-import`) without these method won't work. We have to generate...

@casualjim Thanks. BTW, Can I make a template that only affects specific objects, while the other objects still use the default handler templates?

Can we close this issue based on this PR: https://github.com/kubernetes/cloud-provider-vsphere/pull/292

- Yes. kube-apiserver is running as a process in my setup `endpoints/endpointslice` named `kubernetes`. kube-apiserver process automatically maintains a endpoints, endpointslice and service named kuberntes in the default namespace. ```...

I think it's kube-apiserver. Here's my test steps 1. stop kube-controller-manager and kube-scheduler on 3 master nodes => 3 ip 2. stop all workers (make sure no kube-proxy and kubelet)...