Skip to content

Instantly share code, notes, and snippets.

View tsologub's full-sized avatar
🤓
Constant improving

Taras tsologub

🤓
Constant improving
View GitHub Profile
@tsologub
tsologub / lgtms.json
Last active January 26, 2024 06:24
GiFs to use in PRs
{
"gifs": [
"https://media2.giphy.com/media/3osxYdek8wYWCOLgT6/200.webp?cid=ecf05e47n4zss6tddtt4fvf8rik9ihj2h731th1au1tnq9la&rid=200.webp&ct=g",
"https://media3.giphy.com/media/3fyODM0X8lrO0/giphy.webp?cid=ecf05e47cjh0l6snwlhor3udy9c5xtzpmzykendb0gwdf4r5&rid=giphy.webp&ct=g",
"https://media0.giphy.com/media/Od0QRnzwRBYmDU3eEO/200w.webp?cid=ecf05e47cjh0l6snwlhor3udy9c5xtzpmzykendb0gwdf4r5&rid=200w.webp&ct=g",
"https://media2.giphy.com/media/gqao9nM8RcSnYMgHnp/200w.webp?cid=ecf05e47cjh0l6snwlhor3udy9c5xtzpmzykendb0gwdf4r5&rid=200w.webp&ct=g",
"https://media1.giphy.com/media/gFwZfXIqD0eNW/100.webp?cid=ecf05e47cjh0l6snwlhor3udy9c5xtzpmzykendb0gwdf4r5&rid=100.webp&ct=g",
"https://media4.giphy.com/media/XreQmk7ETCak0/200.webp?cid=ecf05e47uemabbn1bhq7c1a7p5pjvr0h3nrvfi2ivyrhbn7l&rid=200.webp&ct=g",
"https://media0.giphy.com/media/xHMIDAy1qkzNS/giphy.webp?cid=ecf05e47vif943q6yb686uk7hap2pk9ujf3m2oq3izbfegnc&rid=giphy.webp&ct=g",
"https://media4.giphy.com/media/CvZuv5m5cKl8c/200w.webp
@tsologub
tsologub / debug_output.txt
Created December 21, 2021 09:56
Debug Output
...
2021-12-21T09:45:52.561Z [INFO] plugin.terraform-provider-azuread_v2.12.0_x5: 2021/12/21 09:45:52 [DEBUG] ============================ Begin AzureAD Request ============================
Request ID: 55b797ee-0e98-5a43-a2ab-6cff03e89129
GET /v1.0/<tenant-id>/directoryObjects/<object_id_from_authenticated_service_principal> HTTP/1.1
Host: graph.microsoft.com
User-Agent: HashiCorp Terraform/0.12.31 (+https://www.terraform.io) Terraform Plugin SDK/2.8.0 terraform-provider-azuread/2.12.0 Hamilton (Go-http-client/1.1) pid-222c6c49-1b0a-5959-a213-6608f9eb8820
Accept: application/json; charset=utf-8; IEEE754Compatible=false; odata.metadata=full
Content-Type: application/json; charset=utf-8
@tsologub
tsologub / k8s_cheat_sheet.md
Created August 11, 2019 04:26
Kubernetes Cheat Sheet

K8s General

kubectl get services                # List all services 
kubectl get pods                    # List all pods
kubectl get nodes -w                # Watch nodes continuously
kubectl version                     # Get version information
kubectl cluster-info                # Get cluster information
kubectl config view                 # Get the configuration
kubectl describe node <node>        # Output information about a node