All Projects → lilic → travis-minikube

lilic / travis-minikube

Licence: Apache-2.0 License
Run minikube on Travis CI

Projects that are alternatives of or similar to travis-minikube

arduino-ci-script
Bash script for continuous integration of Arduino projects
Stars: ✭ 25 (-71.91%)
Mutual labels:  travis-ci, continuous-integration, test
noise-php
A starter-kit for your PHP project.
Stars: ✭ 52 (-41.57%)
Mutual labels:  travis-ci, continuous-integration
developer-ci-benefits
Talk docs—includes CI (Continuous Integration) benefits, description, and setup tips 💡💪
Stars: ✭ 29 (-67.42%)
Mutual labels:  travis-ci, continuous-integration
cpp14-project-template
A simple, cross-platform, and continuously integrated C++14 project template
Stars: ✭ 64 (-28.09%)
Mutual labels:  travis-ci, continuous-integration
nightly-docker-rebuild
Use nightli.es 🌔 to rebuild N docker 🐋 images 📦 on hub.docker.com
Stars: ✭ 13 (-85.39%)
Mutual labels:  travis-ci, continuous-integration
ci-minikube
run minikube on ci
Stars: ✭ 28 (-68.54%)
Mutual labels:  travis-ci, minikube
koshry
Run on CI, Apply Rules on the Build and Get the Result back to the Pull Request.
Stars: ✭ 59 (-33.71%)
Mutual labels:  travis-ci, continuous-integration
J1939-Framework
Framework to work with J1939 Frames used in CAN bus in bus, car and trucks industries
Stars: ✭ 123 (+38.2%)
Mutual labels:  travis-ci, test
travis
⛔ ARCHIVED ⛔ Set Up 'Travis' for Testing and Deployment
Stars: ✭ 61 (-31.46%)
Mutual labels:  travis-ci, continuous-integration
drevops
💧 + 🐳 + ✓✓✓ + 🤖 + ❤️ Build, Test, Deploy scripts for Drupal using Docker and CI/CD
Stars: ✭ 55 (-38.2%)
Mutual labels:  continuous-integration, test
Clean Marvel Kotlin
This repository contains a detailed sample app that implements Clean architecture and MVP in Kotlin using RxJava2, Retrofit
Stars: ✭ 27 (-69.66%)
Mutual labels:  travis-ci, continuous-integration
LocalSupport
A directory of local support services and volunteer opportunities
Stars: ✭ 60 (-32.58%)
Mutual labels:  travis-ci, continuous-integration
plugin.video.sendtokodi
📺 plays various stream sites on kodi using youtube-dl
Stars: ✭ 86 (-3.37%)
Mutual labels:  travis-ci, continuous-integration
docker-fastpath
Only Build Your Docker Images Once
Stars: ✭ 52 (-41.57%)
Mutual labels:  travis-ci, continuous-integration
continuous-integration-with-python
How to test your python code. How to automatically run your tests for your Python code. How to get reports of the tests coverage
Stars: ✭ 25 (-71.91%)
Mutual labels:  travis-ci, continuous-integration
xray-action
... a GitHub action to import test results into "Xray" - A complete Test Management tool for Jira.
Stars: ✭ 16 (-82.02%)
Mutual labels:  continuous-integration, test
rasa-train-test-gha
A GitHub action to run easily rasa train and rasa test in the CIs.
Stars: ✭ 26 (-70.79%)
Mutual labels:  continuous-integration, test
Caraya
Assertion and unit test framework for LabVIEW
Stars: ✭ 45 (-49.44%)
Mutual labels:  continuous-integration, test
travis-ci-tutorial-java
Just to learn how to use travis-ci in a java project!
Stars: ✭ 38 (-57.3%)
Mutual labels:  travis-ci, continuous-integration
dump-env
A utility tool to create .env files
Stars: ✭ 81 (-8.99%)
Mutual labels:  travis-ci, continuous-integration

Build Status

travis-minikube

Quick example of running minikube on Travis CI with Kubernetes version 1.18.1. To read more in detail check out my guest blog post on the Travis CI blog.

To switch Kubernetes cluster versions just replace the 1.18.1 version in the .travis.yml file.

Note that RBAC is not enabled on this cluster by default. To enable RBAC, you need to start minikube with the --extra-config=apiserver.authorization-mode=RBAC flag. Starting Minikube with RBAC enabled requires the appropriate RBAC roles to be created in the kube-system namespace, so all components work as expected. One of the possible solutions is to give the default ServiceAccount in the kube-system namespace the cluster-admin permissions. For more details see the issue #1722.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].