Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabiand/traviskube
Infra stuff to run Kubernetes on travisci
https://github.com/fabiand/traviskube
Last synced: about 1 month ago
JSON representation
Infra stuff to run Kubernetes on travisci
- Host: GitHub
- URL: https://github.com/fabiand/traviskube
- Owner: fabiand
- License: mit
- Archived: true
- Created: 2018-09-06T13:47:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T13:49:35.000Z (almost 2 years ago)
- Last Synced: 2024-08-07T23:57:20.660Z (5 months ago)
- Language: Shell
- Size: 152 KB
- Stars: 10
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
*DEPRECATED* and not maintained anymore
---
[![Build Status](https://travis-ci.com/fabiand/traviskube.svg?branch=master)](https://travis-ci.com/fabiand/traviskube)
Skeletton to run Kubernetes and OpenShift Origin clusters on Travis CI.
# Usage
In your repo:
```
# Write a test script
vi test.sh# Add the module
git submodule add --name ci https://github.com/fabiand/traviskube ci/
pushd ci ; git pull ; popd
git commit -asm "Add traviskube CI submodule"# Copy .travis.yml
cp ci/.travis.yml .
git commit -asm "Add .travis.yml"
```Go to github and enable travisci.
# Workarounds
This repo tries to establish the convention that any workaround that is needed
to a stock platform deployment is placed in a separate file (`workaround`).This shall help users to understand if it's a straight deployment - or not.