摘要:
本章内容涵盖 创建、 启动和停止 pod 使用标签组织 pod 和其他资源 使用特定标签对所有 pod 执行操作 使用命名空间将多个 pod 分到不重叠的组中 调度 pod 到指定类型的工作节点 上一章 已经大致介绍了在 Kubemetes 中创建的基本组件,包括它们的基本功 能概述。 那么接下来我 阅读全文
摘要:
参考整理于《kubernetes in Action》 本章内容涵盖 创建、 启动和停止 pod 使用标签组织 pod 和其他资源 使用特定标签对所有 pod 执行操作 使用命名空间将多个 pod 分到不重叠的组中 调度 pod 到指定类型的工作节点 标签 标签配置 查看标签 kubectl get 阅读全文
摘要:
在MySQL 5.7 password字段已从mysql.user表中删除,新的字段名是“authenticalion_string”. 更新root的密码 格式: update user set authentication_string=password('新密码') where user='r 阅读全文