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
Andrii Ostapenko b8e83faa85 Install python3-jmespath allowing to use json_query in ansible playbooks
Also rearranges apt packages in alphabethical order.

Change-Id: Ia6815cca6c4a36cc5c0edcabfcf2c3dfc0b00a03
12 months ago
.github Remove unused variable from github workflow 2 years ago
certs Adding the ability to inject certificate authorities into docker image 3 years ago
cmd Merge "Add --resume-flag to plan run subcommand" 1 year ago
docs Merge "Add --resume-flag to plan run subcommand" 1 year ago
krm-functions Fixes Dockerfile for building kubeval-validator image 1 year ago
manifests AIAP multinode deployment 1 year ago
pkg Removed capitalization in error message 1 year ago
playbooks AIAP multinode deployment 1 year ago
roles AIAP - Extract logs from runner container 2 years ago
testdata/k8s Remove NameInKubeconf field from Context struct 2 years ago
tests/ansible Reusing apache-server instead of httpd 3 years ago
testutil Remove events module 2 years ago
tools Install python3-jmespath allowing to use json_query in ansible playbooks 12 months ago
zuul.d Switching to 32GB worker node 1 year ago
.deadlink Adding dead-link-linter gate 2 years ago
.gitignore Add a script to run AIAP in AKS 2 years ago
.gitreview Gerrit: Add .gitreview file 4 years ago
.golangci.yaml Replace Non-ASCII symbols 3 years ago
.goreleaser.yaml Add git commit hash and build date to version 2 years ago
.grenrc.js Github action to create release notes 3 years ago
CONTRIBUTING.md Fixed broken links in Airshipctl docs 2 years ago
Dockerfile Use quay.io/airshipit/golang images 2 years ago
LICENSE Add LICENSE 4 years ago
Makefile Merge "Add check manifests zuul job" 1 year ago
README.rst Airship blog series link fix 3 years ago
Vagrantfile [#32]: scripts for local run playbooks 3 years ago
go.mod Introduce KRM based k8s applier 2 years ago
go.sum Introduce KRM based k8s applier 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.