Comment 1 for bug 1816387

Revision history for this message
yen (antigenius0910) wrote :

So I have create a service account and bind it with user "kubernetes-worker_3".
after binding curl to api-server is working now.

One simple question, can anyone tell me who to restart Kubelet in CDK's way?

```
root@Bubnicki:~# curl -v https://172.29.100.185:6443/api/v1/nodes --cert /root/cdk/server.crt --key /root/cdk/server.key

{
  "kind": "NodeList",
  "apiVersion": "v1",
  "metadata": {
    "selfLink": "/api/v1/nodes",
    "resourceVersion": "4518487"
  },
...
```