❯ brew install rancher Running `brew update –preinstall`… ==> Auto-updated Homebrew! Updated 3 taps (fluxcd/tap, homebrew/core and homebrew/cask). ==> New Formulae bartib ddh sqls ==> Updated Formulae Updated 281 formulae. ==> New Casks cnkiexpress fmail2 vertcoin-core windterm ==> Updated Casks Updated 120 casks. ==> Deleted Casks biopassfido bootchamp firestormos flip4mac flvcd-bigrats lego-digital-designer multiscan-3b mxsrvs piskel…
Month: April 2022
flux
~/temp on ☁️ (us-west-2) ❯ brew install fluxcd/tap/flux Running `brew update –preinstall`… ==> Auto-updated Homebrew! Updated 1 tap (homebrew/core). ==> Updated Formulae Updated 5 formulae. ==> Tapping fluxcd/tap Cloning into ‘/opt/homebrew/Library/Taps/fluxcd/homebrew-tap’… remote: Enumerating objects: 471, done. remote: Counting objects: 100% (467/467), done. remote: Compressing objects: 100% (229/229), done. remote: Total 471 (delta 227), reused 459…
GateKeeper
Install and delete with helm kubectl create clusterrolebinding cluster-admin-binding –clusterrole cluster-admin –user andy helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts helm install gatekeeper/gatekeeper –name-template=gatekeeper –namespace gatekeeper-system –create-namespace helm delete gatekeeper –namespace gatekeeper-system helm delete gatekeeper –namespace gatekeeper-system Demos – Basic ❯ git clone git@github.com:open-policy-agent/gatekeeper.git Cloning into ‘gatekeeper’… Enter passphrase for key ‘/Users/andy/.ssh/id_ed25519’: remote: Enumerating objects: 42115, done….