Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/project-codeflare/codeflare-common
Common packages for use with CodeFlare Distributed Workload stack.
https://github.com/project-codeflare/codeflare-common
Last synced: about 1 month ago
JSON representation
Common packages for use with CodeFlare Distributed Workload stack.
- Host: GitHub
- URL: https://github.com/project-codeflare/codeflare-common
- Owner: project-codeflare
- License: apache-2.0
- Created: 2023-10-11T13:19:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T13:11:08.000Z (9 months ago)
- Last Synced: 2024-04-12T20:27:21.387Z (9 months ago)
- Language: Go
- Size: 190 KB
- Stars: 0
- Watchers: 11
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/appwrapper.go
Awesome Lists containing this project
README
# codeflare-common
Common packages for use with CodeFlare Distributed Workload stack.## GitHub actions collection
Folder github-actions contains collection of GitHub composite actions which can be reused in other repositories.
This approach is used to keep all the usable actions on one place, unlike from default usage when every action is located in dedicated repository.Usage:
- Clone CodeFlare common repository
- Refer to the action file using `uses` step parameter pointing to the local folder path with action.yml### KinD GitHub action
GitHub action which spins up KinD cluster with Ingress and local registry available in the cluster.Action creates environment variables:
- `TEMP_DIR` - helper env variable, pointing to local temporary directory
- `REGISTRY_ADDRESS` - hostname of the locally available insecure registry
- `KIND_CONFIG_FILE` - helper env variable, pointing to the KinD config file
- `CLUSTER_TYPE` - type of cluster, hardcoded to `KIND`
- `CLUSTER_HOSTNAME` - hostname of the KinD cluster