Giter Site home page Giter Site logo

capabilities-shim's Introduction

capabilities-shim's People

Contributors

morningspace avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

capabilities-shim's Issues

Create a script for env preparation

Steps:

  • Launch kind
  • Preload docker images
  • Install Crossplane
  • Install OLM
  • Install ODLM
  • Install capabilities Configuration package
  • Setup ProviderConfig and cluster-config secret

Add more scenarios for capabilities orchestration

  • Add more backends used to provision actual workloads, e.g: Helm, Ansible, Terraform;
  • Compose capabilities across multiple backends, e.g.: to mix capabilities from Helm-based stuff and OLM-based stuff;
  • Compose capabilities across multiple deployments (clusters), e.g.: to mix capabilities from two separate clusters;

TODOs for initial implementation

  • Cluster scope vs. Namespace scope for MR
    Consider using provider-kubernetes.

  • How to avoid apply RBAC settings manually?
    Minimized the RBAC applying, only RBAC for objects at cluster scoped needed

  • How to reflect the raw Kubernetes resource status at Object level?
    This can be retrieved by getting .status.atProvider at Object level

  • How to clean up resources when uninstall XR claim?
    Consider apply annotation in provider or composition for existing object. For example, CSV is created after Subscription is created. Only Subscription is managed by the provider as MR. How to know the corresponding CSV to be deleted while Subscription is deleted by deleting the XRC? (Use ODLM)

  • Install ODLM and test

  • How to ensure install order for multiple MRs?
    Also the reverse order when uninstall. This is needed in some cases although generally it is nice to have due to the reconciliation nature supported by Kubernetes. However, especially, for uninstall case, some objects may fail to be deleted because their prereqs are deleted to early. (ODLM uninstall issue has been fixed)

  • Find and patch existing arbitrary Kubernetes resource rather than create new one. (The CSV case)

  • During uninstall, in some cases, the dependencies may be failed to resolve in Observe which breaks the object to be deleted.

  • Composition refactoring

  • Select among multiple compositions

  • Composition for all caps

  • Code refactoring

  • Build package

Document: getting started

Instructions:

  • Apply networking capability
  • Verify installation
  • Apply logging capability
  • Verify installation
  • Apply all capabilities
  • Verify installation

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.