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 [email protected]:RafaySystems/rcloud.git | |
git clone [email protected]:RafaySystems/edgesrv.git | |
git clone [email protected]:RafaySystems/edge-common.git | |
git clone [email protected]:RafaySystems/salt-exec.git | |
git clone [email protected]:RafaySystems/rafay-common.git | |
git clone [email protected]:RafaySystems/edgedb-migrations.git |
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 |
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. |