Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhvhs/cfcr-federation-release
https://github.com/jhvhs/cfcr-federation-release
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhvhs/cfcr-federation-release
- Owner: jhvhs
- Created: 2018-09-05T20:15:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T08:21:28.000Z (over 6 years ago)
- Last Synced: 2024-11-08T23:12:13.379Z (3 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CFCR federation BOSH release
This BOSH release is used for joining multiple
CFCR-managed Kubernetes clusters into a federation.## Usage example
TODO
## Contribution and maintenance
### Repackaging dependencies
According to the documentation, the v2 of the `kubefed` tool depends on
kubebuilder. However, at the time of writing, a few binaries had to be
overridden. When packaging the kubebuilder blob, download the release
archive, extract it to a temp folder removing the folder structure,
e.g.: `tar zvxf kubebuilder_1.0.0_linux_amd64.tar.gz -C blah --strip=2`.
then remove the following files:
- `kube-apiserver`
- `kubectl`
- `vendor.tar.gz`and then re-package the archive: `tar zvcf ../kubebuilder-1.0.0-linux-amd64.tar.gz *`
All other blobs are downloaded from the sources indicated in the
[federation README](https://github.com/kubernetes-sigs/federation-v2/blob/master/docs/userguide.md#kubebuilder)