GithubHelp home page GithubHelp logo

dylenchang / csi-driver-localstorage Goto Github PK

View Code? Open in Web Editor NEW

This project forked from caoyingjunz/csi-driver-localstorage

0.0 0.0 0.0 223 KB

This driver allows Kubernetes to access LocalStorage on Linux node.

Shell 6.16% Go 90.35% Makefile 1.39% Smarty 1.68% Dockerfile 0.43%

csi-driver-localstorage's Introduction

LocalStorage

Build Status Release License

Overview

This driver allows Kubernetes to access LocalStorage on Linux node.

Getting Started

Installation

  • 选择运行 localstoragekubernetes 节点

    kubectl label node <node-name> storage.caoyingjunz.io/node=
  • 安装 localstorage 组件

    kubectl apply -f deploy/crds
    kubectl apply -f deploy/latest
    
    # 验证
    root@pixiu01:~# kubectl get pod -n kube-system | grep pixiu
    pixiu-ls-controller-7997b8c446-8hndc        1/1     Running            0                87s
    pixiu-ls-node-gfd78                         4/4     Running            0                87s
    pixiu-ls-node-mb4x6                         4/4     Running            0                87s
  • 安装 LocalStorage 调度扩展

  • 创建 localstorage 资源

    # 自动创建
    kubectl apply -f deploy/ls-job.yaml
    
    # 手动创建
    # 修改 examples/ls.yaml, 多个 node 节点需要多次创建
    kubectl apply -f examples/ls.yaml
    
    # 验证
    kubectl get ls
    NAME         STATUS   KUBENODE   ALLOCATABLE   CAPACITY   AGE
    ls-pixiu01   Ready    pixiu01    360Gi         360Gi      16d
  • 安装 storageclass

    kubectl apply -f deploy/ls-storageclass.yaml
    
    # 验证
    kubectl get sc pixiu-localstorage
    NAME                 PROVISIONER                       RECLAIMPOLICY   VOLUMEBINDINGMODE      ALLOWVOLUMEEXPANSION   AGE
    pixiu-localstorage   localstorage.csi.caoyingjunz.io   Delete          WaitForFirstConsumer   false                  2m54s
  • 创建 pvc 验证

    kubectl apply -f examples/pvc.yaml
    
    # 验证
    kubectl get pvc
    NAME                 STATUS   VOLUME                                     CAPACITY   ACCESS MODES   STORAGECLASS              AGE
    test-pvc             Bound    pvc-2b2c809f-33b5-437f-a4b8-61906c10a3e1   1Mi        RWX            pixiu-localstorage        5s

Feature

  • Schedule with volume status
  • Volume metrics

学习分享

沟通交流

  • 搜索微信号 yingjuncz, 备注(ls), 验证通过会加入群聊
  • bilibili 技术分享

Copyright 2019 caoyingjun ([email protected]) Apache License 2.0

csi-driver-localstorage's People

Contributors

caoyingjunz avatar wanglishuai1 avatar yvanu avatar houwenchen avatar dierbei avatar kit-hung avatar aide-cloud avatar gitlayzer avatar crazytaxii avatar maincine avatar darianjmy avatar lbemi avatar pixiuio avatar shcw avatar yongxingma avatar

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.