Skip to content

Instantly share code, notes, and snippets.

View nguyendhoan's full-sized avatar
🌴
On vacation

nguyendhoan

🌴
On vacation
View GitHub Profile
@nguyendhoan
nguyendhoan / k8s.sh
Last active March 29, 2021 17:53 — forked from WhiteBlue/manage.sh
a script install kubernetes master & node on CentOS7
#!/bin/bash
set -e
reset=$(tput sgr0)
green=$(tput setaf 76)
blue=$(tput setaf 25)
red=$(tput setaf 1)
info() {