KO
|
EN
gitlite — search
Search
#python
#typescript
#java
#nodejs
#machine-learning
#html
#tensorflow
#golang
#discord
#android
#docker
#flask
travis-minikube
★ 87
Open GitHub ↗
Run minikube on Travis CI
Download README (.md)
Explore Similar Repositories
eventsourcing
:
Event Sourcing Library for Rust
cyclonedx-php-composer
:
Create CycloneDX Software Bill of Materials (SBOM) from PHP Composer projects
react-hook-inview
:
React hook for detecting when an element is in the viewport
igorkowalczyk.dev
:
⚛️ My personal portfolio written on Next.js and Tailwind.css
adsorber
:
Ad-blocker for Linux systems purely built on POSIX-compliant shell scripts.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
travis-minikube
?
Download (.md)
[](https://travis-ci.org/LiliC/travis-minikube) # travis-minikube Quick example of running [minikube](https://github.com/kubernetes/minikube) on [Travis CI](https://travis-ci.org/) with [Kubernetes](https://github.com/kubernetes/kubernetes) version `1.18.1`. To read more in detail check out my [guest blog post](https://blog.travis-ci.com/2017-10-26-running-kubernetes-on-travis-ci-with-minikube) 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](https://kubernetes.io/docs/reference/access-authn-authz/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](https://github.com/kubernetes/minikube/issues/1722).