https://github.com/surfstudio/devops-k8s-shell-scripts
https://github.com/surfstudio/devops-k8s-shell-scripts
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/surfstudio/devops-k8s-shell-scripts
- Owner: surfstudio
- Created: 2020-07-02T13:56:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T14:26:23.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T22:58:19.070Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devops-k8s-shell-scripts
Shell scripts for setup Kubernetes
### Install Kubernetes with CRI-O runtime on CentOS 8 (./crio-centos8)
**Prerequisites:**
* I recommend at least one host with minimum 2 cores, 4 GB RAM, 15 GB HDD
* Installed CentOS 8 (I recommend "Server" profile)
**Install:**
Setup version of CRI-O and Kubernetes and run with `sudo` (or from `root`):
sudo bash -c "export REQUIRED_VERSION=1.18 && ./crio-centos8/k8s-crio-setup.sh"
### Add user to Kubernetes cluster and generate KUBECONFIG (./k8s-add-user)
**Using:**
./kubeconfig-custom.sh