User contributions
Jump to navigation
Jump to search
- 10:32, 14 October 2021 diff hist +78 Ingress-nginx
- 09:59, 14 October 2021 diff hist +276 N Kubectl get Created page with "``` kubectl get secret "my_secret" -n "my_namespace" --context "my_context" -o yaml \ | yq d - 'metadata.resourceVersion' \ | yq d - 'metadata.uid' \ | yq d - 'met..." current
- 00:19, 14 October 2021 diff hist +40 Ingress-nginx
- 00:07, 14 October 2021 diff hist +138 Ingress-nginx
- 23:24, 13 October 2021 diff hist +218 N Azure Connectivity Issues Created page with "For Postgres and other services make sure endpoint status is enable on your VNET rules using Virtual Network. Sometimes these disappear. You could allow statics. Make sure Vi..." current
- 18:44, 13 October 2021 diff hist +87 Ingress-nginx
- 16:40, 13 October 2021 diff hist +968 Ingress-nginx
- 16:36, 13 October 2021 diff hist +82 Ingress-nginx
- 18:47, 12 October 2021 diff hist +103 K8s Create Ubuntu Utility Container current
- 18:40, 12 October 2021 diff hist +82 K8s Create Ubuntu Utility Container
- 17:53, 12 October 2021 diff hist +551 N Pgloader Created page with "Ubuntu fix ``` apt update && apt install -y build-essential sbcl curl -LO https://github.com/dimitri/pgloader/releases/download/v3.6.2/pgloader-bundle-3.6.2.tgz tar xf pgloa..." current
- 16:45, 12 October 2021 diff hist +343 N K8s Create Ubuntu Utility Container Created page with "You can easily create a utility container with the following commands ``` kubectl run ubuntu --image=ubuntu -- sleep 3600 ``` ``` echo test > test.txt kubectl cp test.txt ub..."
- 03:37, 12 October 2021 diff hist +36 N K8s Canary Created page with " https://link.medium.com/4rwkHQRGhkb" current
- 02:18, 12 October 2021 diff hist +105 Microk8s DNS Troubleshooting current
- 02:18, 12 October 2021 diff hist +424 Microk8s DNS Troubleshooting
- 05:07, 11 October 2021 diff hist +206 Microk8s DNS Troubleshooting
- 05:05, 11 October 2021 diff hist +35 Microk8s DNS Troubleshooting
- 03:04, 11 October 2021 diff hist +270 Microk8s DNS Troubleshooting
- 03:03, 11 October 2021 diff hist +61 N Microk8s DNS Troubleshooting Created page with "https://github.com/ChristofSchwarz/qseok_on_Microk8s/issues/1"
- 18:48, 10 October 2021 diff hist +77 N Busybox Created page with "``` kubectl run -i --tty --rm debug --image=busybox --restart=Never -- sh ```" current
- 17:19, 10 October 2021 diff hist +59 K8s sandbox current
- 16:15, 10 October 2021 diff hist +44 Jinja current
- 16:14, 10 October 2021 diff hist +27 Jinja
- 15:59, 10 October 2021 diff hist +243 Jinja
- 15:52, 10 October 2021 diff hist +324 N Jinja Created page with " ``` $ export MYENVVAR=foo ``` $ nano example.py ``` from jinja2 import Template import os template = Template("Hello {{ env['MYENVVAR'] or 'DefaultVal' }}") r = template.ren..."
- 13:20, 10 October 2021 diff hist +83 N K8s Multi-Zone Created page with "https://kubernetes.io/docs/tasks/administer-cluster/highly-available-control-plane/" current
- 05:08, 10 October 2021 diff hist +194 K8s Ingress current
- 04:42, 10 October 2021 diff hist +49 N K8s Ingress Created page with "https://www.ibm.com/cloud/blog/kubernetes-ingress"
- 03:49, 10 October 2021 diff hist +98 K8s sandbox
- 03:47, 10 October 2021 diff hist +4,387 K8s sandbox
- 03:09, 10 October 2021 diff hist +27 K8s sandbox
- 03:08, 10 October 2021 diff hist +28 K8s sandbox
- 03:08, 10 October 2021 diff hist +768 K8s sandbox
- 03:02, 10 October 2021 diff hist +79 K8s sandbox
- 02:45, 10 October 2021 diff hist +85 K8s sandbox
- 02:37, 10 October 2021 diff hist +68 K8s sandbox
- 02:32, 10 October 2021 diff hist +973 N K8s sandbox Created page with "``` apiVersion: apps/v1 kind: Deployment metadata: name: testnginx-deployment namespace: test spec: selector: matchLabels: app: testnginx replicas: 2 templ..."
- 16:40, 9 October 2021 diff hist +122 Git
- 20:08, 7 October 2021 diff hist +56 N Ssh-keygen Created page with "``` ssh-keygen -f "~/.ssh/known_hosts" -R "10.x.x.x" ```" current
- 22:34, 5 October 2021 diff hist +39 Git
- 22:16, 5 October 2021 diff hist +61 Git
- 17:59, 4 October 2021 diff hist +452 Yq
- 17:55, 4 October 2021 diff hist +40 Yq
- 17:54, 4 October 2021 diff hist +298 N Yq Created page with "kubectl get configMap zabbix-server -oyaml | yq eval 'del(.metadata.resourceVersion, .metadata.uid, .metadata.annotations, .metadata.creationTimestamp, .metadata.selfLink, .me..."
- 17:19, 4 October 2021 diff hist +93 Terraform Apply Fail current
- 16:42, 2 October 2021 diff hist +46 Python Play current
- 16:42, 2 October 2021 diff hist -42 Python Play
- 16:37, 2 October 2021 diff hist +572 Python Play
- 16:14, 2 October 2021 diff hist +76 Python Play
- 17:57, 1 October 2021 diff hist +17 Python Play