View rcloud-init.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
View ipv6-svc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: nginx-svc | |
spec: | |
ipFamilies: | |
- IPv6 | |
ipFamilyPolicy: SingleStack | |
ports: | |
- name: 32323-80 |
View calico-ipv6-conf.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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. |