export SAFE_CIDR="192.168.0.0/16"
export POD_CIDR="10.42.0.0/16"
mkdir -p /etc/sysconfig
cat > /etc/sysconfig/iptables <<EOF
*filter
:INPUT ACCEPT [0:0]
This file contains hidden or 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: apps/v1 | |
kind: Deployment | |
metadata: | |
name: fileserver | |
labels: | |
app: fileserver | |
spec: | |
replicas: 1 | |
selector: | |
matchLabels: |
This file contains hidden or 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
certificates* |
This file contains hidden or 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
mdd_notes.md |
This file contains hidden or 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
RKE_Dependencies** | |
**.DS_Store |
mkdir RKE_Dependencies
This follows the same process from https://rancherfederal.com/blog/installing-rke-government-in-airgap-environments/
The majority of this i ripped off from https://hub.docker.com/r/freeipa/freeipa-server/ and https://www.freeipa.org/page/Documentation#User_Guides
Testing on RHEL 7 / should work on Centos 7 too
brew install velero
This file contains hidden or 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
.DS_Store |