User contributions
Jump to navigation
Jump to search
- 04:40, 21 December 2024 diff hist +35 N Rancher k8s Created page with "https://www.rancher.com/quick-start"
- 04:14, 21 December 2024 diff hist +73 Kubeadm init ubuntu 24.04
- 01:07, 21 December 2024 diff hist +23 Kubeadm init ubuntu 24.04
- 01:05, 21 December 2024 diff hist +324 Kubeadm init ubuntu 24.04
- 01:02, 21 December 2024 diff hist +460 Kubeadm init ubuntu 24.04
- 00:57, 21 December 2024 diff hist +3,136 N Kubeadm init ubuntu 24.04 Created page with "# Kubernetes multi-node cluster using kubeadm based on Ubuntu 24.04 - https://medium.com/@subhampradhan966/kubeadm-setup-for-ubuntu-24-04-lts-f6a5fc67f0df ## Script ### kub..."
- 22:54, 20 December 2024 diff hist +86 Kubeadm ubuntu current
- 17:59, 20 December 2024 diff hist +132 N Kubeadm ubuntu Created page with "https://medium.com/@subhampradhan966/how-to-install-kubernetes-cluster-kubeadm-setup-on-ubuntu-22-04-step-by-step-guide-dfcf33253f5f"
- 01:21, 20 December 2024 diff hist +70 N Cka Created page with "https://medium.com/@mrJTY/kubernetes-cka-exam-cheat-sheet-6194ccf162bb"
- 21:28, 17 December 2024 diff hist +936 N Spot azure vm start if deallocated Created page with "# Code ``` #!/bin/bash # Set environment variables RESOURCE_GROUP="your-resource-group" VM_NAME="your-vm-name" CHECK_INTERVAL=60 # Check every 60 seconds # Function to chec..." current
- 21:22, 14 December 2024 diff hist +2,723 Aks terraform ha python current
- 19:46, 14 December 2024 diff hist +1,010 N Aks terraform ha python Created page with "``` import os import json from jinja2 import Template # Define variables for your AKS cluster resource_group_name = "my-aks-rg" location = "eastus" cluster_name = "my-aks-clu..."
- 13:32, 14 December 2024 diff hist +785 N Github secrets rotation Created page with "``` #!/bin/bash # Authenticate to Azure (if not already authenticated) az login # Get the storage account access key storage_account_name="your_storage_account_name" storage..." current
- 12:56, 14 December 2024 diff hist +2,157 N Envsubstr Created page with "``` Understanding the envsubst Command and Unset Variables The envsubst command is a powerful tool for substituting environment variables within text. However, when a variable..." current
- 21:50, 13 December 2024 diff hist +10,587 Aks postgres current
- 21:49, 13 December 2024 diff hist +64 N Aks postgres Created page with "https://learn.microsoft.com/en-us/azure/aks/deploy-postgresql-ha"
- 17:29, 11 December 2024 diff hist +132 N Grafana oauth2 Created page with "https://github.com/grafana/grafana/blob/main/docs/sources/setup-grafana/configure-security/configure-authentication/azuread/index.md" current
- 02:35, 7 December 2024 diff hist +277 Key vault csi secret mount current
- 02:34, 7 December 2024 diff hist +1,788 N Key vault csi secret mount Created page with "# Code ## main.sh ``` #!/bin/bash set -eu . ../includes/main.sh az keyvault secret set --vault-name $AKS_SECRETS_KV_NAME --name my-secret --value "test value" export AKS_MAN..."
- 17:23, 27 November 2024 diff hist +86 Rook-ceph microk8s current
- 17:23, 27 November 2024 diff hist +310 N Rook-ceph microk8s Created page with "https://github.com/rook/rook/issues/12219 helm_upgrade "--install --version 1.15.6 rook-ceph rook-release/rook-ceph --set csi.kubeletDirPath=/var/snap/microk8s/common/var/lib..."
- 16:31, 25 November 2024 diff hist +100 Microceph upgrade current
- 18:41, 22 November 2024 diff hist +75 N Secrets csi driver Created page with "https://learn.microsoft.com/en-us/azure/aks/hybrid/secrets-store-csi-driver" current
- 15:57, 22 November 2024 diff hist +135 N Key vault permissions Created page with "# Simple commands for clean-up az keyvault update --name $SECRETS_KV_NAME --resource-group $RGRP_NAME --enable-rbac-authorization true" current
- 16:11, 18 November 2024 diff hist +209 Kusto queries FW current
- 23:27, 16 November 2024 diff hist +100 Servers direct current
- 23:26, 16 November 2024 diff hist +175 N Servers direct Created page with "https://www.avadirect.com/Tyan-Transport-HX-TN85-B8261-B8261T85E24HR-2T-Dual-AMD-EPYC-9004-Series-Processors-NVMe-2U-GPU-Rackmount-Server-Computer/Configure/18227031#ln-838414"
- 00:27, 16 November 2024 diff hist +375 Kusto queries FW
- 00:15, 16 November 2024 diff hist +155 Kusto queries FW
- 14:17, 15 November 2024 diff hist +145 N Openssl get ca from url Created page with "``` openssl s_client -showcerts -connect cisco.com:443 </dev/null 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > ca.crt ```" current
- 18:24, 14 November 2024 diff hist +123 N One line if bash Created page with "``` ! -v DR_ENABLED && envtpl --keep-template foo.tf.tpl -v DR_ENABLED && envtpl --keep-template bar.tf.tpl ```" current
- 20:23, 11 November 2024 diff hist +3,052 Sumo jira example current
- 20:16, 11 November 2024 diff hist +3,364 N Sumo jira example Created page with "``` pip install requests ``` /etc/systemd/system/sumo-monitor ``` [Unit] Description=Sumo Logic Monitor Service After=network.target [Service] ExecStart=/usr/bin/python3 /pat..."
- 15:18, 8 November 2024 diff hist +1,673 Velero issues current
- 18:03, 9 October 2024 diff hist +537 N Velero helm errors Created page with "# Fix annotations from previous https://github.com/vmware-tanzu/velero/issues/7017 ``` Error: UPGRADE FAILED: rendered manifests contain a resource that already exists. Unabl..." current
- 16:54, 9 October 2024 diff hist -13 Git remove file from history current
- 16:54, 9 October 2024 diff hist +2,865 N Git remove file from history Created page with "# Remove binary file from git history in order to reduce size of git clone To remove a binary file from the entire Git history to reduce the size of the repository, you can u..."
- 20:03, 1 October 2024 diff hist +118 Github Actions Repo Security Options current
- 19:15, 1 October 2024 diff hist +517 N Github Actions Repo Security Options Created page with "``` name: Restrict Pull Requests on: pull_request: types: [opened, synchronize] jobs: restrict-pr: runs-on: ubuntu-latest steps: - name: Check PR Autho..."
- 23:53, 12 September 2024 diff hist +68 N Active Directory Join Created page with "realm join --user=administrator --server=dc1.example.com example.com" current
- 17:39, 9 September 2024 diff hist +1,050 Inactive AD accounts current
- 19:31, 7 September 2024 diff hist +281 Docker-compose current
- 17:46, 23 August 2024 diff hist +39 Wsl2 new current
- 17:45, 23 August 2024 diff hist +1,757 N Wsl2 new Created page with "Install Ubuntu 22.04 instance ``` $ErrorActionPreference = "Stop" $distributionName = "example1" $distrib = "ubuntu-22.04" $installLocation = "C:\WSL\$distributionName" $ta..."
- 16:27, 23 August 2024 diff hist +971 Wsl2 vpn fix route current
- 01:35, 22 August 2024 diff hist +895 Inactive AD accounts
- 23:20, 19 August 2024 diff hist +2,344 Kusto queries FW
- 16:41, 19 August 2024 diff hist +4 Inactive AD accounts
- 16:29, 19 August 2024 diff hist +162 Inactive AD accounts
- 15:43, 19 August 2024 diff hist +859 Inactive AD accounts