Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cubesystems/k8s-tools
https://github.com/cubesystems/k8s-tools
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cubesystems/k8s-tools
- Owner: cubesystems
- Created: 2024-04-05T18:40:51.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-04T18:02:23.000Z (5 months ago)
- Last Synced: 2024-11-07T23:42:56.117Z (3 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes and Helm charts deployment scripts
## Setup
To add k8-tools as subtree to k8s directory:
```shell
git subtree add --prefix=k8s/k8s-tools [email protected]:cubesystems/k8s-tools.git master
cd k8s
./k8s-tools/symlink-commands
```and commit symlinked commands
## Updating
To updated to latest script version from project root:
```shell
git subtree pull --prefix=k8s/k8s-tools/ [email protected]:cubesystems/k8s-tools.git master --squash
```