Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
add tips: kubelet-reloader
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu authored Jun 17, 2022
1 parent 783da05 commit e95c570
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,30 @@ cd kubeadm-operator
make install
make deploy
```
**Notice: for pod cannot restart kubelet, [kubelet-reloader](https://github.com/pacoxu/kubelet-reloader)should run on all cluster nodes as a daemon or process.
**
### kubelet reloader installation
```
wget https://github.com/pacoxu/kubeadm-operator/releases/download/v0.1.0/kubelet-reloader-v0.2.0
chmod +x kubelet-reloader-v0.2.0
./kubelet-reloader-v0.2.0
```
https://github.com/pacoxu/kubeadm-operator/issues/85 is for this problem.

## Dev Tips

To build your own kubeadm-operator image:
```
make docker-build
```

You can change the `IMG` in `Makefile` to push the image to your repository and install/deploy to the development cluster.
```
make release
make install
make deploy
```


## Demo

Expand Down

0 comments on commit e95c570

Please sign in to comment.