2023-03-27 17:25:55 +08:00
|
|
|
---
|
|
|
|
namespace: kubernetes_sigs
|
|
|
|
description: Deploy a production ready Kubernetes cluster
|
|
|
|
name: kubespray
|
2023-06-08 22:36:15 +08:00
|
|
|
version: 2.22.1
|
2023-03-27 17:25:55 +08:00
|
|
|
readme: README.md
|
|
|
|
authors:
|
|
|
|
- luksi1
|
|
|
|
tags:
|
2023-07-07 15:01:04 +08:00
|
|
|
- infrastructure
|
2023-03-27 17:25:55 +08:00
|
|
|
repository: https://github.com/kubernetes-sigs/kubespray
|
|
|
|
build_ignore:
|
|
|
|
- .github
|
|
|
|
- '*.tar.gz'
|
|
|
|
- extra_playbooks
|
|
|
|
- inventory
|
|
|
|
- scripts
|
|
|
|
- test-infra
|
|
|
|
- .ansible-lint
|
|
|
|
- .editorconfig
|
|
|
|
- .gitignore
|
|
|
|
- .gitlab-ci
|
|
|
|
- .gitlab-ci.yml
|
|
|
|
- .gitmodules
|
|
|
|
- .markdownlint.yaml
|
|
|
|
- .nojekyll
|
|
|
|
- .pre-commit-config.yaml
|
|
|
|
- .yamllint
|
|
|
|
- Dockerfile
|
|
|
|
- FILES.json
|
|
|
|
- MANIFEST.json
|
|
|
|
- Makefile
|
|
|
|
- Vagrantfile
|
|
|
|
- _config.yml
|
|
|
|
- ansible.cfg
|
|
|
|
- requirements*txt
|
|
|
|
- setup.cfg
|
|
|
|
- setup.py
|
|
|
|
- index.html
|
|
|
|
- reset.yml
|
|
|
|
- cluster.yml
|
|
|
|
- scale.yml
|
|
|
|
- recover-control-plane.yml
|
|
|
|
- remove-node.yml
|
|
|
|
- upgrade-cluster.yml
|
|
|
|
- library
|