Skip to content

Instantly share code, notes, and snippets.

@MJjainam
MJjainam / a.out
Last active March 29, 2022 10:04 — forked from zhpengg/skip_list.c
skiplist implementation in c
@MJjainam
MJjainam / calico-ipv6-conf.yaml
Created June 23, 2021 15:30
Calico file for IPv6 support
---
# Source: calico/templates/calico-config.yaml
# This ConfigMap is used to configure a self-hosted Calico installation.
kind: ConfigMap
apiVersion: v1
metadata:
name: calico-config
namespace: kube-system
data:
# Typha is disabled.
@MJjainam
MJjainam / ipv6-svc.yaml
Created June 23, 2021 16:10
K8s Service file for Ipv6
apiVersion: v1
kind: Service
metadata:
name: nginx-svc
spec:
ipFamilies:
- IPv6
ipFamilyPolicy: SingleStack
ports:
- name: 32323-80
#1. Add SSH key of the new testbed
function myprog(){
cd ~/; mkdir github.com; cd github.com; mkdir RafaySystems; cd RafaySystems;
git clone git@github.com:RafaySystems/rcloud.git
git clone git@github.com:RafaySystems/edgesrv.git
git clone git@github.com:RafaySystems/edge-common.git
git clone git@github.com:RafaySystems/salt-exec.git
git clone git@github.com:RafaySystems/rafay-common.git
git clone git@github.com:RafaySystems/edgedb-migrations.git