Skip to content

Instantly share code, notes, and snippets.

View juan131's full-sized avatar

Juan Ariza Toledano juan131

  • VMware
  • Spain
View GitHub Profile
@juan131
juan131 / nginx-ingress-with-ngrok.sh
Last active April 8, 2024 07:33
A script to install NGINX Ingress Controller in your local K8s cluster with a NGROK proxy so you have a valid URL associated to your Ingress.
#!/usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
# Constants
RESET='\033[0m'
GREEN='\033[38;5;2m'
RED='\033[38;5;1m'
@juan131
juan131 / inspect-claims.sh
Created March 11, 2021 09:38
Simple script useful to inspect exiting claims on Kubernetes
#!/usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
# Constants
RESET='\033[0m'
GREEN='\033[38;5;2m'
RED='\033[38;5;1m'
@juan131
juan131 / keybase.md
Last active May 29, 2018 13:44
keybase.md

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@juan131
juan131 / README.md
Last active September 19, 2019 07:54
Upgrade Bitnami Redash Script

Usage

  • Edit the "directory variables" BACKUPS_DIR, INSTALLDIR with the path to you stack installation and a backup directory.
  • Edit the variable PASSWORD with your PostgreSQL password.
  • Edit the variables PREVIOUS_VERSION & FINAL_VERSION with the values of you current Redash version and the version you want to migraton to, respectively.

| NOTE: Every variable can be set using Environment Variables.

Examples: