Skip to content

Instantly share code, notes, and snippets.

# Source: https://gist.github.com/c9e05ce1b744c0aad5d10ee5158099fa
###############################
# Preparing For The Exercises #
###############################
git clone \
https://github.com/vfarcic/devops-catalog-code.git
cd devops-catalog-code
# Source: https://gist.github.com/ad78a643e5ccf7bf5fd87b16b29306eb
git clone \
https://github.com/vfarcic/devops-catalog-code.git
cd devops-catalog-code
git pull
cd terraform-eks
@ramesher
ramesher / preparations.md
Created December 30, 2021 14:25 — forked from wholroyd/preparations.md
Getting Minikube on WSL2 Ubuntu working

Windows Preparation

  1. Ensure hypervisor functionality is enabled in BIOS.

    • I know it sounds stupid, but if you already have it enabled, disable it, restart the machine, and enable it again.
    • Otherwise you will hit microsoft/WSL#5363
  2. Launch a PowerShell prompt in Administrator mode [Win+X > Windows PowerShell (Admin)]

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
# Source: https://gist.github.com/ae00efa6892fcb0b295bbdba73bef3ad
############################################
# Applying GitOps Principles Using Argo CD #
############################################
######################################
# Installing And Configuring Argo CD #
######################################
####################################################
# Installing The Windows Subsystem for Linux (WSL) #
####################################################
# Only if Windows
sudo apt-add-repository ppa:git-core/ppa
# Only if Windows
sudo apt update