Prometheus Alertmanager
beautytiger/apiserver-builder-alpha 0
apiserver-builder-alpha implements libraries and tools to quickly and easily build Kubernetes apiservers/controllers to support custom resource types based on APIServer Aggregation
Application metadata descriptor CRD
AWS SDK for the Go programming language.
beego is an open-source, high-performance web framework for the Go programming language.
Event-based Scripting for Kubernetes.
beautytiger/build-web-application-with-golang 0
A golang ebook intro how to build a web with golang
Calico CLI tool
beautytiger/circonus-gometrics 0
A go implementation of metrics reporting for Circonus
push eventbeautytiger/cabinets
commit sha 900626141896383fdce66f2ef9e36fe622ce6594
增加部分脚本和k8s部署
push time in 2 days
push eventbeautytiger/helm
commit sha 8f3c0a160cb9e5aa15a2c7a2f618704eea5de743
Report what cause finding chart to fail Signed-off-by: Calle Pettersson <[email protected]>
commit sha 52295490fd7a22c05058ad6eab794ccd4fdf3193
fix insecure-skip-tls-verify flag does't work on helm install, Keep FindChartInRepoURL and FindChartInAuthRepoURL functions signatures intact. Signed-off-by: yxxhero <[email protected]>
commit sha 0ecc500c451f423bbcfb393a61953170c479fc51
add unit tests for FindChartInAuthAndTLSRepoURL. Signed-off-by: yxxhero <[email protected]>
commit sha 0674d93609bfb82fe49eaf72b0ae84f348f4ee57
add helm v4 todo comments for FindChartInAuthAndTLSRepoURL. Signed-off-by: yxxhero <[email protected]>
commit sha 4bd68b75cf0fdf2355285ad0e386fbce806fce5f
chore(deps): add dependabot.yml Signed-off-by: Jinesi Yelizati <[email protected]>
commit sha 0669f40e814707ce43c560f33f363d19f40e6800
cleanup tempfiles for load_test Signed-off-by: Zhou Hao <[email protected]>
commit sha 45b084b25504a1e19592684f964f43b57792875a
Fix spelling in completion.go Signed-off-by: knrt10 <[email protected]>
commit sha 662090a37e977922828779d249f9cc4f8fc7ed1d
Merge pull request #8669 from knrt10/fix-completion.go Fix spelling in completion.go
commit sha ac983a644b4e35381f77e822a91f0f8d596b2c88
Merge pull request #8667 from zhouhao3/clean-tmpfile cleanup tempfiles for load_test
commit sha 96d9ab9663b69cbd85444ca5232d8283017eeeea
fix name length check on lint (#8543) Signed-off-by: Matt Butcher <[email protected]>
commit sha 70d03e5cefa8f42727e29db310f78aeae4d65bb0
Fix/8467 linter failing (#8496) * add output to get debug info on linter failing Signed-off-by: Matt Butcher <[email protected]> * trap cases where the YAML indent is incorrect. Signed-off-by: Matt Butcher <[email protected]>
commit sha 04fb35814f64122c0aa08165f6fdb7b67c216558
Fixed a variable name collision caused by two PR merges (#8681) Signed-off-by: Matt Butcher <[email protected]>
commit sha 317616482cbdca1b47605d707803f31b4ee2a26f
Remove duplicate variable definition Variable values `helm.sh/resource-policy` and `keep` are duplicately defined in resource_policy.go (`resourcePolicyAnno` `keepPolicy`) and resource_policy.go (`ResourcePolicyAnno` `KeepPolicy`), remove the varibales in resource_policy.go to keep the code clean. Signed-off-by: Liu Ming <[email protected]>
commit sha da6878dc0f5c99d1062c2c220b0ab5a8d548a773
feat: status command display description Signed-off-by: Ling Samuel <[email protected]>
commit sha 2a9ef6d3b08e806d40f85fbb75c0e6ba433056aa
Merge pull request #8529 from lingsamuel/status-show-desc feat: add flag `--show-desc` to display description for `helm status`
commit sha 36d931105212758fb7054068e392a75d40d3a6b9
feat(comp): Add support for fish completion Signed-off-by: Marc Khouzam <[email protected]>
commit sha e454e6a9102009562fa8814b39125673ddad05b7
Merge pull request #8682 from liuming-dev/remove-duplicate-variable-definition Remove duplicate variable definition
commit sha daa104d60e258fff57da12f13c49ecdcba1263c6
Revert PR 8562 Revert of PR 8562 as the container version may not represent the application version. Signed-off-by: Martin Hickey <[email protected]>
commit sha 0d84fa2986ad098de4b801b4aa243246610e567b
Merge pull request #8574 from ylz-at/master chore(deps): add dependabot.yml
commit sha 64d4399f06d0fc15ba421e8594d4485d153ecbac
Merge pull request #8695 from hickeyma/bug/revert-pr8562 fix(create): Revert PR 8562
push time in 2 days
push eventbeautytiger/kubernetes
commit sha b90228f52f695d8bf7483877fff0f3bd7f3af527
Remove false positive warning in kubeadm cmd
commit sha 92e51c19017a9e417df291e469ffebb13b6b51e2
Merge pull request #93717 from liggitt/deflake-nodestatus Deflake TestUpdateNodeStatusWithLease - guard cached machineInfo
commit sha c0071c617325642bd24d9b0587273bf7a7c7db42
chore: add diskclient.ListByResourceGroup interface update bazel config
commit sha c7760acc3ac19c8dc4d2348b955a40de6efb0d55
chore: add diskclient.Update interface
commit sha ea51fbac16c83bfce9c3cd54180df28ee30f3f9f
fix: azure disk resize error if source does not exist fix gofmt
commit sha 16c13017a2e477552bfeac0acfa1b0a220b2daf0
refactor(*): update pvc quota name typo in comment
commit sha f48cdfb9b97c275105503799aba6798260f664cd
Add missing ppc64le architecture in the get-kube* scripts
commit sha db4bca086d1f4802f6dd388bcdaf16b8e7af3c79
e2e delete namespaces after finish
commit sha 6ce9e71cd57d4aa6c932aabddf4129f173b9d710
Merge pull request #93768 from mkumatag/fix_ppc64le_cluster Add missing ppc64le architecture in the get-kube* scripts
commit sha 7094964fe00e0b221e7db29f5980da8bc9166b30
Add missing termination metrics to priority-and-fairness handler
commit sha a471843246aff6cd69a73a205424bd6804601e9f
fix(kubelet): protect `containerCleanupInfos` from concurrent map writes Signed-off-by: knight42 <[email protected]>
commit sha ebf60155bfd713ae21830eb6a2211277cd26d035
test(kubelet): add a regression test to verify kubelet would not panic
commit sha 97c5f1f7632f2d349303515830be76f6c1084b19
Merge pull request #93769 from aojea/dnsScale e2e delete namespaces after finish
commit sha f91d448e1bb0894dc36e306374faa21b3a878128
Add tests for out of band attachments
commit sha a6405451674428172956116b4c93710ac03ebddd
Merge pull request #93567 from gnufied/fix-stale-attachments Make AttachDisk for EBS idempotent again
commit sha beec427130ce2b8a9af3eafdb7d6b216aac8c6cd
fix incorrect comment in runtime ObjectKind interface
commit sha 012245c5b9c1e535067e0ee3c39a00d3b8d7f253
Add LabelSelector validation in Pod Affinity/AntiAffinity Filter and Score plugins The lack of this validation on incoming pods causes unpredictable cluster outcomes when later calculating affinity results against existing pods (see #92714). This fix quickly addresses the main source where these problems should be caught. It is unfortunately difficult to add this validation directly to the API server due to the fact that it may break migrations with existing pods that fail this check. This is a compromise to address the current issue.
commit sha 648c591fff986e241aabf32e661a0a95345fa35f
Fix namespace controller cleanup orphaning
commit sha c61c60eb1f59c92b0628484b55c640e585555aab
[go1.15] Use errors.As to unwrap net errors
commit sha 116465bb0429baf0160f6bc9c5d2feb279cb53a0
Add test cluster check when starting csi proxy Add the check for test cluster when starting csi proxy
push time in 8 days
push eventbeautytiger/cabinets
commit sha 94cff84df20f18d2183b4912646b4ceb8d715fb1
增加systemd方式管理harbor文件
push time in 17 days
push eventbeautytiger/ingress-nginx
commit sha 3ee5161ccadf614a78547b85360ab472274fa3b6
Always collect metrics when --metrics-per-host=false
commit sha 413450d7f6fc24603a8ee5bcc20c9ef1053f6fb4
Fix typo in docs
commit sha f77eaaee501f0b95513647543de82e396fd66b80
Add opentracing-operation-name and opentracing-location-operation-name config settings With these settings custom span names can be used for the server span and location span Signed-off-by: Jorrit Salverda <[email protected]>
commit sha 19770f5b41d6ff3de36dc2dca111f8e0c4279da8
Merge remote-tracking branch 'base/master' into fix/collect-metrics-if-metrics-per-host-false
commit sha 857c0441445da6d6c34ab7772ad01820be2cf618
Register metrics for custom-error-pages Request count and timer weren't visible on /metrics endpoint since they haven't been registered in prometheus DefaultRegister.
commit sha f3050740ef637b8d278e348876718021e7913fd9
Example names violate DNS naming stadards Original names which gave errors: myServiceA, myServiceB Alatere suggestions: myServiceA --> myservicea, my_service_a, my-service-a myServiceB --> myserviceb, my_service_b, my-service-b
commit sha 049b25e566862c627b16a1698ebe68fc1e5b20b2
Update TLS configuration Enable TLSv1.3 by default and update list of ciphers. The new configuration matches the 'Intermediate' configuration recommended by the Mozilla SSL Configuration Generator: https://ssl-config.mozilla.org/#server=nginx&version=1.17.7&config=modern&openssl=1.1.1d&guideline=5.4
commit sha c775b439dca0a383f3d70f0599e49e58b4b5a4f5
Case-insensitive TLS host matching
commit sha 0d2c6db75e47f81a6472f87e546072c75ad9f77d
Merge pull request #5358 from praseodym/update-tls-configuration Update TLS configuration
commit sha 0f82342aa65f7339d57972452fbba5e562ff0100
fix(Chart): Mismatch between values.yml and README.md https://github.com/kubernetes/ingress-nginx/blob/0d2c6db75e47f81a6472f87e546072c75ad9f77d/charts/ingress-nginx/values.yaml#L458 https://github.com/kubernetes/ingress-nginx/blame/0d2c6db75e47f81a6472f87e546072c75ad9f77d/charts/ingress-nginx/README.md#L183
commit sha 0c2689b777bf071073d0805c58be4c1dd471f514
Merge pull request #5460 from grifx/patch-1 fix(Chart): Mismatch between README.md and values.yml (defaultBackend.enabled)
commit sha f63b7601a283f44eccacb9067a18eff217659860
Fix helper for defaultbackend name Signed-off-by: nicklasfrahm <[email protected]>
commit sha 4a30e9402fe782b6b7cc0e01dae52f84156f2abe
Merge pull request #5461 from nicklasfrahm/master Fix helper for defaultbackend name
commit sha 7fbf4977e3bef92559963fb37d26c05e3db88d8a
Merge pull request #5319 from MrAmbiG/patch-1 Example names violate DNS naming stadards
commit sha eaf63d9da7b910b942a12a9a066c698666cf8790
Merge pull request #5456 from AndiDog/tls-case-insensitive-host-matching Case-insensitive TLS host matching
Manuel Alejandro de Brito Fontes
commit sha c8eb914d8a784dd492e2637ff608ee76fd1fd471
Remove noisy dns log
Manuel Alejandro de Brito Fontes
commit sha af910a16d43f0e5e58b0491de5dcbe020b26ebdc
Refactor ingress validation in webhook
Manuel Alejandro de Brito Fontes
commit sha 5d011db7b30beb1b5615261e327013b0c4b8110c
Add support for multi-arch images
commit sha 8904d9573893fbce1a18e104ec57d61382a12e4b
Update helm v2 installation instructions
commit sha 78200f8d7befa089753d6bf1b37a1dd8044988ee
Merge pull request #5465 from yeoji/docs/update-helm-2-install Update helm v2 installation instructions
push time in a month
push eventbeautytiger/cabinets
commit sha 2457c71532855572a190f985cee64beab576f8a2
重新组织目录结构,增加文档
push time in a month
push eventbeautytiger/helm
commit sha 36c9c0e5202789f0f2c87fabf816900259de0fb8
Simplify chart installable check The error conveys at least as much information as the boolean. Signed-off-by: Simon Alling <[email protected]>
commit sha 451e2158ad24594d8c67e2e4a99aefc5ffa84a9f
Remove duplicated words (#7336) Although it is spelling mistakes, it might make an affects while reading. Signed-off-by: Nguyen Hai Truong <[email protected]> Signed-off-by: EItanya <[email protected]>
commit sha b7ff1e29327d33b6fe9b44b11d84c182d1adea45
fix(cmd): Fixes logging on action conf init error (#6909) * fix(cmd): Fixes logging on action conf init error Errors relating to initializing the action config cause helm to exit silently, except when in debug mode. This now emits the useful error. Closes #6863 Signed-off-by: Jorge Gasca <[email protected]> * Remove unnecessary formatting of err struct Signed-off-by: Jorge Gasca <[email protected]> Signed-off-by: EItanya <[email protected]>
commit sha 00769c4512c9c145eafb84f60e8a473de83b0209
Fix a typo "update" -> "updates" (#7346) Signed-off-by: Hu Shuai <[email protected]> Signed-off-by: EItanya <[email protected]>
commit sha 17dc43f0547d4fd7205de07428b97fbc4a5276fd
added config file string Signed-off-by: EItanya <[email protected]>
commit sha 2f534f97424ce4eaa3356e199e453e94bd65b4c6
fix test Signed-off-by: EItanya <[email protected]>
commit sha 640d527190376a8b4945575f767065ebd47a83cb
removed panic, and replaced with error Signed-off-by: EItanya <[email protected]>
commit sha f604105547dc260f4388792de44a6eb9d2a1353f
fixed to mirror master Signed-off-by: EItanya <[email protected]>
commit sha de1996e500c75faccbb8aadc1d2e8b788f83ac3b
Add comments about release Version variable I was looking into the `get` command, and got tripped up by the `Version` variable. It was unclear to me what Version represents, since it's called REVISION when doing e.g., `helm list`. But even after knowing this, it was not very clear to me why we (implicitly) set the Version variable to 0 but never seem to use it. `mhickey` explained to me on Slack that this gets the latest revision of the release. Makes sense, but I added a comment about that too, to clarify. Signed-off-by: Andreas Lindhé <[email protected]>
commit sha 872d9bcb0e0058a261fc96ec168f0b34b2809fa6
Merge branch 'master' of github.com:helm/helm into helm-7351
commit sha cca68288063d235a4c32ef1ba822dd487317c8dc
fix: allow to rollback to previous version even if no deployed releases(#6978) Signed-off-by: liuming <[email protected]>
commit sha e7adc4b5d73ec76a84a5e8ae258823b3d2990a74
Merge remote-tracking branch 'helm/master'
commit sha 299ccd9e8878e6194d9d2a19affd4fbe0ee65f38
Merge remote-tracking branch 'helm/master'
commit sha fe308142956d1641d614a7414f5d9b6717f2a1e7
Merge remote-tracking branch 'helm/master'
commit sha 98ec2760c800ddcd75d27c75318cd979fb1c6a39
Merge remote-tracking branch 'helm/master'
commit sha bd08203a0fc742d3abebcc333f17968239be5cbb
Merge remote-tracking branch 'helm/master'
commit sha 376a5ca55074ffa339faa40cdecca246404056ea
Merge remote-tracking branch 'helm/master'
commit sha a1685b737dd6846bdc35c281bf841b9cc43cb104
Merge remote-tracking branch 'helm/master' Signed-off-by: Liu Ming <[email protected]>
commit sha b99d493a9e1bce54d4ff61d90d67a9221906bbfc
Merge remote-tracking branch 'helm/master'
commit sha 48ac9ee390deaa9a9a17ea599ea12309c0d93866
Merge remote-tracking branch 'helm/master'
push time in a month
startedarsenetar/dupeguru
started time in a month
push eventbeautytiger/go-playground
commit sha 6c3684f89d5b51ea215443e02e825898b52bbb39
提交最近的练习代码
push time in 2 months
push eventbeautytiger/git-play
commit sha 5f030badf881012a91e706b3db22f9da24fa1af5
增加func功能
commit sha 999763e488b74dfe769235622c1cc256083e68af
Merge pull request #2 from beautytiger/feature/func 增加用户访问计数接口,修复用户访问超时的bug
push time in 2 months
PR merged beautytiger/git-play
- 增加用户访问计数接口,计数周期为24小时
- 修复用户访问超时bug,此bug为缓存定时清理导致
pr closed time in 2 months
PR opened beautytiger/git-play
- 增加用户访问计数接口,计数周期为24小时
- 修复用户访问超时bug,此bug为缓存定时清理导致
pr created time in 2 months
push eventbeautytiger/git-play
commit sha 2c50d1a4056124b8b0bab0f065c3d0a646608670
增加一个new文件
commit sha a7d61e69cec8a1a531b6ed61a3e5c21b7bc50317
增加hello文件
commit sha 60f72b490c76937a6af8ecbf5138a0ecbe225a90
Merge pull request #1 from beautytiger/feature/pr 一个新功能
push time in 2 months
push eventbeautytiger/git-play
commit sha c4f7aefbbb0747d074b0bdf45a4055b2a8578fc7
增加master文件
push time in 2 months