Skip to content

Commit

Permalink
chore: 文章底部付款码
Browse files Browse the repository at this point in the history
  • Loading branch information
twbworld committed Oct 25, 2023
1 parent 6c98b54 commit 7ee288e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/post/note/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,11 @@ image:
| kubectl logs pod-name | 查看pod日志 |
| kubectl api-resources | 查看所有api |
| kubectl top po/no | 资源占用 |
| kubectl get pods -A -o custom-columns=node:.spec.nodeName,pod:.metadata.name,uid:.metadata.uid | uid和pod的对应关系 |
| kubectl rollout history deploy/pod-deploy --revision=1 | 镜像历史 |
| kubectl rollout undo deploy/pod-deploy --to-revision=1 | 回滚镜像历史 |
| kubectl port-forward mysql-sts-0 33060:3306 --address=192.168.111.111 | 端口映射 |
| kubectl run --rm -it --image=busybox:latest --restart=Never test -- /bin/sh -c "while sleep 0.01; do wget -q -O- http://proxy-svc:80/test.html; done" | 压力测试 |
| helm show values traefik/traefik > traefik_values.yml | 导出配置 |
| helm upgrade -f traefik_values.yml traefik traefik/traefik | 更新配置 |

Expand Down
2 changes: 2 additions & 0 deletions layouts/partials/site_footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

<footer class="site-footer">

<div align="center"><img src="https://cdn.jsdelivr.net/gh/twbworld/hosting@main/img/202310252006054.png" alt="" style="width: 150px;margin-bottom: 42px;"></div>

<!-- ===========================允许读取cookie=========begin -->
{{ if site.Params.privacy_pack }}<!-- 此处有修改 -->
<p class="powered-by">
Expand Down

0 comments on commit 7ee288e

Please sign in to comment.