Skip to content

Instantly share code, notes, and snippets.

View ctcampbell's full-sized avatar
🏠
Working from home

Chris Campbell ctcampbell

🏠
Working from home
View GitHub Profile
@ctcampbell
ctcampbell / gh_delete_all_analysis.sh
Last active June 20, 2024 14:57 — forked from xalvarez/gh_delete_all_analysis.sh
Remove all GitHub code scanning analysis results for a given repository and organization
#!/bin/bash -e
# Remove all GitHub code scanning analysis results for a given repository and organization.
#
# The script assumes that github-cli (https://github.com/cli/cli) is installed and that authentication has already been
# performed. You might still need to request additional permissions as follows:
#
# gh auth refresh -h github.com -s admin:repo_hook
# gh auth refresh -h github.com -s delete_repo
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: cleaner
namespace: tekton-pipelines
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
@ctcampbell
ctcampbell / microk8s
Last active July 13, 2022 05:32 — forked from caglar10ur/microk8s
microk8s setup with istio and bookinfo
snap install microk8s --classic
sudo ufw default allow routed
sudo iptables -P FORWARD ACCEPT
microk8s.enable dns dashboard metrics-server
# grafana/dashboard
# http://IP:8080/api/v1/namespaces/kube-system/services/monitoring-grafana/proxy/
# http://IP:8080/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/pod?namespace=default
microk8s.enable istio