Skip to content

Instantly share code, notes, and snippets.

View mddamato's full-sized avatar

Mike D'Amato mddamato

  • Rancher Government Solutions
  • Northern Virginia / DC Area
View GitHub Profile
@mddamato
mddamato / .gitignore
Last active March 21, 2024 18:52
offline rke2 tutorial dependency collection
.DS_Store
@mddamato
mddamato / Velero_Notes.md
Last active December 17, 2020 20:30
Velero_Notes
@mddamato
mddamato / IPA_Notes.md
Created December 18, 2020 18:42
IPA Notes
@mddamato
mddamato / Offline_RKE2_Install_SUSE.md
Last active October 26, 2023 18:18
Offline_RKE2_Install_SUSE.md
@mddamato
mddamato / .gitignore
Last active March 4, 2021 22:25
Offline install RKE2 and Rancher RHEL 8
RKE_Dependencies**
**.DS_Store
@mddamato
mddamato / .gitignore
Last active February 24, 2021 17:41
Load Balancing RKE2 with KeepaliveD and HAProxy
mdd_notes.md
@mddamato
mddamato / .gitignore
Last active April 2, 2021 14:29
Generate Self Signed Certs Simple
certificates*
@mddamato
mddamato / README.md
Last active May 5, 2021 15:11
RKE2 CIS Scan without Rancher UI

Install cis-operator-system

Prereq:

  • need tar: yum install -y tar
  • need helm: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash

Install CIS-Operator

Online?

@mddamato
mddamato / README.md
Last active November 17, 2021 21:41
rke2_offline_helmchartconfig_bootstrap

Set firewall rules if necessary

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]
@mddamato
mddamato / file-server.yaml
Last active May 2, 2023 23:27
registry and file server
apiVersion: apps/v1
kind: Deployment
metadata:
name: fileserver
labels:
app: fileserver
spec:
replicas: 1
selector:
matchLabels: