Skip to content

Instantly share code, notes, and snippets.

View alexcreasy's full-sized avatar

Alex Creasy alexcreasy

  • Red Hat
  • United Kingdom
View GitHub Profile
@alexcreasy
alexcreasy / mr-kind.sh
Last active September 12, 2024 19:24
Script to stand up / tear down a KF model registry deployment locally on kind
#!/usr/bin/env bash
CLUSTER_NAME=model-registry-bff
MANIFEST=https://github.com/kubeflow/model-registry/manifests/kustomize/overlays/db
if [ $# -ne 1 ] || [[ ! $1 =~ ^(up|down)$ ]] then
echo "Stands up a kind cluster and deploys model registry"
echo "Usage: $(basename $0) up | down"
exit 1
fi
#!/bin/sh
# Sublime Text 3 install with Package Control
# http://simonewebdesign.it/blog/install-sublime-text-3-on-fedora-20/
# Run this script with:
# $ curl LINK_TO_THIS_SCRIPT | sh
curl -o ~/st3.tar.bz2 http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_3059_x64.tar.bz2