- Notifications
You must be signed in to change notification settings - Fork45
An opinionated Kubernetes distribution with a focus on long-term on-prem deployments
License
scality/metalk8s
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An opinionated Kubernetes distribution with a focus on long-term on-prem deployments
MetalK8s offers a set of tools to deploy Kubernetes applications, given a set ofstandards for packaging such applications is respected.
For more information, please refer to theIntegration Guidelines.
Prerequisites are listedhere.
To build a MetalK8s ISO, simply type./doit.sh
.
For more information, please refer to theBuilding Documentation.
If you'd like to contribute, please review theContributing Guidelines.
# Install virtualbox guest addition pluginvagrant plugin install vagrant-vbguest# Bootstrap a platform on a vagrant environment using./doit.sh vagrant_up
To run the test-suite locally, first complete the bootstrap step as outlinedabove, then:
# Run tests with toxtox -e tests
To generate HTML documentation locally indocs/_build/html
, run the following command:
# Generate doc with toxtox -e docs
MetalK8s version 1 is still hosted in this repository but is no longer maintained.The last release isMetalK8s 1.3.
About
An opinionated Kubernetes distribution with a focus on long-term on-prem deployments