Code Monkey home page Code Monkey logo

mysql-operator's People

Contributors

caoyingjunz avatar chenghongxi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mysql-operator's Issues

需求需要补充

  1. operator拉起哪些资源,pod+service够吗?
  2. CR有yaml格式要求吗,这个是我写好的一个mysql-operator用的CR的yaml文件:
    spec:
    labels:
    "name": "mysql-instance"
    podinfo:
    podname: "mysql-instance"
    mysqlversion: latest
    imagepullpolicy: IfNotPresent
    mysqlport: 3306
    mysqlpass: root
    serviceinfo:
    servicename: "mysql-svc"
    protocol: TCP
    targetport: 3306
    serviceport: 3306
    nodeport: true

定义 mysqlclusters 资源对象

用于描述集群的期望状态,包括:
部署模式、
节点个数(Replicas)、
资源限制(Resources)、
集群版本(MysqlVersion)、
镜像(Image)、
用户名,密码(SecretName)、
mysql配置文件(MysqlConf)、
VolumeSpec、
PodSpec

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.