Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs Improvements #7

Merged
merged 2 commits into from
Nov 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@
| [Documentation](https://github.com/carlosrodlop/carlosrodlop-docs/tree/main/kubernetes) | [References](https://github.com/carlosrodlop/carlosrodlop-docs#kubernetes) |
| --------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |

- It contains charts and roots deployments for different Applications and Kubernetes add-ons
- Command and Processes are orchestrated via `Makefile`. It is tested to be used with asdf images from [Docker Library](https://github.com/carlosrodlop/docker-lib) making its content portable.
- It has been developed using tools provided in [asdf.ubuntu](https://github.com/carlosrodlop/docker-lib/tree/v1.1.0/docker/asdf.ubuntu) image for testing.
## About

- It is a collection of resources to operate with Kubernetes including:
- Application Definition: Manifests and Templates (Helm charts)
- Scripts
- Makefiles to orchestrate commands and processes
- Note: Services and Namespaces names are not configurable to avoid break integrations.

## Development

- It is Developed using Containers from the [Docker Library](https://github.com/carlosrodlop/docker-lib): `swissknife.ubuntu` and `swissknife.alpine`
- It uses submodules. For example, Helm chart `cb-ci-local` uses Casc Bundles from [carlosrodlop/cb-casc-controllers](https://github.com/carlosrodlop/cb-casc-controllers/tree/main) and [carlosrodlop/cb-casc-oc](https://github.com/carlosrodlop/cb-casc-oc/tree/main).
- ⚠️ IMPORTANT - It requires `git submodule update --init --recursive`
- It uses [Pre-commits](.pre-commit-config.yaml) for Validations and Documentation
- Note: Services and Namespaces names are not configurable to avoid break integrations.
- It uses [Pre-commits](.pre-commit-config.yaml). See [quickstart](https://pre-commit.com/#quick-start)
10 changes: 9 additions & 1 deletion make/cbcd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CloudBees CD

Steps to check successfull installation
## Known issues

Flow-server pod is entering into `CrashLoopBackOff` state due

```bash
Could not start amazon-efs-mount-watchdog, unrecognized init system "aws-efs-csi-dri" b'mount.nfs4: access denied by server while mounting 127.0.0.1:/
```

## Steps to check successful installation

- Helm output

Expand Down
Loading