Skip to content

Instantly share code, notes, and snippets.

View OnTitansShoulder's full-sized avatar

Zhongkai Liu OnTitansShoulder

View GitHub Profile
apiVersion: v1
kind: Namespace
metadata:
name: istio-system
labels:
istio-injection: disabled
---
# Source: istio/charts/galley/templates/configmap.yaml
apiVersion: v1
kind: ConfigMap
@camsong
camsong / l2tp.sh
Created September 14, 2012 11:20
install vpn l2tp on ubuntu
#!/bin/bash
if [ $(id -u) != "0" ]; then
printf "Error: You must be root to run this tool!\n"
exit 1
fi
clear
printf "
####################################################
# #