mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
12 lines
284 B
Bash
12 lines
284 B
Bash
#!/usr/bin/env sh
|
|
|
|
kubectl create namespace 'gitlab'
|
|
|
|
kubectl apply --namespace 'gitlab' --values 'secrets.yaml'
|
|
|
|
# Requires the metrics server to be running in the cluster
|
|
kubectl top nodes
|
|
kubectl top pods
|
|
|
|
kubectl get events -n 'monitoring' --sort-by '.metadata.creationTimestamp'
|