GithubHelp home page GithubHelp logo

docs's People

Contributors

0065paula avatar cospotato avatar deardrops avatar dependabot[bot] avatar edwardwu1 avatar fanyang89 avatar gxglls avatar kylezh avatar nanana-w avatar tflins avatar weipengzhu avatar wqvoon avatar yeahdongcn avatar yuqiu123 avatar zdyxry avatar zhongdeyu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs's Issues

按照文档升级失败

按照https://docs.iomesh.com 的文档部署iomesh成功
但是pod绑定pvc过程中csi-driver一直卡在mkfs /dev/sda
DESCRIBE POD出现错误信息:“mke2fs is apparently in use by the system will not make a filesystem here”
chart版本:iomesh-v0.10.1.tgz operator-v0.10.1.tgz csi-driver-2.1.1.tgz

文档: Markdown 列表中的缩进问题

大部分 flavor 的 Markdown 语法中都会描述列表条目下的内容应如何缩进,举个栗子:

To add another element in a list while preserving the continuity of the list, indent the element four spaces or one tab.

https://www.markdownguide.org/basic-syntax/#adding-elements-in-lists

以 IOMesh 文档为例,截图中红色箭头所指处当前没有缩进:

image

添加缩进后(four spaces),在 Github Preview 的效果如下,在 Docusaurus 中会有类似效果:

Setup Open-ISCSI

  1. Install open-iscsi:

    sudo yum install iscsi-initiator-utils -y
    sudo apt-get install open-iscsi -y
  2. Edit /etc/iscsi/iscsid.conf by setting node.startup to manual:

    sudo sed -i 's/^node.startup = automatic$/node.startup = manual/' /etc/iscsi/iscsid.conf
  3. Disable SELinux:

    sudo setenforce 0
    sudo sed -i 's/^SELINUX=enforcing$/SELINUX=permissive/' /etc/selinux/config
  4. Start iscsid service:

    sudo systemctl enable --now iscsid

I hope this is of a little help. ;-)

add ci workflow

  1. trigger ci when pull request
  2. release to github page when merged

监控部分需要补充细节

目前监控部分比较简略,需要补充如下内容:

需要罗列具体操作步骤

  1. 如何部署到集群
  2. 如何监控iomesh,怎么配置
  3. 有哪些指标可监控
  4. 在哪查看监控结果

集群升级描述文档滞后

文档中描述修改iomesh.yaml的version字段,但是yaml文件中没有version字段。需要重新写一下这块

优化磁盘挂载方式的描述

目前的磁盘配置文档只有一些粗略的例子,对不熟悉 K8s Selector + Label 机制的用户会造成困惑导致无法灵活使用。

待改进
需要明确的让用户知道 IOMesh 磁盘挂载方式的原理,以及 selector 中配置的 label 应该是从 blockDevice 的 label 中查找。

补充 open-iscsi 版本要求

iscsi-initiator-utils >= 6.2.0.874

低版本 open-iscsi 功能不齐全 IOMesh 无法正常运行,例如 6.2.0.873 缺少自动扫描相关皮质
image

zbs-operator deployment doc helm install command error

helm install --namespace iomesh-system --create-namespace iomesh-system my-zbs-operator iomesh/zbs-operator --version 0.1.0
改为
helm install --namespace iomesh-system --create-namespace my-zbs-operator iomesh/zbs-operator --version 0.1.0
去掉 --create-namespace 后面的参数

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.