Replies: 21 comments 13 replies
-
干货装载中,尽情期待~ |
Beta Was this translation helpful? Give feedback.
-
快快装完,准备上车 |
Beta Was this translation helpful? Give feedback.
-
快了快了 😎 |
Beta Was this translation helpful? Give feedback.
-
未来的 k8s 巨著,反正我是第一个 star 的,哈哈 |
Beta Was this translation helpful? Give feedback.
-
好眼光 👍 电子书还是参考你的 Rust语言圣经 搞的,自己再搞了评论和文章内导航的功能。 |
Beta Was this translation helpful? Give feedback.
-
@sunface 哈哈,注意到你已经把这俩功能借鉴过去了 🤓 不过你的书没有固定子路径,评论的 js 需要微调一点点。 |
Beta Was this translation helpful? Give feedback.
-
好,我是见猎心喜,就赶紧抄过来了 😋 |
Beta Was this translation helpful? Give feedback.
-
不过我发现这个章节内 toc 只有在宽屏幕上才有,14寸的笔记本电脑上就没有,怎么破? |
Beta Was this translation helpful? Give feedback.
-
不会吧,我 Mac M1 13.3 寸都可以显示,正常分辨率。你可以调 @media only screen and (min-width:1440px) |
Beta Was this translation helpful? Give feedback.
-
知道原因了,我在 macos 设置里,使用了缩放,这样字更大一些 :) |
Beta Was this translation helpful? Give feedback.
-
👍 |
Beta Was this translation helpful? Give feedback.
-
@media only screen and (min-width:1080px) {
main {
position: relative;
padding-right: 170px;
} 我修改了最小屏幕的尺寸,然后修复了自适应的问题:当屏幕较小时,toc 会 float 遮住章节的主体文字,你可以参考下~~ |
Beta Was this translation helpful? Give feedback.
-
👍 nice,很好用,已经抄过来了~ |
Beta Was this translation helpful? Give feedback.
-
@sunface 哈哈,评论系统我又无缝迁移到 giscus 了,功能更强大。利用 github discussion API,不需要提前创建 issue 或 discussion,有人评论时才自动生成,回复也不需要引用之前内容。欢迎来抄作业~ |
Beta Was this translation helpful? Give feedback.
-
看起来不错 |
Beta Was this translation helpful? Give feedback.
-
下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载wget -c https://sealyun-home.oss-cn-beijing.aliyuncs.com/sealos-4.0/latest/sealos-amd64 -O sealos && 下载buildahwget https://sealyun-home.oss-accelerate.aliyuncs.com/images/buildah.linux.amd64 --no-check-certificate -O buildah && chmod a+x buildah && mv buildah /usr/bin 创建一个集群sealos run registry.cn-hongkong.aliyuncs.com/sealyun/oci-kubernetes:1.22.9 registry.cn-hongkong.aliyuncs.com/sealyun/oci-calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19 一键安装不香么,哈哈哈 |
Beta Was this translation helpful? Give feedback.
-
大佬强强强!带我们冲冲冲! |
Beta Was this translation helpful? Give feedback.
-
干货很多,不过网络排障没有看到calico相关,建议添加 |
Beta Was this translation helpful? Give feedback.
-
大佬!!! |
Beta Was this translation helpful? Give feedback.
-
大佬 |
Beta Was this translation helpful? Give feedback.
-
大佬 这个可以转成pdf吗 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://imroc.cc/kubernetes
Beta Was this translation helpful? Give feedback.
All reactions