Skip to content

Instantly share code, notes, and snippets.

View jjdonson's full-sized avatar
🎯
Focusing

Jeremy Donson jjdonson

🎯
Focusing
  • Google
  • New York City
View GitHub Profile
@jjdonson
jjdonson / README.md
Last active January 27, 2023 22:46
Golang training
@jjdonson
jjdonson / first-meeting.md
Last active January 27, 2023 07:26
Educational Organization Tech Meetings

Educational Organization Tech Meetings


Table of Contents


Subjects

  • mathematics
@jjdonson
jjdonson / nodeProblemDetectorBugAuto.sh
Last active December 5, 2022 17:21
Proposed automated bug report stub for k8s.....
#!/bin/bash
# Automated K8s cluster provisioning bug report....
DATE_STAMP=$(date +'%Y%m%d')
UTIME_STAMP=$(date +'%s')
K8S_BUG_REPORT_FILE="k8s-bug-report-${DATE_STAMP}.log"
CONTROLLER_HOST_PLATFORM=$( python3 -m platform || python -m platform ) # controller host platform => usually a desktop or laptop.
CONTROLLER_HOST_SSH_V=$(ssh --version )
VAGRANT_VERSION=$(vagrant --version) # ... running on the controller host.
VBOX_VERSION=$(vboxmanage --version) # ... running on the controller host.