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
postgresqlcri-dockerd- ...(coming soon)
-
postgresql:init:bash pgsql-install.sh initreset:bash pgsql-install.sh reset- NOTE:
resetmeans deleting the related datas and resource(such as services),Generally used when you want to reinstallpostgresql;btw,pgsql-install.shis developed based onlocal Persistent Volumes,The config selection combination of volumes isconfigMap,local Persistent Volumes
-
cri-dockerd:init:bash cri-dockerd-install.sh initreset:bash cri-dockerd-install.sh reset,NOTE:resetmeans deleting the related datas and resource(such as services),Generally used when you want to reinstall postgresql