Skip to content

Instantly share code, notes, and snippets.

View krc's full-sized avatar

Kelly Clowers krc

  • Corvallis, OR, US
View GitHub Profile
@krc
krc / fxEmbed-bookmarklet.js
Created March 21, 2026 18:35
Bookmarklet to copy 'fxtwitter' link to clipboard
javascript: sharedPage=location.href;
if(sharedPage.includes('x.com')){fixSharedPage=sharedPage.replace(/x.com/, "fixupx.com");}
else if(sharedPage.includes('bsky.app')){fixSharedPage=sharedPage.replace(/bsky.app/, "fxbsky.app");}
else if(sharedPage.includes('twitter.com')){fixSharedPage=sharedPage.replace(/twitter.com/, "fxtwitter.com");}
else {fixSharedPage=sharedPage;}
navigator.clipboard.writeText(fixSharedPage);null;
@krc
krc / gist:23d6bc4d9649ed855949e743a68b8f17
Created January 20, 2024 01:10
ingress-nginx logs error
-------------------------------------------------------------------------------
NGINX Ingress controller
Release: v1.9.5
Build: f503c4bb5fa7d857ad29e94970eb550c2bc00b7c
Repository: https://github.com/kubernetes/ingress-nginx
nginx version: nginx/1.21.6
-------------------------------------------------------------------------------
W0120 00:18:07.415615 6 client_config.go:618] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.