Giter VIP home page Giter VIP logo

kpaas's Introduction

KPaaS

KPaaS is a tool for deploying Kubernetes clusters, operating Kubernetes clusters, and managing software lifecycles in Kubernetes clusters.

Quick Start

# Clone code
git clone https://github.com/kpaas-io/kpaas.git

# Build and run
make run

Let's deploy a Kubernetes Cluster.

Features

  • deploy a Kubernetes Cluster

Documentation

Not Yet

Development

Auto Add License Headers

VSCode

Install the licenser extension. It will insert license header automatically when creatiing a new file. Or you can manually add license header using "licenser: Insert license header" commands via Command Palette (Ctrl+Shift+P on Windows/Linux, โŒ˜โ‡งP on OS X)

Add editor's settings in kpaas/.vscode/settings.json:

{
  ...,
  "licenser.projectName": "KPaaS",
  "licenser.author": "Shanghai JingDuo Information Technology co., Ltd.",
  ...
}

JetBrain

  1. In the Settings/Preferences dialog, select Editor -> Copyright -> Copyright Profiles.
  2. Click Add and name the new profile.
  3. Enter copyright notice text.
Copyright $today.year Shanghai JingDuo Information Technology co., Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
  1. In the Settings/Preferences dialog, go to Appearance & Behavior | Scopes.
  2. Click + Add scope (Insert) icon, select Shared from the list, and specify the name of the scope.
  3. Specify a pattern in the Pattern field manually, fill *&&!file[kpaas]:*&&!file[kpaas]:.idea//*&&!file[kpaas]:.github//* or !file[kpaas]:.idea//*&&!file[kpaas]:.github//* for Goland.
  4. Click Apply.
  5. In the Settings/Preferences dialog, select Editor | Copyright.
  6. Click + Add Copyright icon, and select the scope you just added from the list. If you don't see the scope you just added, it may be because your scope does not check "shared"
  7. From the Copyright list, select the profile that just added to link with the scope
  8. Click Apply.
  9. In the Settings/Preferences dialog, select Editor | Copyright | Formatting.
  10. Configure the formatting options
  • Select Use line comment
  • No check Separator before
  • No check Separator after
  • Select Before other comments
  • Check Add blank line after

So when you edit the document, the copyright information is automatically added. For more detailed operations, you can view the official documentation. Edit Copyright Edit Scope

Community

Since it is still a closed development version, it is not available for the time being. Welcome to leave a message on the issue page

License

KPaaS source code is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).

kpaas's People

Contributors

luckyboys avatar zyseeker avatar yangruiray avatar ponypaver avatar randmonkey avatar congcongke avatar lixueli avatar mixj93 avatar

Watchers

 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.