This is a script repository related to k8s common services/apps deployment, use, and configuration, such as postgresql
, cri-dockerd
,developed by using shell scripts
postgresql
cri-dockerd
- ...(coming soon)
-
postgresql
:init
:bash pgsql-install.sh init
reset
:bash pgsql-install.sh reset
- NOTE:
reset
means deleting the related datas and resource(such as services),Generally used when you want to reinstallpostgresql
;btw,pgsql-install.sh
is developed based onlocal Persistent Volumes
,The config selection combination of volumes isconfigMap
,local Persistent Volumes
-
cri-dockerd
:init
:bash cri-dockerd-install.sh init
reset
:bash cri-dockerd-install.sh reset
,NOTE:reset
means deleting the related datas and resource(such as services),Generally used when you want to reinstall postgresql