Skip to content

Instantly share code, notes, and snippets.

View eslutsky's full-sized avatar

Evgeny Slutsky eslutsky

View GitHub Profile
@eslutsky
eslutsky / README.md
Created July 16, 2024 14:56 — forked from adelton/README.md
OpenShift Console on MicroShift

OpenShift Console on MicroShift

On MicroShift 4.13 installed on RHEL 9.2 using Installing and configuring MicroShift clusters product documentation, OpenShift Console can be enabled on port :9000 by fetching the files from this gist and then running

# oc create serviceaccount -n kube-system openshift-console
# bash openshift-console.eval | oc create -f -
@eslutsky
eslutsky / etcd_fio_perf.sh
Last active September 29, 2020 14:13 — forked from tuxfight3r/openshift_cli_tricks.MD
openshift cli tricks - using go templates
#!/bin/bash
#following this guide https://access.redhat.com/solutions/4885641
#recommended threshond 10msec - should be below that value
fio_sync_thresh=10000000
while [ 1 ] ; do
cd /var/lib
tempd=$(mktemp -d -p `pwd`)
pushd $tempd
@eslutsky
eslutsky / sampleREADME.md
Last active August 3, 2020 08:19 — forked from FrancesCoronel/sampleREADME.md
A sample README for all your GitHub projects.

FVCproductionsAA

INSERT GRAPHIC HERE (include hyperlink in image)

Repository Title Goes Here

Subtitle or Short Description Goes Here