2018年9月18日火曜日

raspberry pi (自動アップデート)


1)unattended-upgradesを導入する。

sudo apt-get update 
sudo apt-get install unattended-upgrades //パッケージ
sudo dpkg-reconfigure -plow unattended-upgrades  //自動設更新ァイル  ※GUIがでるのでYESを選択して下さい。


<unattended-upgradesを使うと、以下のようなことが出来る>
◼︎自動アップデート
◼︎自動アップデート前にメールで通知を出してくれる。
◼︎アップデート中にエラーが起きた場合もメール通知を出してくれる。
◼︎時間指定での再起動

サイト:
https://qiita.com/Fendo181/items/659f306232f55fc5a8de


0 件のコメント:

コメントを投稿

Redis(helm install)

local-storage  は  動的プロビジョニングされない  ため、Helm のインストール時に  PersistentVolume (PV) を事前に作成する必要があります 。 手順: 1)strage classをlocal strageを指定 helm install...