Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 1.4 KB

README.md

File metadata and controls

21 lines (11 loc) · 1.4 KB

NOTE: this repository is now deprecated. Please only update kubernetes-base-addons unless a fix from there should also be backported for konvoy <= 1.2.

Addon Repository

This is a repository for Addon resources managed by Kubeaddons.

Contributing

See our contributing documentation for details on how to contribute to this repo.

Goals

  • provides a repository for storing addon resources with default configurations
  • provides alternative configurations for addons for specific cloud providers

Non-Goals

Logic for addon configurations doesn't belong in these configurations, nor should changes here cover the scope of adding or managing additional resources for an addon (resources can be added via charts).

If optional initContainer or job functionality is needed for an addon you're working on you may want to use kubeaddons extrasteps to add your custom logic and build a docker image for use here. It may be more appropriate to add these containers to Charts however if they're absolutely required for the application's function.