Skip to content

Instantly share code, notes, and snippets.

View vbmade2000's full-sized avatar
💭
I may be slow to respond.

Malhar Vora vbmade2000

💭
I may be slow to respond.
View GitHub Profile

install kubernetes 1.6 on centos 7.3

Install kubelet, kubeadm, docker, kubectl and kubernetes-cni

1. Install Yum Repo

cat <<EOF > /etc/yum.repos.d/kubernetes.repo
[kubernetes]
name=Kubernetes
baseurl=http://yum.kubernetes.io/repos/kubernetes-el7-x86_64
@vbmade2000
vbmade2000 / gist:f1ee887cf9706c5273c533d0390b40f5
Created May 2, 2018 02:28 — forked from debasishg/gist:8172796
A collection of links for streaming algorithms and data structures
  1. General Background and Overview
@vbmade2000
vbmade2000 / 0-filefwd.conf
Created September 20, 2019 15:44
Rsyslg configuration file to forward error messages to separate file
if ($syslogseverity == 3) then
{
action(type="omfile" file="/tmp/error.log")
}