代码改变世界

随笔档案-2019年11月

k8s编辑pod配置信息

2019-11-26 18:59 by freefei, 3819 阅读, 收藏, 编辑
摘要: ``` kubectl edit deployment devops-service -n c7n-system ``` 阅读全文

postgres 数据导入导出

2019-11-22 15:16 by freefei, 509 阅读, 收藏, 编辑
摘要: ``` # 导出表结构 pg_dump -U postgres -s helloworld > hello.sql # 导出表数据 pg_dump -U postgres helloworld > hello.sql ``` 阅读全文
@ https://github.com/ranmufei
点击右上角即可分享
微信分享提示