Skip to content

Instantly share code, notes, and snippets.

View mwaykole's full-sized avatar
🎯
Focusing

Milind Waykole mwaykole

🎯
Focusing
View GitHub Profile
@mwaykole
mwaykole / cleanup_rhoai_and_dependent_operator.sh
Last active April 16, 2025 16:51
cleanup RHOAI and dependent operator
#!/bin/bash
# RHOAI/Kserve Forceful Uninstall Script
# Version: 1.1.0
# Created: 2024-03-11
# Description: Comprehensive cleanup of all RHOAI/KServe related resources
# Colors for logging
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
@mwaykole
mwaykole / deleteSelfManagedClusetr.sh
Last active March 28, 2023 17:59
The script is a tool that automates the process of deleting resources related to an OpenShift registry.
#!/usr/bin/env bash
# Define variables
SCRIPT_NAME=$(basename "$0")
SCRIPT_VERSION="1.0.0"
SCRIPT_AUTHOR="milind <milindwaykole96@gmail.com>"
# Define usage function
usage() {
cat <<EOF