Skip to content

Instantly share code, notes, and snippets.

View kincl's full-sized avatar
:fishsticks:
#fishsticks

Jason Kincl kincl

:fishsticks:
#fishsticks
View GitHub Profile
@kincl
kincl / imageset-config-4.12.yaml
Last active April 17, 2024 14:01 — forked from johnsimcall/imageset-config.yaml
oc-mirror imageset-config.yaml for OpenShift Virtualization and OpenShift Data Foundations
kind: ImageSetConfiguration
apiVersion: mirror.openshift.io/v1alpha2
storageConfig:
local:
path: ./
mirror:
platform:
channels:
@kincl
kincl / openshift-nfs.txt
Last active July 26, 2022 16:26 — forked from johnsimcall/openshift-nfs.txt
Simplified NFS storage for OpenShift
git clone https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner.git
cd nfs-subdir-external-provisioner
sed -i.backup 's/nfs-client/nfs-storage/g' ./deploy/class.yaml
sed -i.backup 's/namespace:.*/namespace: nfs-storage/g' ./deploy/rbac.yaml
sed -i.backup 's/namespace:.*/namespace: nfs-storage/g' ./deploy/deployment.yaml
vi ./deploy/deployment.yaml
# Update NFS_SERVER and NFS_PATH values (4 edits required)