Skip to content

Instantly share code, notes, and snippets.

View pacoxu's full-sized avatar
be kind

Paco Xu pacoxu

be kind
View GitHub Profile
@pacoxu
pacoxu / gist:eff6cd290cf28fdebd98d8036c03c002
Created October 30, 2024 09:52
开源工具与项目开发 分享后讨论
有什么问题或者想法,都可以在这里讨论,谢谢。
@pacoxu
pacoxu / 📊 Weekly development breakdown
Last active February 14, 2021 00:53
waka dashboard
Other 13 hrs 8 mins ███████████████████▏░ 91.3%
Go 1 hr 8 mins █▋░░░░░░░░░░░░░░░░░░░ 8.0%
Markdown 3 mins ░░░░░░░░░░░░░░░░░░░░░ 0.4%
TOML 2 mins ░░░░░░░░░░░░░░░░░░░░░ 0.2%
Text 1 min ░░░░░░░░░░░░░░░░░░░░░ 0.2%
@aojea
aojea / README.md
Last active September 21, 2025 12:04
upgrade kind kubernetes cluster
@dims
dims / differences.md
Last active September 19, 2025 11:40
[DEPRECATED] Python script to compute updates to the Kubernetes go.mod to see how far we are behind latest in vendored repos (please look in artifacts generated in this job - https://testgrid.k8s.io/sig-arch-code-organization#unit-master-dependencies&width=20)

Generated on Sep 19, 2025

Package Current Latest URL
github.com/Azure/go-ansiterm 306776ec8161 faa5f7b0171c https://github.com/Azure/go-ansiterm/compare/306776ec8161...faa5f7b0171c
github.com/antlr4-go/antlr/v4 v4.13.0 v4.13.1 https://github.com/antlr4-go/antlr/v4/compare/v4.13.0...v4.13.1
github.com/chai2010/gettext-go v1.0.2 v1.0.3 https://github.com/chai2010/gettext-go/compare/v1.0.2...v1.0.3
github.com/container-storage-interface/spec v1.9.0 v1.11.0 https://github.com/container-storage-interface/spec/compare/v1.9.0...v1.11.0
github.com/coredns/corefile-migration v1.0.27 v1.0.28 https://github.com/coredns/corefile-migration/compare/v1.0.27...v1.0.28
github.com/coreos/go-oidc v2.3.0 v2.4.0 https://github.com/coreos/go-oidc/compare/v2.3.0...v2.4.0
@lizrice
lizrice / kubelet-api.md
Last active June 26, 2025 12:39
Checking Kubelet API access

Accessing Kubelet API

curl -sk https://localhost:10250/pods/
  • If --anonymous-auth is turned off, you will see a 401 Unauthorized response.
  • If --anonymous-auth is true and --authorization-mode is Webhook you'll see 403 Forbidden response with message Forbidden (user=system:anonymous, verb=get, resource=nodes, subresource=proxy)
  • If --anonymous-auth is true and --authorization-mode is AlwaysAllow you'll see a list of pods.
@buonzz
buonzz / install_confluence.sh
Last active June 8, 2016 06:02
install confluence
wget https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-5.9.4-x64.bin
chmod +x atlassian-confluence-5.9.4-x64.bin
./atlassian-confluence-5.9.4-x64.bin
sudo apt-get update
sudo apt-get install nginx
sudo vi /etc/nginx/sites-available/docs.youdomain.com
server {