Git Product home page Git Product logo

website's People

Contributors

buptcozy avatar dengerwei avatar denverdino avatar dingbb avatar eahydra avatar eggiter avatar fillzpp avatar forcoder avatar ghostbaby avatar hormes avatar jasonliu747 avatar jiasheng55 avatar kangclzjc avatar l1b0k avatar lambdahj avatar leason00 avatar leoliuyan avatar lowang-bh avatar ls-2018 avatar niconical avatar saintube avatar sataqiu avatar shaloulcy avatar songtao98 avatar work-jlsun avatar woyaodeyangguang avatar zimengsheng avatar zwzhang0107 avatar zyecho avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

website's Issues

Copy new features' manuals from Blog to Documentation

Currently, the user manuals of some features (including CPU Burst, Memory QoS, Memory Evict, ...) are archived under the blogs. It may trouble new users who want to learn or use these features.

User manuals to add:

  • CPU Burst #94
  • Memory QoS #100
  • TBD: Memory Evict (the feature is easy to use, maybe we'd better add documentation about implementing it via our new QoS Manager)

Improve the documentation about how to delete over-resource-used pods in "Multi Hierarchy Elastic Quota Management"

https://github.com/koordinator-sh/website/blob/main/docs/user-manuals/multi-hierarchy-elastic-quota-management.md#used--runtime-revoke

Suggestions:

  1. To delete over-resource-used pods, we need to set enableCheckParentQuota: true in koord-scheduler-config, otherwise there would be no pods revocation.
  2. To enable deletion, we need to add the following config to koord-scheduler-role ClusterRole, otherwise we would get error messages like User "system:serviceaccount:koordinator-system:koord-scheduler" cannot create resource "pods/eviction" in API group "" in the namespace "xxx"
- apiGroups:
  - ""
  resources:
  - pods/eviction
  verbs:
  - create

Translated into Chinese Plan

Task list:
Status Article Translator PR

[support request]More document about dependencies

What is your problem or scenario?

We need more documentation on dependencies. If possible, provide an installation tool to check whether the dependencies are met.

Koordlet will throws an error when the kubelet readonly port is not open. But I didn't find the relevant info in the documentation.

organizing the structure of user manuals

The current document is loosely tiled, and it is difficult to systematically obtain a certain aspect of content, such as what should be paid attention to in the colocation practice.

Clarify supported kubernetes versions

Now koordinator only supports kubernetes v1.18 ~ v1.24, but in the website documentation, it only shows support >= kubernetes v1.18. We should clarify supported Kubernetes versions.

Improve the Colocation Profile documentation

We should add sections about:

  • design motivation, why do we need Colocation Profile?
  • mechanism, add an architecture diagram to help understand how the Colocation Profile works
  • more examples

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.