Coder Social home page Coder Social logo

coding4food / metacontroller Goto Github PK

View Code? Open in Web Editor NEW

This project forked from metacontroller/metacontroller

0.0 1.0 0.0 4.4 MB

Writing kubernetes controllers can be simple

Home Page: https://metacontroller.github.io/metacontroller

License: Apache License 2.0

Dockerfile 0.10% Makefile 0.99% Go 97.30% Shell 0.59% JavaScript 0.44% Smarty 0.57%

metacontroller's Introduction

GitHub release (latest SemVer) GitHub Release Date GitHub Docker Image Size (latest semver) Docker Pulls GitHub contributors Go Report Card codecov

Metacontroller

Metacontroller is an add-on for Kubernetes that makes it easy to write and deploy custom controllers in the form of simple scripts.

A New Home

This is the new community owned and actively maintained home for Metacontroller. The open-source project started by GKE is no longer maintained. All future updates and releases for Metacontroller will come from this repository. In time, all issues from the previous repository will be triaged and moved here. We are excited to move forward with Metacontroller as a community maintained project. A big thank you to all of the wonderful Metacontroller community members that made this happen!

Following is the immediate plan of actions:

Documentation

Please see the documentation site for details on how to install, use, or contribute to Metacontroller.

As current version of metacontroller uses different name of the finalizer than GCP version (GCP - metacontroller.app, current version - metacontroller.io) thus after installing metacontroller you might need to clean up old finalizers, i.e. by running:

kubectl get <comma separated list of your resource types here> --no-headers --all-namespaces | awk '{print $2 " -n " $1}' | xargs -L1 -P 50 -r kubectl patch -p '{"metadata":{"finalizers": [null]}}' --type=merge

Contact

Please file GitHub issues for bugs, feature requests, and proposals.

Join the #metacontroller channel on Kubernetes Slack.

Contributing

See CONTRIBUTING.md and the contributor guide.

Licensing

This project is licensed under the Apache License 2.0.

metacontroller's People

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.