Specs for the Airship projects
Go to file
Scott Hussey 5bb092810d External facing K8s API w/ Keystone auth/z
- Deploy a second set of Kubernetes apiservers configured
  to only support auth/authz via Keystone webhook. Do not
  include these apiservers in the endpoint list for the standard
  kubernetes API service
- Create an ingress entrypoint for the Kubernetes API so that
  it is reachable from external clients.

Change-Id: Id8ae3060878a91c018a4134dc6eafda449cf04e3
2018-09-25 16:02:28 -05:00
doc (zuul) Add doc build and publish jobs 2018-07-30 15:17:03 -05:00
gate/playbooks (gate) Test post pipeline publishing 2018-07-30 16:21:45 -05:00
specs External facing K8s API w/ Keystone auth/z 2018-09-25 16:02:28 -05:00
.gitignore (zuul) Add doc build and publish jobs 2018-07-30 15:17:03 -05:00
.gitreview Added .gitreview 2018-07-17 14:35:38 +00:00
.zuul.yaml (gate) Test post pipeline publishing 2018-07-30 16:21:45 -05:00
Makefile (zuul) Add doc build and publish jobs 2018-07-30 15:17:03 -05:00
README.rst Add instructions for how to use the specs project 2018-07-27 11:39:32 -05:00
tox.ini (fix) Typo in tox.ini 2018-08-01 12:39:30 -05:00

README.rst

Building Airship Specs Documentation

Using the equivalent of pip install sphinx, install the sphinx-build command if it is not already installed.

From the root of this project, issue the command make html. Sphinx will render the output into doc/build/html. Open doc/build/html/index.html using your browser.