mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-26 00:06:32 +00:00
Summary of changes: - "workshopctl" is now "labctl" - it can handle deployment of VMs but also of managed Kubernetes clusters (and therefore, it replaces the "prepare-tf" directory) - support for many more providers has been added Check the README.md, in particular the "directory structure"; it has the most important information.
31 lines
522 B
Plaintext
31 lines
522 B
Plaintext
*.pyc
|
|
*.swp
|
|
*~
|
|
|
|
**/terraform.tfstate
|
|
**/terraform.tfstate.backup
|
|
prepare-labs/terraform/lab-environments
|
|
prepare-labs/terraform/many-kubernetes/one-kubernetes-config/config.tf
|
|
prepare-labs/terraform/many-kubernetes/one-kubernetes-module/*.tf
|
|
prepare-labs/www
|
|
|
|
slides/*.yml.html
|
|
slides/autopilot/state.yaml
|
|
slides/index.html
|
|
slides/past.html
|
|
slides/slides.zip
|
|
node_modules
|
|
|
|
### macOS ###
|
|
# General
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
### Windows ###
|
|
# Windows thumbnail cache files
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
|