Coder Social home page Coder Social logo

docs's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

docs's Issues

docs for the first release

  • 02-install 安装部署
    • 01-all-in-one.md All-in-One快速部署 @Mytting
    • 02-single-k8s.md 监控单个K8s集群 @Mytting
    • 03-multi-k8s.md 监控多个K8s集群 @Mytting
    • 04-cloud-host.md 监控云服务器 @Mytting
    • 05-legacy-host.md 监控传统服务器 @Mytting
    • 06-managed-k8s.md 监控托管K8s集群 @Mytting
  • 03-auto-tracing AutoTracing
    • 01-tracing-without-instrumentation.md 零侵扰分布式追踪
    • 02-istio-bookinfo-demo.md Istio Bookinfo Demo @taloric @Mytting 1 demo, need loadgenerator
    • 03-spring-boot-demo.md Spring Boot Demo @taloric @Mytting 1 demo, need loadgenerator
  • 04-auto-metrics AutoMetrics
    • 01-metrics-without-instrumentation.md 零侵扰性能指标 @Mytting
    • 02-network-metrics.md 网络性能指标
    • 03-application-metrics.md 应用性能指标
    • 04-network-log.md 网络流日志
    • 05-request-log.md 应用调用详情
  • 05-auto-tagging AutoTagging
    • 01-elimilate-data-silos.md 消除数据孤岛
    • 02-smart-encoding.md 智能标签编码
    • 03-cloud-resource.md 云资源标注
    • 04-k8s-resource.md K8s资源标注
    • 05-k8s-label.md K8s自定义Label标注
  • 06-integration 集成
    • 01-tracing Tracing
      • 01-tracing-without-blind-spot.md 无缝链路追踪
      • 02-auto-tagging.md AutoTagging
      • 03-opentelemetry.md OpenTelemetry集成 @taloric @Mytting 2 demos (otel, spring boot), need loadgenerator
      • 04-skywalking.md SkyWalking集成 @taloric @Mytting 1 demo (dubbo?), need loadgenerator
      • 05-sentry.md Sentry集成
    • 02-metrics Metrics
      • 01-auto-tagging.md AutoTagging
      • 02-prometheus.md Prometheus集成 @taloric @Mytting 1 demo
      • 03-telegraf.md Telegraf集成 @taloric @Mytting 1 demo
      • 04-statsd.md Statsd集成
    • 03-logging Logging
      • 01-loki.md Loki集成
    • 04-event Event
      • 01-cloud-event.md
      • 01-k8s-event.md
  • 07-api API
    • 01-query.md Query API
  • 08-release-notes 发行注记
    • 01-versioning.md MetaFlow 版本规则
    • 02-release-timeline.md 版本发布时间线
    • 03-release-6.1.1.md 6.1.1 Release Notes

helm version have difference when updating the repo, pls add some suggesion version

@jianchang

helm version has some different when updating metaflow repo, we maybe need document some suggesion version
example:
helm 3.3 :
[root@deploycontroller ~]# helm repo update metaflow
Error: "helm repo update" accepts no arguments

Usage: helm repo update [flags]
[root@deploycontroller ~]# helm repo update metaflow
Error: "helm repo update" accepts no arguments

Usage: helm repo update [flags]
[root@deploycontroller ~]#
[root@deploycontroller ~]#
[root@deploycontroller ~]# helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "metaflow" chart repository
...Successfully got an update from the "openebs" chart repository
^C
[root@deploycontroller ~]#

if using helm V3.9 --which is the latest version , if works when using "helm repo update metaflow", see below
[root@deploycontroller gaofei]# ll
total 13652
-rw-r--r--. 1 root root 1633 Jul 8 15:47 default-group.yaml
-rw-r--r--. 1 root root 245 Jul 4 16:58 domain.yaml
-rw-r--r--. 1 root root 13952532 May 19 01:01 helm-v3.9.0-linux-amd64.tar.gz
-rw-r--r--. 1 root root 241 Jul 4 16:59 k8s30.yaml
drwxr-xr-x. 3 3434 3434 93 Jul 5 16:09 linux-amd64
-rw-r--r--. 1 root root 6366 Jun 30 15:35 telegraf.yaml
-rw-r--r--. 1 root root 2025 Jun 30 09:44 test-metaflow.yaml
[root@deploycontroller gaofei]# cd linux-amd64/
[root@deploycontroller linux-amd64]# ll
total 45188
-rwxr-xr-x. 1 3434 3434 46182400 May 19 00:45 helm
-rw-r--r--. 1 3434 3434 11373 May 19 01:00 LICENSE
drwxr-xr-x. 5 root root 146 Jul 5 16:10 metaflow
-rw-r--r--. 1 root root 70745 Jul 5 16:09 metaflow-0.1.77.tgz
-rw-r--r--. 1 3434 3434 3367 May 19 01:00 README.md
[root@deploycontroller linux-amd64]# ./helm repo update metaflow
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "metaflow" chart repository
Update Complete. ⎈Happy Helming!⎈
[root@deploycontroller linux-amd64]#

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.