A CLI for managing declarative infrastructure.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Ruslan Aliev 8bed52b057 Refactor phase related errors
* phase related errors were moved to separate package to prevent
   cycling import error;
 * error duplicates were removed;
 * non-related to package errors were moved to appropriate ones.

Change-Id: If6cfb08c48d356c1517a13157a5fe740dc1635a4
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
Relates-To: #485
2 years ago
.github Move git tag fetching to release notes job 2 years ago
certs Adding the ability to inject certificate authorities into docker image 3 years ago
cmd Merge "Remove defaults from Config object at runtime" 2 years ago
docs Merge "SOPS improvements" 2 years ago
krm-functions Build ephemeral iso using generic container 2 years ago
manifests Merge "Remove obsolete directory in manifests" 2 years ago
pkg Refactor phase related errors 2 years ago
playbooks SOPS improvements 2 years ago
roles Enhanced deployment script to support baremetal multi-node 2 years ago
testdata/k8s Revert "Encrypt and decrypt using sops" 3 years ago
tests/ansible Reusing apache-server instead of httpd 3 years ago
testutil Remove defaults from Config object at runtime 2 years ago
tools Merge "Enhanced deployment script to support baremetal multi-node" 2 years ago
zuul.d Fix CAPD deployment 2 years ago
.gitignore Fix typo in .gitignore 3 years ago
.gitreview Gerrit: Add .gitreview file 4 years ago
.golangci.yaml Replace Non-ASCII symbols 3 years ago
.goreleaser.yaml Publish binaries on release 2 years ago
.grenrc.js Github action to create release notes 3 years ago
CONTRIBUTING.md Guideline against very large Gerrit Changes 3 years ago
Dockerfile Add commit and other labels to the airshipctl container image 2 years ago
LICENSE Add LICENSE 4 years ago
Makefile Suppress the "go command not found" message 2 years ago
README.rst Airship blog series link fix 3 years ago
Vagrantfile [#32]: scripts for local run playbooks 3 years ago
go.mod Uplift cli-utils and cluster-api 2 years ago
go.sum Uplift cli-utils and cluster-api 2 years ago
main.go Refactor airshipctl root command 3 years ago
tox.ini Replace venv with tox for documentation builds 3 years ago

README.rst

Airshipctl

Airshipctl is a command-line interface that enables users to manage declarative infrastructure and software.

Airshipctl aims to provide a seamless experience for operators wishing to leverage the best open source options such as the Cluster API, Metal Kubed, Kustomize, and kubeadm by providing a straight forward and easily approachable interface.

This project is the heart of our effort to produce Airship 2.0, which has three main evolutions from Airship 1.0:

  • Expand our use of entrenched upstream projects.
  • Embrace Kubernetes Custom Resource Definitions (CRD) everything becomes an object in Kubernetes.
  • Make the Airship control plane ephemeral.

To learn more about the Airship 2.0 evolution, reference the Airship blog series.

Contributing

Airshipctl is under active development and welcomes new developers! Please read our developer guide to begin contributing.

We also encourage new contributors and operators alike to join us in our Slack workspace and subscribe to our mailing lists.

You can learn more about Airship on the Airship wiki.