Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
17 January 2025
N 21:31 | Pv example diffhist +728 Busk talk contribs Created page with "``` apiVersion: v1 kind: PersistentVolume metadata: name: pv-foo spec: capacity: storage: 1Gi accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Retai..." |
|
N 20:57 | Aks azure cli snipperts 2 changes history +389 [Busk (2×)] | |||
|
20:57 (cur | prev) +155 Busk talk contribs | ||||
N |
|
20:56 (cur | prev) +234 Busk talk contribs Created page with "Scale up or down if you need more or less minimum nodes for testing scenerios. ``` az aks nodepool update --resource-group $rg --cluster-name $name --name default --up..." |
15 January 2025
N 17:08 | Choco uninstall diffhist +1,484 Busk talk contribs Created page with "# Choco Uninstall ``` # Ensure the script is running as administrator if (-not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInR..." |
N 00:08 | K8s oneliners 1 diffhist +125 Busk talk contribs Created page with "kubectl get pods --all-namespaces -o jsonpath='{.items[*].spec.containers[*].image}' | tr -s 'space:' '\n' | sort | uniq" |
14 January 2025
N 23:43 | Debian CVEs diffhist +860 Busk talk contribs Created page with "# Debian CVEs ## How to Read CVEs Example Example CVE https://security-tracker.debian.org/tracker/CVE-2023-24329 Note fixed status lines https://serverfault.com/questions..." |
13 January 2025
12 January 2025
|
N 22:32 | Cka command snippets 3 changes history +4,542 [Busk (3×)] | |||
|
22:32 (cur | prev) +2,318 Busk talk contribs | ||||
|
20:31 (cur | prev) +653 Busk talk contribs | ||||
N |
|
00:11 (cur | prev) +1,571 Busk talk contribs Created page with "Little command snippets ``` apiVersion: apps/v1 kind: DaemonSet metadata: name: configurator namespace: configurator spec: selector: matchLabels: name: config..." |
N 00:06 | Networkpolicy k8s diffhist +52 Busk talk contribs Created page with "https://editor.networkpolicy.io/?id=zcUfypIhfMDOtj7U" |